Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
er Brandt [mailto:xtopher.bra...@gmail.com] Sent: Tuesday, November 16, 2010 10:53 AM To: Adam Bruss Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] nant in regular cruisecontrol To clarify, by "regular cruisecontrol" do you mean you're not using CruiseControl.Net? --- Chris C

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Christopher Brandt
mbination with uselogger="true"! > > > > > > I’m trying to use nant from the java based cruisecontrol – the original one > > > > According to the cruisecontrol doc it's possible with something like this > > > > > > > bui

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
one have examples of this? Thanks, Adam 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

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Philip Sayers
sed during the build. -Original Message- From: Marcus Weidner [mailto:mweid...@gmail.com] Sent: Tuesday, November 16, 2010 10:11 AM To: Adam Bruss Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] nant in regular cruisecontrol Someone else probably has a better example, but this is

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.