This seems to be resolved by downgrading to ant 1.8.4.
Looks like our build scripts aren't ready for newer versions of ant.
--
best regards,
Anthony
On 11/11/2013 09:11 PM, Anthony Petrov wrote:
Has anyone seen this before?
I've just cloned a fresh repo. I'm on Linux x64 and using:
JAVA_HOME= 7u45 x64
JDK_HOME= 8b114 x64
ant 1.9.2 (from my Linux distro)
gradle 1.8
:antUpdateCacheIfNeeded
Buildfile: /export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build.xml
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antcontrib.properties. It could not be found.
[mkdir] Created dir:
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[copy] Copying 1 file to
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[copy] Copying 1 file to
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[copy] Copying 1 file to
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[copy] Copying 1 file to
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[copy] Copying 1 file to
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[copy] Copying 1 file to
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build/xml_generated
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antlib.xml. It could not be found.
-check-hudson:
update-cached-sdk-if-needed:
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antcontrib.properties. It could not be found.
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antlib.xml. It could not be found.
clean-cached-sdk:
update-cached-sdk:
[java] Buildfile:
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build.xml
[java]
[java] BUILD FAILED
[java]
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build.xml:2:
Unexpected element "{}HTML" {antlib:org.apache.tools.ant}HTML
[java]
[java] Total time: 0 seconds
BUILD FAILED
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build-src/build-cache.xml:141:
The following error occurred while executing this line:
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build-src/build-cache.xml:75:
The following error occurred while executing this line:
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build-defs.xml:326:
The following error occurred while executing this line:
/export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build-defs.xml:221:
Java returned: 1
Total time: 1 second
:antUpdateCacheIfNeeded FAILED
--
best regards,
Anthony