[Nant-users] NUnit2 task with NUnit 2.1 fails

2003-08-27 Thread Jonathan . Cogley
not. I traced through the source for the nunit2 task to see that it calls the nunit test runner directly using the nunit2 assemblies. I tried simply replacing the nunit dlls in the nant/bin but there is no nunitcore.dll in Nunit 2.1? Any help or clues appreciated. Thanks, Jonathan Cogley Here is my

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Jonathan . Cogley
South African posting! :-) HTH, Jonathan Cogley -Original Message- From: Willem J.W. Semmelink [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 5:28 AM To: [EMAIL PROTECTED] Subject: [Nant-users] NDOC Task: Namespace summary missing? Hi all Could someone please advise me on

RE: [Nant-users] Deployment of asp.net app using Nant

2003-08-21 Thread Jonathan . Cogley
Daya, I am currently implementing the same thing. The approach that I have working is: 1) Nant build script to run on our integration server, build the ASP.NET application and its dependent assemblies and then deploy the web application to the integration server's wwwroot. (default.bu

RE: [Nant-users] Deployment

2003-08-15 Thread Jonathan . Cogley
in the service being reloaded on the fly ...   Anyone with more information or if my description is incorrect then please chime in! :-)   Regards, Jonathan Cogley -Original Message-From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 5:55 PMTo: Cogley

RE: [Nant-users] Deployment

2003-08-14 Thread Jonathan . Cogley
Title: Message A question about MSI file deployment ...   Don't you have downtime while you install the MSI if you are upgrading an application?  Wouldn't a simple nant build script be better since it will take advantage of shadow copy and avoid downtime?   TIA, Jonat