[NAnt-users] NAnt build file locking issues

2005-12-21 Thread Pillai, Gishu R (GE Infra, Energy)
Hi, I have a Nant build script integrated with CruiseControl .NET the CCNet server has 2 projects for the same code-base Proj 1 checks everything out to Folder A and does a Debug build on the hour Proj 2 checks everything out to Folder B and does a Release build weekly   Now I find that P

[NAnt-users] Re: Strange error - batch script exits after any nant command

2005-12-21 Thread B Wooster
Thanks to the person who sent me the email - I can't believe I got bitten by this thing I've known for so long, anyway, the answer is: Call nant /? Without the "call", control transfers to nant and the batch file ends. --- This SF.net email is

[NAnt-users] Re: multi-line string?

2005-12-21 Thread B Wooster
Thanks for the person who sent me this, the following worked: Question is what XML uses as a newline. Then in strings, insert a ${NL} where for a line break. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

RE: [NAnt-users] Strange error - batch script exits after any nant command

2005-12-21 Thread Rod Ayers
"No Echo"...you need to "call" in order to return to the bat file: Call nant /? Witholut the "call", control transfers to nant and the batch file ends. Rod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of B Wooster Sent: Wednesday, December 21, 2005 7:5

[NAnt-users] Strange error - batch script exits after any nant command

2005-12-21 Thread B Wooster
On a Windows 2003 Server Standard Edition, SP1 machine, I have a strange error - in my .bat file, the script exists after calling nant, here's a simple test: echo starting nant nant /? echo done with nant And here's the output: E:\>echo starting nant starting nant E:\>nant /? NAnt 0.85 (Build 0.8

[NAnt-users] multi-line string?

2005-12-21 Thread B Wooster
How do I create a multi-line message body for the mail tag, is there a character that represents newline in nant? I tried: http://ads.osdn.com/?ad_idv37&alloc_id865&op=click ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sour