RE: Am I being a silly - or is there an antcall bug?

2006-07-24 Thread Nick . Minutello
Ta. Thanks. Yeah, I'd rather not set a properties file - then you have to worry about cleaning it up. Basically, I have a mix of antcalls and ant tasks (ie calling to other buildfiles) - and I want the property status to be set/seen throughout. The property represents the base-project initialisati

RE: Am I being a silly - or is there an antcall bug?

2006-07-24 Thread Nick . Minutello
So, you saying I am being silly? ;-) I was expecting different behaviour - but what you say makes perfect sense... Thanks for sorting that out... -Nick -Original Message- From: Andrew Goktepe [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 00:13 To: Ant Users List Subject: Re: Am I be

Am I being a silly - or is there an antcall bug?

2006-07-24 Thread Nick . Minutello
Title: Am I being a silly - or is there an antcall bug? I would expect that when calling all targets below (target1, target2 & target3) the "run_once_target" would get called only… once. However, its not so. With "target2", it gets called twice. Is that a bug? Doesn’t seem to matter if I

Am I being a dumbass - or is there an antcall bug?

2006-07-24 Thread Nick . Minutello
Title: Am I being a dumbass - or is there an antcall bug? I would expect that when calling all targets below (target1, target2 & target3) the "run_once_target" would get called only… once. However, its not so. With "target2", it gets called twice. Is that a bug? Doesn’t seem to matter if