Re: Need guidance re

2004-10-25 Thread Rhino
, 2004 4:55 AM Subject: Re: Need guidance re > > On Oct 24, 2004, at 3:37 PM, Rhino wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Remarks: > > There a

Re: Need guidance re

2004-10-25 Thread Erik Hatcher
On Oct 24, 2004, at 3:37 PM, Rhino wrote: Remarks: There are only a few things that can go wrong in this simple example. For instance, I can fail to provide any input for the two tasks in the 'getlogin' target (by pressing the Cancel button). I suppose there would also be errors if the

Re: Need guidance re

2004-10-24 Thread Rhino
- Original Message - From: "Laconia Data Systems" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 8:05 PM Subject: Re: Need guidance re >

Re: Need guidance re

2004-10-24 Thread Laconia Data Systems
Rhino Include your build.xml here From: "Laconia Data Systems" <[EMAIL PROTECTED]> > To: "Ant Users List" <[EMAIL PROTECTED]> > Sent: Sunday, October 24, 2004 4:50 PM > Subject: Re: Need guidance re > > > > Rhino > > I Cant make specif

Re: Need guidance re

2004-10-24 Thread Rhino
hino - Original Message - From: "Laconia Data Systems" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 4:50 PM Subject: Re: Need guidance re > Rhino > I Cant make specific suggestions without looking at the tas

Re: Need guidance re

2004-10-24 Thread Laconia Data Systems
t: Sunday, October 24, 2004 4:14 PM Subject: Re: Need guidance re > Sorry? I'm not clear what you mean. I hope you're not saying that I need to > put a task in every target ;-) > > How would you change my example to do what you are talking about? > > Rhino >

Re: Need guidance re

2004-10-24 Thread Rhino
: "Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 4:01 PM Subject: Re: Need guidance re > Rhino > I would suggest calling the sound within a specific task which executes > depending on the presence a property (if="property") > or absence of proper

Re: Need guidance re

2004-10-24 Thread Laconia Data Systems
;Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 3:37 PM Subject: Re: Need guidance re > First of all, thanks for the very useful reply, Erik! > > I suppose I've just been thinking of things the wrong way. As you pointed > out, a reasonably clear

Re: Need guidance re

2004-10-24 Thread Rhino
ly similar and how would I get it?) Rhino - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 6:57 AM Subject: Re: Need guidance re On Oct 22, 2004, at 9:26 AM, Rhino wrote: &

Re: Need guidance re

2004-10-24 Thread Erik Hatcher
On Oct 22, 2004, at 9:26 AM, Rhino wrote: One of the aspects that I want to improve is error handling. Right now, I mostly just assume that everything is going to work and don't do much error handling; if the build fails, it fails. This is really the Ant "way". Failure is a built-in mode of oper

Need guidance re

2004-10-22 Thread Rhino
I'm at the point where I'm starting to 'get' Ant - more or less ;-) - so I'd like to start re-engineering my scripts so that they follow the best possible practices.   One of the aspects that I want to improve is error handling. Right now, I mostly just assume that everything is going to work