Hi

I'll look into this, this evening
but the errorlog on that thread says  :

Options that take values may use
an equal sign, a colon  or a space to separate the option from its value.


Maybe this is a nunit problem parameter passing problem


keeping you posted



with kind regards
Ruben Willems


On 8 February 2012 07:41, Satish Viswanathan <[email protected]> wrote:

> Can I get some help on this?
>
> On Jan 17, 3:13 pm, Satish Viswanathan <[email protected]> wrote:
> > I am running NUnit tests on the CCNET server.The NUnit tests fail when
> > supplied with Dynamic parameters.This issue was reported by a
> > colleague of mine in the past.We did not get an answer.(This is the
> > link to that thread:
> http://groups.google.com/group/ccnet-user/browse_thread/thread/18aba3...).
> > The NUnit task fails when I dont use dynamic parameters. Given below
> > is the NUnit element in my config file.
> >
> >  <nunit>
> >         <path>D:\CruiseControl.NET\Projects\Releases\DVTk_Library\CVS
> > \DVTk_Library\Resources\NUnit\bin\nunit-console.exe</path>
> >         <outputfile>D:\CruiseControl.NET\Projects\Releases\DVTk_Library
> > \Logging\NUnit\nunit-results.xml</outputfile>
> >         <timeout>600</timeout>
> >         <assemblies>
> >           <assembly>D:\CruiseControl.NET\Projects\Releases\DVTk_Library
> > \CVS\DVTk_Library\Releases\$[VersionNumberMajor]_$[VersionNumberMinor]_
> > $[VersionNumberBuild]_$[VersionNumberRevision]\Source\Assemblies\DVTk
> > High Level Interface\NUnit Tests\bin\Release\DvtkHighLevelInterface -
> > NUnit Tests.dll</assembly>
> >
> >           <assembly>D:\CruiseControl.NET\Projects\Releases\DVTk_Library
> > \CVS\DVTk_Library\Releases\$[VersionNumberMajor]_$[VersionNumberMinor]_
> > $[VersionNumberBuild]_$[VersionNumberRevision]\Source\Assemblies\DVTk
> > Ihe Actors\NUnit Tests\bin\Release\DVTkIheActors - NUnit Tests.dll</
> > assembly>
> >         </assemblies>
> >       </nunit>
> >
> > Can someone throw light on why this is happening? Am I doing something
> > wrong?
>

Reply via email to