Public bug reported: Binary package hint: eclipse-jdt
Ant version as integrated in Eclipse fails to parse my build.xml file since I upgraded to sun-java6-jdk. The error message I get is : Buildfile: /home/franck/devel/eclipse-workspace/axabas/src/build.xml BUILD FAILED /home/franck/devel/eclipse-workspace/axabas/src/build.xml:146: The <path> type doesn't support nested text data. Total time: 490 milliseconds Here is my build file at line 146 : 146 : <path id="compile.classpath"> <pathelement location="${barracuda-core.jar}"/> <pathelement location="${barracuda-contrib.jar}"/> </path> If I try from command line with ant as provided by the ant package, it works fine and builds my project. It also works on several other Windows workstations, either with eclipse's ant or commandline ant. Don't know what other information might be useful... Franck ** Affects: eclipse (Ubuntu) Importance: Undecided Status: Unconfirmed -- Eclipse's Ant can't parse build.xml with sun-java6 https://launchpad.net/bugs/96423 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs