Good morning, I am having a look at the logs of this test, available under [1]
See below the most important messages. I wonder why org.apache.tools.ant.IncludeTest, org.apache.tools.ant.taskdefs.LibrariesTest, and org.apache.tools.ant.types.selectors.ModifiedSelectorTest fail. If I understand well, this test-ant-no-xerces runs under jdk1.4.2_08. The other Gump run of our test cases is the same with the xercesImpl.jar and xml-apis.jar in the bootclasspath. Do these errors look like bugs of ant or bugs of the version of xerces which is included in the JDK 1.4.2_08 ? Cheers, Antoine [1] http://vmgump.apache.org/gump/public/ant/test-ant-no-xerces/gump_work/build_ant_test-ant-no-xerces.html ------- lines pulled from the test-ant-no-xerces build log : [junit] Testsuite: org.apache.tools.ant.IncludeTest [junit] Tests run: 12, Failures: 0, Errors: 2, Time elapsed: 0.156 sec [junit] Testcase: test2(org.apache.tools.ant.IncludeTest): Caused an ERROR [junit] java.io.FileNotFoundException: /x1/gump/public/workspace/ant/src/etc/testcases/core/include/frag#ment/file:include.inc (No such file or directory) [junit] java.io.FileNotFoundException: /x1/gump/public/workspace/ant/src/etc/testcases/core/include/frag#ment/file:include.inc (No such file or directory) [junit] Testcase: testWithSpaceInclude(org.apache.tools.ant.IncludeTest): Caused an ERROR [junit] java.io.FileNotFoundException: /x1/gump/public/workspace/ant/src/etc/testcases/core/include/with space/file:include.inc (No such file or directory) [junit] java.io.FileNotFoundException: /x1/gump/public/workspace/ant/src/etc/testcases/core/include/with space/file:include.inc (No such file or directory) [junit] Testcase: testNoSuffix(org.apache.tools.ant.taskdefs.LibrariesTest): Caused an ERROR [junit] Download count mismatch: expected 1 but fetched 0 [junit] /x1/gump/public/workspace/ant/src/etc/testcases/taskdefs/libraries.xml:329: Download count mismatch: expected 1 but fetched 0 [junit] Testcase: testResourceSelectorSimple(org.apache.tools.ant.types.selectors.ModifiedSelectorTest): Caused an ERROR [junit] restrict doesn't support the nested "modified" element. [junit] /x1/gump/public/workspace/ant/src/etc/testcases/types/selectors.xml:266: restrict doesn't support the nested "modified" element. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]