Re: Stopping a process identified by name

2007-12-05 Thread Steve Loughran
Stepan Mishura wrote: On 11/28/07, Agarkar, M (Milind) <[EMAIL PROTECTED]> wrote: Thanks Jan. Any idea about how to trap a PID on-the-fly ? It would be a script to run automatically. In snapshot testing we use the next targets to find and kill hung VMs after a suite run. that's cute. I'd p

Re: Stopping a process identified by name

2007-12-04 Thread Stepan Mishura
lind) [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 28. November 2007 14:05 > > An: Ant Users List > > Betreff: Stopping a process identified by name > > > > Hi, > > > > Is there a way to stop/kill

Re: Stopping a process identified by name

2007-11-28 Thread Steve Loughran
Agarkar, M (Milind) wrote: Thanks Jan. Any idea about how to trap a PID on-the-fly ? It would be a script to run automatically. use killall, the one stop shop to kill a process by name. java5 adds jps, to list java processes; jps -v is detailed and gives java main class > jps -v 2048 jedit

Re: Stopping a process identified by name

2007-11-28 Thread Krzysztof Kucybala
nt Users List Betreff: Stopping a process identified by name Hi, Is there a way to stop/kill a process running on unix using the ant script ? Would I need to write a custom task ? Thanks, Milind _ This email (including any attachme

RE: Stopping a process identified by name

2007-11-28 Thread Agarkar, M (Milind)
Thanks Jan. Any idea about how to trap a PID on-the-fly ? It would be a script to run automatically. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 November 2007 13:24 To: user@ant.apache.org Subject: AW: Stopping a process identified by name No, there

AW: Stopping a process identified by name

2007-11-28 Thread Jan.Materne
t Users List > Betreff: Stopping a process identified by name > > Hi, > > Is there a way to stop/kill a process running on unix using the ant > script ? Would I need to write a custom task ? > > Thanks, > Milind > ___

Stopping a process identified by name

2007-11-28 Thread Agarkar, M (Milind)
Hi, Is there a way to stop/kill a process running on unix using the ant script ? Would I need to write a custom task ? Thanks, Milind _ This email (including any attachments to it) is confidential, legally privileged, subject to copyri