My custom NAnt task relies on a certain fileset. It is considered to be defined by the time the task executes. I'd like to make sure fileset was defined before using it. I'm thinking of something similar to property::exists('property')
.
I failed to find the appropriate function. Is it possible with NAnt (or NAntContrib) out of the box?