Re: [NAnt-users] Upate to 0.90, missing CR-LF ...

2010-07-12 Thread Gert Driesen
Hi Ken, The change in 0.90 is that a linefeed (CRLF on Windows, LF on unix) is no longer implicitly appended at the end of the content. Nothing has changed with regards to linefeeds within the content. If you want to explicitly add a CRLF, then you can just use &x0d;&x0a;. | BUILD INFO

Re: [NAnt-users] Update to 0.90, missing CR-LF ...

2010-07-12 Thread Wilson, Brian
You should be able to put \n\r the text to be printed, but I am not 100% sure on this. Thank you, Brian Wilson Programmer Analyst, Associate Department of Human Resources - Administrative Services Email: brian.wil...@dhr.alabama.gov From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: Monday

Re: [NAnt-users] Upate to 0.90, missing CR-LF ...

2010-07-12 Thread Parrish, Ken
I found documentation indicating that since 0.86, newlines are no longer automatically emitted when is directed to a file. How do I emit a newline into a file? This is Windows, so I need a CR/LF combination. Thanks, Ken Parrish From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: Monday, Ju

[NAnt-users] Upate to 0.90, missing CR-LF ...

2010-07-12 Thread Parrish, Ken
I just updated to Nant 0.90. I have a script with a bunch of statements that create the text for an e-mail. With the update to 0.90, the statement do not appear to emit a CR-LF at the end of each line. Any clues? Explanations for the change in behavior? | BUILD INFO Previous,