> -----Original Message-----
> From: Nobody [mailto:[EMAIL PROTECTED] On Behalf Of OmarV
> Sent: woensdag 15 december 2004 0:17
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: <solution> rebuild in NAnt
> 
> Message body follows:
> 
> There is a "rebuild" attribute for the <csc> task, is there 
> something similar for the <solution> task? I couldn't find it in 
> the docs  
> (http://nant.sourceforge.net/help/tasks/solution.html)
> 
> If not, is there a way to force the rebuild? I tried deleting the 
> output folder but I'd think there is a more elegant solution.

This is not implemented yet, no. I think we'll consider adding a "buildmode"
attribute (or something similar), that
can take the following values :

- Clean
- Build
- Rebuild

We could then use that enum for other tasks too.

Gert



-------------------------------------------------------
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