Checks whether the specified property exists.
true if the specified property exists; otherwise, false.
Execute a set of tasks if the "build.debug" property exists.
<if test="${property::exists('build.debug')}"> <echo message="Starting debug build" /> <call target="init-debug" /> <call target="build" /> </if>
PropertyFunctions Class | NAnt.Core.Functions Namespace