We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aca10 commit e985805Copy full SHA for e985805
1 file changed
build/build.xml
@@ -752,7 +752,7 @@
752
<arg value="-xzpf" />
753
-->
754
<arg value="xfz" />
755
- <arg value="jre.tgz"/>
+ <arg value="${jre.tgz.path}"/>
756
</exec>
757
758
<!--
@@ -990,7 +990,7 @@
990
since those shouldn't matter on Windows. -->
991
<untar compression="gzip"
992
dest="windows/work"
993
- src="windows/jre.tgz"
+ src="${jre.tgz.path}"
994
overwrite="false" />
995
<move file="windows/work/jre${jdk.esoteric}"
996
tofile="windows/work/java" />
0 commit comments