Re: [Nant-users] Problem using property::exists(property) function

2004-09-02 Thread Ian MacLean
Jon, You need to pass the property name as a string like: ${property::exists('version')} if not the 'value' of the property will be passed to the exists function and of course this will fail if the property doesn't exist. Ian Pietig, Jon wrote: When I use the property::exists(property) function on

[Nant-users] Problem using property::exists(property) function

2004-09-02 Thread Pietig, Jon
Title: Problem using property::exists(property) function When I use the property::exists(property) function on a property that doesn't exist in the build file or wasn't passed in on the commandline I get the following error:             Property evaluation failed.