Re: run script after ant finished

2009-07-02 Thread Dominique Devienne
On Wed, Jun 24, 2009 at 11:17 AM, Shawn Castrianni wrote: > Correct, I need something after the ANT VM has exited. Weiji's solution of running Ant twice from the outside script is the easiest, provided it can be used, which may not be the case when it's an IDE that runs the Ant script for example.

RE: run script after ant finished

2009-07-01 Thread weiji
I have a somewhat similar situation - what I did was create a shell script that invokes ant, and I simply invoke ant twice - the first one is a target to get the latest versions of the build files (build.xml and some property files, etc) which updates itself, then the next call does the build. Th

RE: run script after ant finished

2009-06-24 Thread Shawn Castrianni
es/no" to allow the developer to choose either a successful stop of the build or a failed stop of the build. --- Shawn Castrianni -Original Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: Wednesday, June 24, 2009 10:48 AM To: Ant Users List Subject: Re: run sc

Re: run script after ant finished

2009-06-24 Thread Dominique Devienne
On Wed, Jun 24, 2009 at 10:39 AM, Shawn Castrianni wrote: > This online presentation is hanging after slide 2.  Can I get this > information some other way or can I download the presentation locally? Worked for me (in FireFox). But a Listener or a Logger are part of the Ant VM, so it doesn't you

RE: run script after ant finished

2009-06-24 Thread Shawn Castrianni
7;Ant Users List' Subject: RE: run script after ant finished -Original Message- From: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Sent: Wednesday, June 24, 2009 12:55 AM To: 'Ant Users List' Subject: run script after ant finished /* Is there a way to run som

RE: run script after ant finished

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Sent: Wednesday, June 24, 2009 12:55 AM To: 'Ant Users List' Subject: run script after ant finished /* Is there a way to run something after ANT has finished with log output? [...] when it is complete.