Re: [NAnt-users] How to overload targets

2006-08-08 Thread Gary Feldman
Bonio Lopez wrote: > Hi Gary, > I tested you approach and it works and does what I needed. > In master build file I include for all targets following: > >unless="${file::exists(property::get-value('tmp'))}"/> >if="${file::exists(property::get-value('tmp'))}"/> > I'm n

Re: [NAnt-users] How to overload targets

2006-08-08 Thread Bonio Lopez
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Montag, 7. August 2006 13:57 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] How to overload targets Bonio Lopez wrote: > Dear all, > ... > Supposed I have Y project, to be build. Y-1 of them are bu

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,