Re: Some junit tasks fail if run in ant with forkmode="once"

2007-11-09 Thread Davy Toch
Can you show the error that is logged when you run the tests with forkmode="once"? Is it an OOM (OutOfMemory)? Paul Taylor schreef: Hi If I run my junit tasks from within ant using forkmode="once" a few of the tests fail - if I remove the forkmode="once" option they work. I cant really under

Some junit tasks fail if run in ant with forkmode="once"

2007-11-09 Thread Paul Taylor
Hi If I run my junit tasks from within ant using forkmode="once" a few of the tests fail - if I remove the forkmode="once" option they work. I cant really understand why this is the case, there is File/IO involved in the tests but the original files are copied as a new file for each test so ca