Hi Nicolas,
here is a patch for #300935. Please apply it to javacc package as soon as possible as we want to get rid of libant1.5-java in Debian. Michael diff -u javacc-3.2+0/debian/rules javacc-3.2+0/debian/rules --- javacc-3.2+0/debian/rules +++ javacc-3.2+0/debian/rules @@ -14,8 +14,8 @@ # You need to set CLASSPATH here (even if your build.xml assembles its own # class path) to ensure the same build results in all cases JARS=/usr/share/java -ANT_HOME=/usr/share/ant1.5 -export CLASSPATH=${JARS}/xerces.jar:${ANT_HOME}/lib/ant.jar +ANT_HOME=/usr/share/ant1.6 +export CLASSPATH=${JARS}/xmlParserAPI.jar:${JARS}/xmlImpl.jar:${ANT_HOME}/lib/ant.jar:${ANT_HOME}/lib/ant-launcher.jar # Ant options ANT_OPTS=-Dbuild.compiler=jikes -Dant.home=${ANT_HOME} diff -u javacc-3.2+0/debian/control javacc-3.2+0/debian/control --- javacc-3.2+0/debian/control +++ javacc-3.2+0/debian/control @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Nicolas Sabouret <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.0.0), libant1.5-java, libxerces-java | libxerces2-java, kaffe, jikes, docbook-to-man +Build-Depends-Indep: debhelper (>= 4.0.0), libant1.6-java, libxerces2-java, kaffe, jikes, docbook-to-man Standards-Version: 3.5.8 Package: javacc -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]