...@grantadesign.com]
Sent: Thursday, October 22, 2009 8:59 AM
To: Justin Daubenmire
Subject: RE: [NAnt-users] Output console to text file
You need to take the NAntContrib files and copy them into your NAnt
installation, at which point you can then use both NAnt and NAntContrib
tasks in your build scripts
Thanks guys!
What is the syntax to pull in the nant-contrib assembly into my nant
build file?
/Justin
From: Michael Pento [mailto:mpe...@metratech.com]
Sent: Thursday, October 22, 2009 8:43 AM
To: Justin Daubenmire; nant-users@lists.sourceforge.net;
nant
Hey all,
In my .build file, how or what do I do to get all console messages
redirected to a text file?
I have this in place throughout my targets:
which works, but the information displayed on the console, such as 28
files copied, is never wrote to the text file.
How can I get verbose c
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
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