Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
That's correct. Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com From: Christopher Brandt [mailto:xtopher

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Christopher Brandt
To clarify, by "regular cruisecontrol" do you mean you're not using CruiseControl.Net? --- Chris Continuous improvement is better than delayed perfection. - Mark Twain On Tue, Nov 16, 2010 at 8:00 AM, Adam Bruss wrote: > Thanks but I’m trying to use nant from regular cruisecontrol. There is n

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
Thanks but I'm trying to use nant from regular cruisecontrol. There is no executable or baseDirectory elements in the cruisecontrol nant plugin according to the doc.

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Philip Sayers
If you browse to the nant executable on the build server, and right click.. choose "properties". Does the first property page have an "Unblock" button? If yes..click it. Does the ccnet server account have permissions to access all the folders/files/programs that are used during the build. -

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Marcus Weidner
Someone else probably has a better example, but this is my section from my config (which is working) D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe d:\CruiseControlBuilds\Dev\MyProject\WorkingDirectory d:\CruiseControlBuilds\Dev\MyProject\WorkingDirectory\CMaxAdmin.s

[NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
I can't get nant to work in normal cruisecontrol. It's supposed to work according to the documentation. This is on a Windows 7 machine.