[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

[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] 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

[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