Re: [Nant-users] Disbale nant task

2004-09-13 Thread Ian MacLean
Merrill Cornish wrote: Ian, that will give you an "unknown task or datatype" error I'm thinking. Sounds reasonable. But commenting out the task--which was the original question--would do that same thing. uh - no it wouldn't. Commenting out the task will result in it being ignored

Re: [Nant-users] Disbale nant task

2004-09-13 Thread Ian MacLean
Merrill Cornish wrote: Bryan, You could temporarily rename the task to something else--add a "-disabled" suffix to its name, perhaps. that will give you an "unknown task or datatype" error I'm thinking. Ian --- This SF.Net email is sponsored

Re: [Nant-users] Disbale nant task

2004-09-13 Thread Merrill Cornish
Bryan, You could temporarily rename the task to something else--add a "-disabled" suffix to its name, perhaps. Merrill --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE fo

RE: [Nant-users] Disbale nant task

2004-09-13 Thread Felice Vittoria
Yes ... you can set a property and then test the condition of that property. So, it would look something like this: Here, if 'sometarget.run' equals true then the 'sometarget' target will execute. Otherwise, it won't execute. Felice -Original Message- From: [EMAIL PROTECTED] [mail