Re: [NAnt-users] How to overload targets

2006-08-07 Thread Gary Feldman
Bonio Lopez wrote: > Dear all, > ... > Supposed I have Y project, to be build. Y-1 of them are build using ms_build > and one using my_own.exe > clean, rebuild, register ... also differs a bit for some of projects. For > example, register should register a help collection for help project, and > as

[NAnt-users] How to overload targets

2006-08-07 Thread Bonio Lopez
Dear all, I have a master build file with major targets. There are X targets: build, clean, rebuild, register Supposed I have Y project, to be build. Y-1 of them are build using ms_build and one using my_own.exe clean, rebuild, register ... also differs a bit for some of projects. For example,