Re: [Nant-users] Call task with value attribute

2005-03-17 Thread Troy Laurin
Evan, NAnt has been modified to fail the build if it encounters any invalid attributes (previously it just displayed a warning message). There is no "value" attribute in the task, so NAnt is erroring. Is it a problem to remove the "value" attribute from your script? -- Troy ---

Re: [Nant-users] Call task and Dependencies?

2004-05-27 Thread Gert Driesen
David, The fact that the task now also re-executes a given target is definitely the correct behaviour (if you ask me), but perhaps we should indeed add an attribute (eg. forcedeps, got a better name? <- why do I also struggle with this) to the task that allow you to control whether dependent ta