Re: java/exec task - process tracking

2006-03-06 Thread Steve Loughran
Frederic CHALONS wrote: Hi, I am using a ant file to launch various processes. Previously, this was done via a bash file via. With bash, I could retrieve PIDs from $! variable to keep track of launched processes. How may I achieve something similar with Ant. May I retrieve pid associated to an

java/exec task - process tracking

2006-03-06 Thread Frederic CHALONS
Hi, I am using a ant file to launch various processes. Previously, this was done via a bash file via. With bash, I could retrieve PIDs from $! variable to keep track of launched processes. How may I achieve something similar with Ant. May I retrieve pid associated to an java/exec task? So far, I