Fwd: Re: [Nant-users] dynamic evaluation of properties

2005-07-08 Thread Curtis Zarger
t;[EMAIL PROTECTED]> > To: Curtis Zarger <[EMAIL PROTECTED]> > Subject: Re: [Nant-users] dynamic evaluation of > properties > CC: nant-users@lists.sourceforge.net, > [EMAIL PROTECTED] > > On 7/8/05, Curtis Zarger <[EMAIL PROTECTED]> > wrote: > > I tried

Re: [Nant-users] dynamic evaluation of properties

2005-07-07 Thread Troy Laurin
On 7/8/05, Curtis Zarger <[EMAIL PROTECTED]> wrote: > I tried two forms of the property reference, with the > same result. Does NAnt support this type of > referencing? Curt, If you are using one of the 0.85 releases (or nightlies), then you can evaluate the value of a property using expressions

[Nant-users] dynamic evaluation of properties

2005-07-07 Thread Curtis Zarger
Hello, I am trying to process a number of similar properties in a loop. To do this, I need to dynamically create the property name reference, then get the value of that property. (I need a two-pass evaluation, much the way UNIX shell scripts process.) I thought the "dynamic" attribute of the pro