RE: Property problem in 1.6.5

2006-04-10 Thread Greg Irvine
: Property problem in 1.6.5 FYI, this is a common mistake made; people use antcall incorrectly when what they needed was the project depends attribute. Ben -Original Message- From: Greg Irvine [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 7:11 PM To: 'Ant Users List

RE: Property problem in 1.6.5

2006-04-10 Thread Burgess, Benjamin
FYI, this is a common mistake made; people use antcall incorrectly when what they needed was the project depends attribute. Ben -Original Message- From: Greg Irvine [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 7:11 PM To: 'Ant Users List' Subject: Property proble

Re: Property problem in 1.6.5

2006-04-06 Thread Jeffrey E Care
This is working as designed; ant, antcall & subant create new contexts and property values set in the context ARE NOT propegated back to the calling context. Jeffrey E. (Jeff) Care [EMAIL PROTECTED]

RE: Property problem in 1.6.5

2006-04-06 Thread bill/wilandra
ed then the jar target. In your example that is what you accomplished by running "ant update jar". HTH Bill -Original Message- From: Greg Irvine [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 4:17 PM To: 'Ant Users List' Subject: RE: Property problem in 1.6.

RE: Property problem in 1.6.5

2006-04-06 Thread Greg Irvine
iginal Message- From: Greg Irvine [mailto:[EMAIL PROTECTED] Sent: Friday, 7 April 2006 9:11 AM To: 'Ant Users List' Subject: Property problem in 1.6.5 Hi all. I'm having a problem with property values not existing outside of the target they're created/set in. For example (see b

Property problem in 1.6.5

2006-04-06 Thread Greg Irvine
Hi all. I'm having a problem with property values not existing outside of the target they're created/set in. For example (see below), I have a "jar" target that calls an "update" target. The update calls svn status to populate a property with the current svn version number and then I echo the pr