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 another for > running java task), thus both forks run together. In my case I want ANT > JVM completed, but another jvm continues. The spawn attribute on the java task is already documented. In the future please refer to the user mailing list instead of the developer list.