Re: [NAnt-users] newline in echo

2009-06-17 Thread Gert Driesen
Hi Paul, Please submit a bug report for this. I'll then fix it asap. Gert From: Paul Allington Sent: Wednesday, June 17, 2009 3:21 PM To: nant-us...@lists.sourceforge.net. Subject: [NAnt-users] newline in echo Running This is my text seems to actually output: This is my text\n -which

[NAnt-users] newline in echo

2009-06-17 Thread Paul Allington
Running This is my text seems to actually output: This is my text\n -which is wrong, I didn't ask for a newline to appear at the end, and is actually now causing problems. Is there a way to avoid this newline appearing? Paul