AW: Executing a command on a Unix/Linux box

2005-03-29 Thread Jan . Materne
Ok, then I would extend the -class and preset some values :-) Jan > -Ursprüngliche Nachricht- > Von: Simon Chappell [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 29. März 2005 16:02 > An: Ant Users List > Betreff: Re: Executing a command on a Unix/Linux box > >

Re: AW: Executing a command on a Unix/Linux box

2005-03-29 Thread Ninju Bohra
--Ursprüngliche Nachricht- > > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > > Gesendet am: Montag, 28. März 2005 19:38 > > An: Ant Users Group > > Betreff: Executing a command on a Unix/Linux box > > > > Hello all, > > > > On our Linux/Un

Re: Executing a command on a Unix/Linux box

2005-03-29 Thread Simon Chappell
Not all of us are in a position to use ant 1.6. For example, my employer still mandates 1.5.1. On Tue, 29 Mar 2005 08:33:57 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: ...snip... > I wouldnt write a task for "just" executing that one liner. > > Jan ...snip... ---

AW: Executing a command on a Unix/Linux box

2005-03-28 Thread Jan . Materne
Users Group > Betreff: Executing a command on a Unix/Linux box > > Hello all, > > On our Linux/Unix boxes we multiple JRun application servers > running that were started using the command > jrun -start -nohup > > The servers are manually started (from somebody at

Executing a command on a Unix/Linux box

2005-03-28 Thread Ninju Bohra
Hello all, On our Linux/Unix boxes we multiple JRun application servers running that were started using the command jrun -start -nohup The servers are manually started (from somebody at a console) Now I need to write a ANT script to automate the stopping of the servers How do I write a