Hello,

We run a bunch of Junit Tests using ANT.

A special test runs fine, when started separetly (using ANT) or is run in 
Eclipse.

But, when we start all Tests the following error occurs:

    [junit] Testsuite: functional.processlogic.SerialLetterTest
    [junit] Test functional.processlogic.SerialLetterTest FAILED (crashed)

Also I get this
ERROR Forked Java VM exited abnormally. Please note the time in the report does 
not reflect the time until the VM exit.junit.framework.AssertionFailedError: 
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.
        at 
net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
        at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
        at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:299)
        at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)
        at net.sf.antcontrib.logic.AntCallBack.execute(AntCallBack.java:54)
        at 
net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
        at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
        at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:299)
        at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)

This looks not like a memory problem. ANT is going on with the next test and 
finishes successfull.

What could be happened? Any ideas?

Greetings

Jürgen

-- 
Jürgen Knuplesch

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to