[This is preliminary documentation and subject to change.]
Checks whether the specified target exists.
true if the specified target exists; otherwise, false.
Missing <remarks> documentation for M:NAnt.Core.Functions.TargetFunctions.Exists(System.String)
Execute target "clean", if it exists.
<if test="${target::exists('clean')}"> <call target="clean" /> </if>
TargetFunctions Class | NAnt.Core.Functions Namespace