newbie question: start an asynch process

2002-09-27 Thread Erik.Ostermueller
Hi all, Didn't see this in the faq. I want to write an ant task that will start an appserver followed by a process that will start a web server. How can I use ant to start the first process, the appserver, asynchronously? The attribute fork='true' doesn't seem to do the trick. I'm running

Re: newbie question: start an asynch process

2002-09-27 Thread otisg
Lok at parallel, but it's got some restrictions. You can use 2 build files or at least call 2 separate targets what start 2 different processes... Otis On Fri, 27 Sep 2002, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: Hi all, Didn't see this in the faq. I want to write an ant task