I'm getting a strange error when I run junit4 tests in an existing project
I'm converting to work with Buildr. Previously, I've converted several
other very similar projects to use Buildr and have never seen anything like
this. The following error occurs every time I run tests in the default
forked test mode:
Trying to override old definition of datatype junit
[junit] Testsuite:
testsfile=/blah/workspace/blah/junittestcases3244787827808189351.properties
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit]
[junit] Caused an ERROR
[junit]
testsfile=/blah/workspace/blah/junittestcases3244787827808189351.properties
[junit] java.lang.ClassNotFoundException:
testsfile=/blah/workspace/blah/junittestcases3244787827808189351.properties
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:186)
[junit]
[junit] Testsuite: blah.base.validators.Batch-With-Multiple-Tests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit]
[junit] Testcase: null took 0 sec
[junit] Caused an ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the
report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited
abnormally. Please note the time in the report does not reflect the time
until the VM exit.
[junit]
[junit] Tests FAILED (crashed)
Can anyone help me figure out why I can't run my tests in forked mode?