junit tests in single jvm

2006-04-19 Thread P.S.Lokesh
Hi Steve, Thanks for the reply. My doubt was like, if we call two java tasks inside parallel task will it be started in same jvm, where we started ant, or each task will be started in separate jvm. Lokesh. P.S.Lokesh wrote: hi, I have been looking through the docs to run my junit tests

junit tests in single jvm

2006-04-18 Thread P.S.Lokesh
hi, I have been looking through the docs to run my junit tests in the same jvm where server is started, but i could not achieve it through parallel task, shown below is the sample code: **