> -----Original Message----- > From: Sam Ruby [mailto:[EMAIL PROTECTED]
> Unfortunately, I'm not at home at the moment, ant I can't > even tunnel in to > my own machine or I would try to help further... > > I can tell you that on a windows machine, with 1.3.0-C, and > getting the latest Ant, Xerces, and Xalan, I get the > following instead: > > [junit] > [junit] Testcase: > testXalan2Redirect(org.apache.tools.ant.taskdefs.optional.TraX > LiaisonTest):: Caused an ERROR > [junit] null > [junit] java.lang.NullPointerException > [junit] at > org.apache.tools.ant.taskdefs.optional.AbstractXSLTLiaisonTest > .getFile(AbstractXSLTLiaisonTest.java:90) It is the same error of last time. It cannot get the resource from the classpath. Will patch it to throw a FileNotFoundException so that the error is more understandable. See below. > Portions of the gump Windows and Linux scripts for running test-ant: > > SET CLASSPATH=%CLASSPATH%;D:\jakarta\jakarta-ant\build\classes > SET CLASSPATH=%CLASSPATH%;D:\jakarta\jakarta-ant\build\testcases > SET CLASSPATH=%CLASSPATH%;D:\jakarta\jakarta-ant\build\lib\ant.jar [...] Is that me or the src/testcases and src/etc/testcases are missing from the .bat while they are in the .sh ? -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.
