RE: Advice on making a new task class

2006-04-28 Thread Russell, Archie
Thanks a lot, I'll give it a try -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 8:55 PM To: user@ant.apache.org Subject: Re: Advice on making a new task class On Thu, 27 Apr 2006, Archie Russell <[EMAIL PROTECTED]> wrote: &

RE: Advice on making a new task class

2006-04-27 Thread Row M, Vishal
Hi I am not sure about the question , but from what I have understood is you want to run one task if the previous build fails. There are many ways to accomplish this but one of the way is to add Build Listener to your ant file which can do things based on whether you build failed or passed Rega

Re: Advice on making a new task class

2006-04-27 Thread Stefan Bodewig
On Thu, 27 Apr 2006, Archie Russell <[EMAIL PROTECTED]> wrote: > I'm new to Ant and would like to make a new task class. The > examples I've online found are good pretty basic, they show an > "execute()" method that seems to be run under all circumstances. You want to read