On Sun, 5 Dec 2004, Rutger Dijkstra <[EMAIL PROTECTED]> wrote:

>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of Stefan
>> Bodewig
>>
>> I've never encountered that need, but frequently used if/unless the
>> way it is.  But my build needs may be different from yours.
> 
> 1. Do not include administrator functionality unless the property
> 'include.amin' has been set

I use conditional includes/excludes for this in Ant and don't touch
targets at all.

> 2. Run time consuming tests only if the property 'test.patient'
> is set to 'true'. 

Makes sense.  But then again you may want the if on all the individual
targets as well since they could get invoked directly (do you have
"private" targets in NAnt?).

Cheers

        Stefan

-- 
http://stefanbodewig.blogger.de/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to