Re: [NAnt-users] properties in functions

2009-04-07 Thread Nathan Franzen
OK, got it! Thanks everyone. -Nate On Tue, Apr 7, 2009 at 3:01 PM, Gert Driesen wrote: > Hi Nathan, > > In expressions, properties must be references without braces. > For example: > >     >         /> >     > > Hope this helps, > > Gert > >

[NAnt-users] properties in functions

2009-04-07 Thread Nathan Franzen
I'm coming to NAnt from an ant background, but I'm trying to adapt. The documentation for says that it's deprecated & recommends using functions instead. I prefer to parameterize as much as possible, so I wrote NAnt doesn't like this much: Unexpected token 'Dollar'.