This is kind of the msbuild model where you can define inputs and outputs for a task and therefor it knows what to clean. I think that going this route would require some sort of task output framework like the xml stuff that was discussed previously ) rather than adding options on a task by task basis.

Ian
Gert Driesen wrote:

because tasks know how to clean their output, so instead of having a clean
target we could actually have a clean mode ...

But I'm just thinking out loud here ...

Gert
----- Original Message ----- From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: "! nant" <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 3:45 PM
Subject: Re: [nant-dev] Re: [Nant-users] Force <csc> recompilation





You mean the same task used for cleaning? Why?

<csc output="..." buildmode="clean">
</csc>

Jarek



I don't mind, but we should perhaps consider having a buildmode or
something, which can be set to Build (default), Rebuild, Clean, ....

Gert



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers







-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers





------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to