what do you mean? It is quite possible to send parameters to any
executable in ccnet, but if you don´t want to use the nunit task in
ccnet or the exec there is an nunit task in the community addons to
msbuild (http://msbuildtasks.tigris.org/ )

typical setup:
  <!--<Target Name="unitTesting" DependsOnTargets="build">
    <Message Text="running tests"></Message>

    <NUnit Assemblies="$(MsTestAssemblies)"
           ContinueOnError="false"
           ToolPath="$(MsNUnitFolderPath)"
           DisableShadowCopy="true"
           ExcludeCategory="Manual,Ignore"
           OutputXmlFile="$(MsServerDictionary)$(MsProject)$
(MsProjectType)\Artifacts\nunit-results.xml" />
  </Target>-->


On 3 Apr, 10:14, Satish Viswanathan <[email protected]> wrote:
> Hi,
>
> I am currently trying to execute NUnit tests on my CCNET server.I am not
> able to do so because CCNET is unable to pass dynamic parameters to the
> NUNit executable.I already posted a topic for the same in the User Group
> .But I did not get any useful suggestions.Currently, I am trying to  work
> around this bug in CCNET .How can I use a non NUnit task to execute all the
> NUnit tests?

Reply via email to