Re: [Nant-users] Output of NUnit2 task and subtask test

2003-08-23 Thread Gert Driesen
Hi Daya, when you build NAnt from cvs, you can use the following build fragment : this will cause the test results to be : - output in the build log in plain text (see To: <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 1:08 AM Subject: [Nant-users] Output of NUnit

[Nant-users] Output of NUnit2 task and subtask test

2003-08-21 Thread Daya Sharma
Hi All I was wondering how can I capture the output of a NUnit2 task in my build script. Can it be captured as a xml file which I can later transform into HTML?? Something like this I am using Nant 0.8.3-rc2. Thanks in advance. -daya -