[NAnt-users] Asynchronous Nant exec with CruiseControl

2006-02-23 Thread Todd Scott
Hi all, I have an automated build process where CruiseControl.net launches a nant script when a rebuild is needed. The nant script shuts down the app to be built, checks out the .exe files from perforce, rebuilds the app, checks the files back in to perforce, and restarts the app. Everything is

[NAnt-users] Running Nant on 64bit Systems

2006-02-23 Thread Jim B
Are there any limitations or problems with running Nant on 64bit systems? I will have to perform builds on 64bit systems in the very near future. Is anybody already doing this? Thanks, Jim _ Express yourself instantly with MSN Me

RE: [NAnt-users] replacing a linefeed....

2006-02-23 Thread John Cole
Gary, Thanks for the suggestion, replacing \n\r didn't work but string::replace(... , ' ', '') did! I don't think I can use the arg tags because I have a set of standard arguments I always use, and then append the specific type parameters for htmlhelp, html or pdf documents, and I'd like to o

RE: [NAnt-users] Solution Failures using WebMap

2006-02-23 Thread Joseph Mierwa
Yup, that took care of it. Thanks! -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:45 AM To: Joseph Mierwa; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution Failures using WebMap > -Original Message- > Fro

RE: [NAnt-users] Solution Failures using WebMap

2006-02-23 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joseph Mierwa > Sent: donderdag 23 februari 2006 17:40 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] Solution Failures using WebMap > > I just finished trying t

RE: [NAnt-users] Solution Failures using WebMap

2006-02-23 Thread Joseph Mierwa
I just finished trying the latest build. It still fails identically. Any more thoughts? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 10:52 AM To: Joseph Mierwa; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution Failure

RE: [NAnt-users] Solution Failures using WebMap

2006-02-23 Thread Gert Driesen
Joseph, If I'm not mistaken, this issue was fixed since. Try using a recent version of NAnt: http://nant.sourceforge.net/nightly/latest Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joseph Mierwa > Sent: donderdag 23 februari 2006 16

[NAnt-users] Solution Failures using WebMap

2006-02-23 Thread Joseph Mierwa
Hi,   I’m having problems getting the following to work in nant-0.85-rc1:       Re: [NAnt-users] replacing a linefeed....
Andy Johnstone wrote: Also, for a linefeed, it's usually \n\r (or is that \r\n). I had a similar problem when unit testing... i took out the \n, but the \r (line feed) was still there, and a newline was inserted anyway. You might want to try taking out both. You've got the codes backwards.

RE: [NAnt-users] replacing a linefeed....

Also, for a linefeed, it's usually \n\r (or is that \r\n). I had a similar problem when unit testing... i took out the \n, but the \r (line feed) was still there, and a newline was inserted anyway. You might want to try taking out both. Andy -Original Message- From: Gary Feldman [mailto