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>
