RE: background process

2002-09-23 Thread tran . huynh
sounds like a good idea, thank you. > -Message d'origine- > De: Jonathan Keller [mailto:[EMAIL PROTECTED]] > Date: vendredi 20 septembre 2002 20:37 > À: Ant Users List > Objet: Re: background process > > > Take a look at the task. You can use it to

Re: background process

2002-09-20 Thread Jonathan Keller
Take a look at the 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 bef

Re: background process

2002-09-20 Thread Matt Benson
Seems that judicious use of tasks and file parsing could get you what you need. -Matt --- [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 anyon

RE: background

2002-02-14 Thread Dominique Devienne
Hi Bill, Would you have the link to the equivalent Windows work around please? I would appreciate. Thanks, --DD -Original Message- From: Bill Burton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 6:11 PM To: Ant Users List Subject:Re: background Hello

Re: background

2002-02-13 Thread Bill Burton
ginal Message- > From: Antony Stace [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 10:32 AM > To: Ant Users List > Subject: Re: background > > How do you start weblogic in your ant script? > > On Fri, 8 Feb 2002 10:24:00 +0530 > Sujan Digumarti &

RE: background

2002-02-07 Thread Sujan Digumarti
al Message- From: Antony Stace [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 10:32 AM To: Ant Users List Subject: Re: background How do you start weblogic in your ant script? On Fri, 8 Feb 2002 10:24:00 +0530 Sujan Digumarti <[EMAIL PROTECTED]> wrote: > Anyone

RE: background

2002-02-07 Thread Eddie Bernard
Stace [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:02 PM To: Ant Users List Subject: Re: background How do you start weblogic in your ant script? On Fri, 8 Feb 2002 10:24:00 +0530 Sujan Digumarti <[EMAIL PROTECTED]> wrote: > Anyone knows how to run a background p

Re: background

2002-02-07 Thread Antony Stace
How do you start weblogic in your ant script? On Fri, 8 Feb 2002 10:24:00 +0530 Sujan Digumarti <[EMAIL PROTECTED]> wrote: > Anyone knows how to run a background process through ant in solaris.. > > actually i have to run the weblogic server through my script .. the control > doesn't come back