On 2010-09-08, Xu, Larry wrote:
> JUnit output:
> Testsuite: com.ebay.ice.kernel.unittest.AllTests
> Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
> Testcase: null took 0 sec
> Caused an ERROR
> Forked Java VM exited abnormally. Please note the time in the report does
: Stefan Bodewig [mailto:bode...@apache.org]
Sent: 2010年9月8日 12:15
To: user@ant.apache.org
Subject: Re: forked jvm exited abnormally
On 2010-09-08, Xu, Larry wrote:
> I met a trick problem "forked jvm exited abnormally".
> I ran the JUnit test case in ant and set the fork=yes
On 2010-09-08, Xu, Larry wrote:
> I met a trick problem "forked jvm exited abnormally".
> I ran the JUnit test case in ant and set the fork=yes for getting EMMA
> report.
This can happen for a number of reasons, the most likely is that an
exception is thrown during your tests
Hi All,
I met a trick problem "forked jvm exited abnormally".
I ran the JUnit test case in ant and set the fork=yes for getting EMMA report.
But I met the above problem.
When I set back the fork=no , it work well.
Then I asked Google, there are so many question on the network.
It seems