Re: onsuccess or onfailure

2009-04-14 Thread Matt Benson
I'll add some comments inline: --- On Tue, 4/14/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailure > To: "Ant Users List" > Date: Tuesday, April 14, 2009, 12:08 PM > OK, getting closer but no cigar > yet. So does a property

Re: onsuccess or onfailure

2009-04-14 Thread Eric Fetzer
I will be using MailLogger, Matt.  I'm just trying to understand this behavior.  THANKS for all your help! From: Eric Fetzer To: Ant Users List Sent: Tuesday, April 14, 2009 11:08:41 AM Subject: Re: onsuccess or onfailure OK, getting closer but no ciga

Re: onsuccess or onfailure

2009-04-14 Thread Eric Fetzer
:                                                                From: Matt Benson To: Ant Users List Sent: Monday, April 13, 2009 4:26:55 PM Subject: Re: onsuccess or onfailure --- On Mon, 4/13/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailur

Re: onsuccess or onfailure

2009-04-13 Thread Matt Benson
--- On Mon, 4/13/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailure > To: "Ant Users List" > Date: Monday, April 13, 2009, 5:05 PM > Does trycatch have to be internal to > a target? I tried: > trycatch is a task. You canno

Re: onsuccess or onfailure

2009-04-13 Thread Eric Fetzer
PM Subject: Re: onsuccess or onfailure Those steps 1 and 2 are mutually exclusive.  Personally I wouldn't recommend the step 2 approach.  Step 2 simply tells you to put the jar someplace sensible so you can use it.  I still wouldn't bind a buildfile to a directory location; either bun

Re: onsuccess or onfailure

2009-04-13 Thread Matt Benson
P.S. Never use CLASSPATH! ;) --- On Mon, 4/13/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailure > To: "Ant Users List" > Date: Monday, April 13, 2009, 3:34 PM > I'm an old dog, but I can learn new > tricks (even become friends

Re: onsuccess or onfailure

2009-04-13 Thread Eric Fetzer
/usr/share/java/lib): From: Matt Benson To: Ant Users List Sent: Monday, April 13, 2009 9:18:34 AM Subject: Re: onsuccess or onfailure If there is an actual build failure in any target execution will end, unless you run Ant in keepgoing mod

Re: onsuccess or onfailure

2009-04-13 Thread Matt Benson
e the Ant way! HTH, Matt --- On Mon, 4/13/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailure > To: "Ant Users List" > Date: Monday, April 13, 2009, 9:24 AM > Thanks Matt! So if in target2 it > fails out, it will still make it to targ

Re: onsuccess or onfailure

2009-04-13 Thread Eric Fetzer
of readability):                                   From: Matt Benson To: Ant Users List Sent: Friday, April 10, 2009 2:55:24 PM Subject: Re: onsuccess or onfailure                                           > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org

Re: onsuccess or onfailure

2009-04-10 Thread Matt Benson
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > > For additional commands, e-mail: user-h...@ant.apache.org > > > > > > > > > > > - > To

Re: onsuccess or onfailure

2009-04-10 Thread Eric Fetzer
ce with me Matt! From: Matt Benson To: Ant Users List Sent: Friday, April 10, 2009 9:19:44 AM Subject: Re: onsuccess or onfailure --- On Fri, 4/10/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailure > To: "An

Re: onsuccess or onfailure

2009-04-10 Thread Matt Benson
--- On Fri, 4/10/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: Re: onsuccess or onfailure > To: "Ant Users List" > Date: Friday, April 10, 2009, 9:32 AM > Sorry, I should have given you more > detail. It does exactly what it says. When the build > fail

Re: onsuccess or onfailure

2009-04-10 Thread Eric Fetzer
Sorry, I should have given you more detail.  It does exactly what it says.  When the build fails (i.e. a target that isn't set for onfailure="false" fails) or finishes with success, it immediately calls the target specified.  In my example, it would call either the onsucce

Re: onsuccess or onfailure

2009-04-09 Thread Matt Benson
--- On Thu, 4/9/09, Eric Fetzer wrote: > From: Eric Fetzer > Subject: onsuccess or onfailure > To: "Ant Users" > Date: Thursday, April 9, 2009, 2:42 PM > Hi! I'm an ex-NAnt user coming over > to the Ant side. Most things are close to identical, but I >

onsuccess or onfailure

2009-04-09 Thread Eric Fetzer
Hi!  I'm an ex-NAnt user coming over to the Ant side.  Most things are close to identical, but I have a question about something I'm not finding.  In NAnt, you can create properties: which will go to the corresponding onsuccess or onfailure targets when finished based on