Re: [NAnt-users] printing &Quote; text to a file

2009-10-21 Thread Bob Archer
And, I don't even think you need the expression... Although I haven't tested it. YMMV. BOb From: Justin Daubenmire [mailto:jus...@cboss.com] Sent: Wednesday, October 21, 2009 11:16 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] printing &Quote; text to a file Thanks Craig

Re: [NAnt-users] printing &Quote; text to a file

2009-10-21 Thread Justin Daubenmire
Thanks Craig that did it! For anyone reading this, here was the syntax that worked: The output was this: "database=foo;uid=foo;pwd=foo;" /Justin From: Craig Beck [mailto:craig.b...@microsoft.com] Sent: Wednesday, October 21, 2009 10:40 AM To: Ju

[NAnt-users] printing &Quote; text to a file

2009-10-21 Thread Justin Daubenmire
Hi, I need to print the actual text ""e" (minus the quote marks) to a file and not have nant translate that to a " character. I have tried ${'"'} but it still prints the " mark rather than the text ". How can I get this to work? I'm trying to put this escape sequence in a properties file an