You can use the XmlLogger. Check out the doc on Loggers and Listeners.
BOb
From: Justin Daubenmire [mailto:jus...@cboss.com]
Sent: Thursday, October 22, 2009 8:22 AM
To: nant-users@lists.sourceforge.net; nant-users@lists.sourceforge.net
Subject: [NAnt-users] Output console to text file
Hey all,
Nope, if the DLL is in the same folder as the nant.exe then it should load it.
From: Justin Daubenmire [mailto:jus...@cboss.com]
Sent: Thursday, October 22, 2009 9:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Output console to text file
gotcha. Once the contrib assemblies
...@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
-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Output console to text file
Hi Justin,
If your using the nant-contrib library you can use the record task
(http://nantcontrib.sourceforge.net/release/latest/help/tasks/record.htm
l) to save your output to a log file. It supports various
Hi Justin,
If your using the nant-contrib library you can use the record task
(http://nantcontrib.sourceforge.net/release/latest/help/tasks/record.htm
l) to save your output to a log file. It supports various output logging
levels and you will still get your output on the console.