Yes, the spawned process keeps running after ant is finished. This is the case in the testcase which I wrote. The spawned process is sh (the Bourne Shell interpreter) which sleeps for 10 seconds. I also wrote a dummy java class which writes to some file during 10 seconds and outlives ant. Cheers, Antoine ----- Original Message ----- From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:43 AM Subject: Re: cvs commit: ant/docs/manual/CoreTasks exec.html
> On 28 Jul 2003, <[EMAIL PROTECTED]> wrote: > > > This change allows exec to start a process which will run > > independently of ant. > > Will the spawned process keep running after Ant is finished? > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
