----- Original Message -----
From: "Diane Holt" <[EMAIL PROTECTED]>
[...NPE...]
> [junit] at
org.apache.tools.ant.taskdefs.optional.AbstractXSLTLiaisonTest.getFile(Abstr
actXSLTLiaisonTest.java:90)
Means it could not get the file as a resource from getResource.
Sam, can you please add the following line to the gump jakarta-ant
descriptor (in test-ant)?
diff -r1.15 jakarta-ant.xml
54a55,56
> <work nested="src/testcases"/>
> <work nested="src/etc/testcases"/>
Thanks a bunch.
Note:
I have a failure for dependset however (might be due to windows handle on
the file)
Testcase: test5(org.apache.tools.ant.taskdefs.DependSetTest):: FAILED
dependset failed to remove out of date file
D:\projects\jakarta-ant\src\etc\testcases\taskdefs\older.tmp
junit.framework.AssertionFailedError: dependset failed to remove out of date
file D:\projects\jakarta-ant\src\
etc\testcases\taskdefs\older.tmp
at junit.framework.Assert.fail(Assert.java:51)
at
org.apache.tools.ant.taskdefs.DependSetTest.test5(DependSetTest.java:96)
at java.lang.reflect.Method.invoke(Native Method)
at junit.framework.TestCase.runTest(TestCase.java:166)
at junit.framework.TestCase.runBare(TestCase.java:140)
at junit.framework.TestResult$1.protect(TestResult.java:106)
Stephane