hi,
i'm building tomcat 8.0.9 tarball
java -version
openjdk version "1.8.0_20"
OpenJDK Runtime Environment (build 1.8.0_20-b23)
OpenJDK 64-Bit Server VM (build 25.20-b22, mixed mode)
ant -version
Apache Ant(TM) version 1.9.4 compiled on July 18 2014
when I exec an ant build, i get an eventual fatal failure
cd src/tomcat8
ant
Picked up _JAVA_OPTIONS: -Dswing.aatext=true
-Dawt.useSystemAAFontSettings=on -Xmx1024M
Buildfile: /usr/local/src/apache-tomcat-8.0.9-src/build.xml
download-compile:
testexist:
[echo] Testing for
/usr/local/src/tomcat-build-dls/tomcat-native-1.1.30/tomcat-native.tar.gz
downloadfile-2:
testexist:
[echo] Testing for
/usr/local/src/tomcat-build-dls/commons-daemon-1.0.15/commons-daemon-1.0.15.jar
downloadgz-2:
testexist:
[echo] Testing for
/usr/local/src/tomcat-build-dls/commons-daemon-1.0.15/commons-daemon-1.0.15-native-src.tar.gz
downloadfile-2:
testexist:
[echo] Testing for
/usr/local/src/tomcat-build-dls/ecj-4.4RC4/ecj-4.4RC4.jar
downloadfile-2:
proxyflags:
setproxy:
trydownload.check:
trydownload:
proxyflags:
setproxy:
trydownload.check:
trydownload:
BUILD FAILED
/usr/local/src/apache-tomcat-8.0.9-src/build.xml:2644: The
following error occurred while executing this line:
/usr/local/src/apache-tomcat-8.0.9-src/build.xml:2825: Failed
to download [/usr/local/src/tomcat-build-dls/ecj-4.4RC4/ecj-4.4RC4.jar]. All
download sources are unavailable.
checking
cat /usr/local/src/apache-tomcat-8.0.9-src/build.xml
...
<!-- Download JDT (Eclipse compiler) -->
2644 <antcall target="downloadfile-2">
<param name="sourcefile.1" value="${jdt.loc.1}"/>
<param name="sourcefile.2" value="${jdt.loc.2}"/>
<param name="destfile" value="${jdt.jar}"/>
<param name="destdir" value="${jdt.home}"/>
</antcall>
...
<available file="${destfile}" property="exist"/>
2825 <fail unless="exist" message="Failed to download
[${destfile}]. All download sources are unavailable." />
</target>
not sure (yet) what's failing in Tomcat8 ... my TC7 builds are OK.
known issue/workaround?
GrantK
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]