Re: [Nant-users] NUnit reporting

2005-07-07 Thread John Ludlow
Also I used to use the task (I use the xsl files that come with CruiseControl now) as well, but one thing I didn't do was use the task. You don't say what the error is, but I'm not sure what would happen if you try to load tasks twice - could the instances conflict? What I did was just put all

Re: [Nant-users] NUnit reporting

2005-07-06 Thread Clayton Harbour
Hi there, if you are having issues with the you could try just grabbing the xsl and using the task:

RE: [Nant-users] NUnit reporting

2005-07-06 Thread Morris, Jason
ailto:[EMAIL PROTECTED] On Behalf Of Paul CowanSent: Thursday, June 30, 2005 2:04 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] NUnit reporting OK, I’ve asked this before, but here I go again:   Can anyone tell me how to generate an HTML NUnit report from

RE: [Nant-users] NUnit reporting

2005-06-30 Thread Paul Cowan
But there is an nunit2report and a nunitreport tag.  I take it these work??     _ VirusChecked for Huntsworth plc _

[Nant-users] NUnit reporting

2005-06-30 Thread Paul Cowan
OK, I’ve asked this before, but here I go again:   Can anyone tell me how to generate an HTML NUnit report from Nant.   I have the following target which does not work: