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
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.