Take a look at the <parallel> task. You can use it to fire up a server in one thread and run code against that server in another thread.
[EMAIL PROTECTED] wrote: >Hi all, > >I am looking for a way to run a process in background >using ANT, do some other tasks and finally kill the >background process before leaving ANT. > >Has anyone ever done this before ? > >Any hint/help would be greatly appreciated. > >Tran > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- Jonathan Keller Web Application Developer [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
