Hi Henning,

I'm running: Windows XP, java version "1.5.0_04", ant 1.6.2.

ant test fails on ClassloaderChangeTestCase.  I've attached the test report.

Hope this helps.

WILL

##########################
svn status
cd build
ant -q jar
[...]
BUILD SUCCESSFUL

ant test
Buildfile: build.xml

[...]

junittest:
   [junit] Running org.apache.velocity.test.ArithmeticTestCase
   [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
   [junit] Running org.apache.velocity.test.BuiltInEventHandlerTestCase
   [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.052 sec
   [junit] Running org.apache.velocity.test.ClassloaderChangeTestCase
   [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.351 sec

BUILD FAILED
C:\Documents and Settings\wglass\My Documents\GAWE\velocity\trunk\build\build.xml:878: Test org.apache.velocity.test.ClassloaderChangeTestCase failed
Testsuite: org.apache.velocity.test.ClassloaderChangeTestCase
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.351 sec
------------- Standard Output ---------------
TestClassloader : exception : java.io.FileNotFoundException: 
..\test\classloader\Foo.class (The system cannot find the path specified)
------------- ---------------- ---------------

Testcase: testClassloaderChange took 0.341 sec
        Caused an ERROR
null
java.lang.NullPointerException
        at 
org.apache.velocity.test.ClassloaderChangeTestCase.testClassloaderChange(ClassloaderChangeTestCase.java:94)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to