Re: Scope of a property

2001-11-29 Thread Diane Holt
--- Erik Hatcher [EMAIL PROTECTED] wrote: For example, target name=myInit property name=Me value=IsMe/ /target target name=showMe echo message=${Me}/ /target the above echo will not display any. These two targets are never executed at the same time. You'd run these by

Re: Scope of a property

2001-11-29 Thread Erik Hatcher
Users List [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 2:33 PM Subject: Re: Scope of a property --- Erik Hatcher [EMAIL PROTECTED] wrote: For example, target name=myInit property name=Me value=IsMe/ /target target name=showMe echo message=${Me}/ /target

Re: Scope of a property

2001-11-28 Thread Holger Danske
is this literally taken from your buildfile? What do you expect that property task to do without either a value, location or ref attribute? target name=check unless=is.checked property name=is.checked/ !-- Applicationtype -- condition property=check.application_type.setting

Re: Scope of a property

2001-11-28 Thread Stefan Bodewig
On Wed, 28 Nov 2001, Holger Danske [EMAIL PROTECTED] wrote: target name=check unless=is.checked property name=is.checked/ this is going to result in in BuildException in Ant 1.5 as one of value,ref or location is required when using the name attribute. I'm not sure whether this simply

RE: Scope of a property

2001-11-28 Thread Li, Jerry
: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 4:20 AM To: [EMAIL PROTECTED] Subject: Re: Scope of a property On Wed, 28 Nov 2001, Holger Danske [EMAIL PROTECTED] wrote: target name=check unless=is.checked property name=is.checked/ this is going to result

Re: Scope of a property

2001-11-28 Thread Erik Hatcher
I want to discuss a little bit more on this. A topic dear to my heart From what I understand, a property within a target will not be available to another target unless there is a dependence. Well, sort of. For the same execution thread (terminology is a bit off here) properties are