[Nant-users] Crete HTML file from XML and Transform

2003-07-21 Thread Tony Hamill
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

Re: [Nant-users] Couple of Questions: and writing out to logfiles

2003-06-16 Thread Tony Hamill
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:

[Nant-users] Couple of Questions: and writing out to logfiles

2003-06-15 Thread Tony Hamill
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