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