Re: [Nant-users] Call task with value attribute
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 ---
[Nant-users] Call task with value attribute
Title: Call task with value attribute Hey all, Why, using version 0.85.1653.0, does the below call work but using the latest stable build, it complains of the value attribute? Thanks!