Package: testng
Version: 5.11+dfsg-2
Severity: serious
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
testng will FTBFS against ant 1.8.1. Appreciate that this is still in
experimental
but at some point in time this will break. This is due to the fact that TRaX
is now
part of the JDK so the optional tasks in Ant have moved from ant-trax.jar to
ant-nodeps.jar.
*** /tmp/tmpGZcxmT
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/rules: updated to use ant-nodeps to fix FTBFS (LP: #674382)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers maverick-updates
APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500,
'maverick')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/rules'
--- debian/rules 2010-04-25 09:42:04 +0000
+++ debian/rules 2010-11-12 08:05:44 +0000
@@ -11,7 +11,7 @@
JAVA_HOME := /usr/lib/jvm/java-6-openjdk
endif
-DEB_JARS := ant ant-launcher ant-junit ant-trax com-sun-javadoc
+DEB_JARS := ant ant-launcher ant-junit ant-trax ant-nodeps
com-sun-javadoc
DEB_CLASSPATH = $(shell for jar in $(DEB_JARS:%=/usr/share/java/%.jar); do \
echo -n $${jar}:; done; \