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