>From the gump output, looks like JUnitTaskTest is failing, and 2 AntUnit tests are failings: apply-test.xml and retry-test.xml.
Also, on my system, I get one JUnit test failing: * FileUtilsTest.testHasErrorInCase fails on line 582. It's a case issue. Not sure if this test presumes windows is also case-insensitive. On WinXP, with an NTFS file system, this test fails. And 2 failures and 1 error in AntUnit: * echoxml-test.xml, test-ns * retry-test.xml (consistent with Gump) * concat-resource-test.xml, testEncoding Finally, because I don't have the BSF jars it seems, propertyhelper-test.xml is failing, and this failure may trigger a bug in AntUnit which generates an invalid XML output (no opening <testcase> tag. Output is <testsuite ...> <error ...> ... </error> <time>0.047</time> </testcase> ... </testsuite>) Just an FYI ;-) --DD ------------------------------------------- C:\my\apache\ant\core-trunk>grep -3 'Errors: [^^0]' test-log-gump.txt [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.015 sec [junit] [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskTest [junit] Tests run: 10, Failures: 0, Errors: 1, Time elapsed: 26.306 sec [junit] [junit] ------------- Standard Output --------------- [junit] /srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/junit.xml:194: Compile failed; see the co mpiler error output for details.) -- [au:antunit] Target: testPass took 0.011 sec [au:antunit] Target: testFail took 0.005 sec [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/taskdefs/exec/apply-test.xml [au:antunit] Tests run: 27, Failures: 0, Errors: 2, Time elapsed: 75.015 sec [au:antunit] Target: testRedirector14 took 1.727 sec [au:antunit] Target: testNoDest took 0.597 sec [au:antunit] Target: testRedirector13 took 6.89 sec C:\my\apache\ant\core-trunk> C:\my\apache\ant\core-trunk> C:\my\apache\ant\core-trunk>grep -3 'Failures: [^^0]' test-log-gump.txt [au:antunit] Target: testEmbeddedNonString took 0.038 sec [au:antunit] Target: testNull took 0.042 sec [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/taskdefs/retry-test.xml [au:antunit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.12 sec [au:antunit] Target: test-success took 0.009 sec [au:antunit] Target: test-fail-and-retry FAILED [au:antunit] at line 15, column 77 C:\my\apache\ant\core-trunk> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]