Nope, the nant task framework takes care of all of that for you. If you write your own task, don't worry about the functionality of the base (inherited) properties, unless you want to change the default behavior (which would probably make your task work strangely).
----- Original Message -----
Sent: Monday, April 19, 2004 2:19 PM
Subject: RE: [Nant-users] if condition on tasks

Thanks.  Also if I write a custom task, Do I have to do anything to use the if ${cond} from nant on my custom task, or do I have to implement it as my own attribute?

Reply via email to