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

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

2009-10-21 Thread Justin Daubenmire
0:40 AM To: Justin Daubenmire Subject: Re: [NAnt-users] printing &Quote; text to a file Have you tied """ yet? Go with the flow. I it wants to translate the entities, then use the entity for the ampersand and let it get translated. On Oct 21, 2009, at 7:28 AM, Justin Da

[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