Hi,
I have a short question
regarding Nunit integration. I want to create a HTML file from my NUnit Console
command within a Nant build file. Does anyone know how to write the contents out
to a HTML file??
I currently have
This produces outout to the screen, I want this in
Ian,
many thanks, this worked a treat.
- Original Message -
From: "Ian MacLean" <[EMAIL PROTECTED]>
To: "Tony Hamill" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 16, 2003 2:40 AM
Subject: Re: [Nant-users] Couple of Questions:
Hi,
I have starting using Nant for
dauly builds and Unit tesys. My problem is that only seeme sto
execute once in my buildfile. My xml below shows a compile target and a copy
tartget, however only the first one executes even though the second target
depends on the first.
Secondly can