Re: Ant support for daemon processes

2007-06-05 Thread Stefan Bodewig
On Tue, 5 Jun 2007, Vladimir Egorov <[EMAIL PROTECTED]> wrote: > The above example may look like this. > > >executable='ServerUnderTest.exe' > ... > > > > > > > > Unlike the WL example, we are not using a proprietary stop > mechanism. The task is a generic ta

Ant support for daemon processes

2007-06-05 Thread Vladimir Egorov
Hi Ant Users, I am interested in Ant support for daemon processes, such as servers. For example, I would like to stop an Exec or Java process on demand - this is not possible with existing Exec and Java tasks. Ant manual for parallel task has the following example that "represents a ty