Re: junit tests in single jvm

2006-04-19 Thread Steve Loughran
P.S.Lokesh wrote: 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. If the jvm forks then its two separate JVMs. If it is not forked, then it

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 i

Re: junit tests in single jvm

2006-04-19 Thread Steve Loughran
P.S.Lokesh wrote: 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, No, you cant, it doesnt make sense. shown below is the sample code: **

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: **