Sorry in advance if this is a double post.

I also have this issue, with a similar configuration.

The tests are definitely running, as they are shown in the build log
as being run.

However, they are not present on the main build page or under the
NUnit details....does anyone have any ideas?  Are they not being
merged correctly into the results?  Where do I find the merged
results, or are they only temporary?

>From Dashboard:

External Program Failed: c:\ci\st-build-Test.Debug.Odp11.x86\TDPAPI
\ToolChain\NUnit-2.4\nunit-console.exe (return code was 1)
Nested build failed.  Refer to build log for exact reason.
Tests run: 0, Failures: 0, Not run: 0, Time: 0 seconds
No Tests Run
This project doesn't have any tests

>From NAnt Output:


Build Error: NAnt.Core.BuildException
External Program Failed: c:\ci\st-build-Test.Debug.Odp11.x86\TDPAPI
\ToolChain\NUnit-2.4\nunit-console.exe (return code was 1)
in c:\ci\st-build-Test.Debug.Odp11.x86\TDPAPI\Beauchamp.Api.build
line: 602 col: 8

   at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask()
   at NAnt.Core.Tasks.ExecTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.TaskContainer.ExecuteChildTasks()
   at NAnt.Core.Tasks.IfTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.TaskContainer.ExecuteChildTasks()
   at NAnt.Core.Tasks.IfTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()





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