[Nant-users] Exception while using cvs-checkout

2004-11-24 Thread Swati Bali
Hi, I am trying to use the cvs-checkout command of Nant and getting the following exception on the console: System.ArgumentException: no username given at ICSharpCode.SharpCvsLib.Misc.CvsRoot..ctor(String cvsroot) at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask() at NAnt.C

Re: [Nant-users] Quandry

2004-11-24 Thread Gary Feldman
>From: <[EMAIL PROTECTED]> >Sent: Wednesday, November 24, 2004 10:51 AM One important question: Is the comma-separated list a fixed list (i.e. it never changes)? Or is it regenerated by each build? >there is an nested element on the AssemblyFileSet, but I'm >not sure how this works and can't s

[Nant-users] Quandry

2004-11-24 Thread Bill.Martin
I have a slight problem and wonder if anyone has any ideas. For reasons historical, I have a comma separated list of assemblies that are referenced in a compile script. I need to convert this to an AssemblyFileSet. Is there an easy way of doing this? I think I can work out how to iterate throug

[Nant-users] Trying to get NUnit task to work

2004-11-24 Thread Butler, Mark A Mr IPI Gramm Tech
I’m trying to get the NUnit task working.  Every time I run it, that doesn’t clearly error out, it gives me “0 Tests run”. I know there are tests in there because I can get the tests to run and pass directly in the NUnit UI or in Visual Studio .NET.    Below is an example of one of the m

[Nant-users] task & nunit categories

2004-11-24 Thread Nau, Michael
Title: task & nunit categories Is there way to specify nunit categories to include/exclude using the nant task? Mike.

RE: [Nant-users] Trying to get NUnit task to work

2004-11-24 Thread Butler, Mark A Mr IPI Gramm Tech
I got it working.  Simply followed the directions. “If any problems arise, then either rebuild this assembly using version 2.2.0.0…”   Thanks for the help. (Or at least thinking about it.)   I may still have problems because I only got it working when everything was in the same folder. 

RE: [Nant-users] Trying to get NUnit task to work

2004-11-24 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
NAnt uses version 2.2 of NUnit for the task. It looks like your NUnit tests are using version 2.1. I think it’s possible that it can’t recognize the tests because the versions don’t match. You should try to upgrade to using version 2.2.   If that is not possible you could always execute