RE: Regarding exec task

2012-02-08 Thread Adam Bruss
: Wednesday, February 08, 2012 10:18 AM To: Ant Users List Subject: Re: Regarding exec task This sounds good, but won't it kill processes that wasn't started by my script too? From: Adam Bruss To: Ant Users List ; Vimil Saju Sent: Wednesday, February 8,

Re: Regarding exec task

2012-02-08 Thread Vimil Saju
This sounds good, but won't it kill processes that wasn't started by my script too? From: Adam Bruss To: Ant Users List ; Vimil Saju Sent: Wednesday, February 8, 2012 6:34 AM Subject: RE: Regarding exec task Set failonerror=false on the parent

RE: Regarding exec task

2012-02-08 Thread Adam Bruss
ailto:vimils...@yahoo.com] Sent: Tuesday, February 07, 2012 10:11 PM To: Ant Users List Subject: Regarding exec task Hi, I noticed that on windows, if I use the exec task to run a batch script which in turn starts other processes then if kill ant then the sub-processes created by the batch script

Regarding exec task

2012-02-07 Thread Vimil Saju
Hi, I noticed that on windows, if I use the exec task to run a batch script which in turn starts other processes then if kill ant then the sub-processes created by the batch script still continues to run. I did some research on google and found that the default java implementation of Process.de