[NAnt-users] Using the task

2008-05-02 Thread Mike Frederick
All, I am trying to utilize the task. I have placed the files LaunchCCNetBuild.dll and NAnt.LaunchCCNetBuild.dll into my NAnt bin folder; however, when I try to run a NAnt project containing this task I get the error message that the task is not defined. I am attempting to run the NAnt proje

[NAnt-users] Using the task

2007-06-19 Thread Mike Frederick
Does anyone use the NAnt task? I need to use it and I keep getting errors. If I setup my NAnt project like: http://localhost:21234/CruiseManager.rem"/> I get: * [launchccnetbu

Re: [Nant-users] Using the task with propertytrue

2004-04-23 Thread Gert Driesen
. if you are certain that property 'test' exists, you can just use : . Hope this helps, Gert - Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 5:07 PM Subject: [

[Nant-users] Using the task with propertytrue

2004-04-23 Thread Vincent Erickson
Title: Message I just added some code to my nant script using the if property true construct to conditionally execute some child tasks. I'm being told by nant that propertytrue is deprecated, and I should be using "test" instead. This is fine with me, except that I can find no examples of ho