I also have this problem with an essentially identical configuration.

My first suspicion was that NUnit console app was returning an error
code, so I set the NAnt task to not "fail on error".

Now, however, it is assuming (correctly) that NAnt failed and still
giving me these obscure:

"This project does not have any tests"

Yet if I click on "NUnit Details" on the dashboard navigation, it
shows me the results!

Very strange indeed.

On Mar 25, 10:13 pm, suedeuno <[email protected]> wrote:
> No ideas? Surely I'm just missing a reference somewhere in the config.
> I'm running this locally so my workingDirectory is just the source
> location on my machine.
>
> On Mar 24, 3:44 pm, suedeuno <[email protected]> wrote:
>
>
>
> > "This project doesn't have any tests"
>
> > However the .xml log from nant shows the tests were run.
>
> > <cruisecontrol>
> >     <project>
> >         <name>Tests</name>
>
> >         <workingDirectory>C:\source\</workingDirectory>
> >         <artifactDirectory>C:\CCnet\Integration\artifact</artifactDirectory>
> >         <category>application</category>
>
> >         <triggers />
>
> >         <sourcecontrol type="svn">
> >                 <trunkUrl>svn://source/</trunkUrl>
> >         </sourcecontrol>
>
> >         <tasks>
> >             <nant>
> >                 <executable>NAnt-0.86\nant.exe</executable>
> >                 <buildFile>CCNet.build</buildFile>
> >                 <targetList>
> >                     <target>run</target>
> >                 </targetList>
> >             </nant>
> >         </tasks>
>
> >         <labeller type="defaultlabeller">
> >           <prefix>0.0.1</prefix>
> >         </labeller>
>
> >         <publishers>
> >               <merge>
> >                 <files>
> >                         <file>LogOutput\Tests.dll.xml</file>
> >                 </files>
> >                 </merge>
> >                 <xmllogger/>
> >         </publishers>
> >     </project>
> > </cruisecontrol>- Hide quoted text -
>
> - Show quoted text -

Reply via email to