get the thread
It is possible to make the next thing:
I run ant task(“start”) which create useful process and leave it in system. Then I need to run next task (“stop”) and kill this process. It is possible? Problem in getting thread by “stop” task. Each ant task runs in separate thread and actually it separate program.

