renuka.k...@marsh.com wrote on 08/27/2009 07:35:00 AM:
> I am using ANT Java task to run some class. I want to run this Java task
> in different process, so that ANT build completes, but Java task runs in
> separate process.
>
> If I use fork="true", it creates 2JVMs (1 for running ant and an
Hi,
I am using ANT Java task to run some class. I want to run this Java task
in different process, so that ANT build completes, but Java task runs in
separate process.
If I use fork="true", it creates 2JVMs (1 for running ant and another for
running java task), thus both forks run together. In