I want to redefine copy task from Nant without changing my .build configuration files. Is it possible in nant?
Msbuild has:
<UsingTask TaskName="SGen" AssemblyFile="Tools\Extensions.dll"/>
which can do that.
I wrote my copy task by don't know how to override it globally during nant script execution.