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
>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
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
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
Title: task & nunit categories
Is there way to specify nunit categories to include/exclude using the nant task?
Mike.
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.
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