I am using ccnet with nunit. I am using it as a windows service as my application has alerts involved. Currently when I run my build after executing few tests it kill the process and shows the old summary report. My log file
2009-01-27 15:05:15,215 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] No resources are out of date with respect to their source files. Skipping resource generation. 2009-01-27 15:05:15,215 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] CoreCompile: 2009-01-27 15:05:15,215 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 2009-01-27 15:05:15,231 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] _CopyAppConfigFile: 2009-01-27 15:05:15,231 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. 2009-01-27 15:05:15,231 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] CopyFilesToOutputDirectory: 2009-01-27 15:05:15,231 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] MyITRTestProject -> C: \source\TestReports\ITRTests\MyITRTestProject\MyITRTestProject\bin \Debug\MyITRTestProject.dll 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] Done Building Project "C: \source\TestReports\ITRTests\MyITRTestProject\MyITRTestProject \MyITRTestProject.vbproj" (default targets). 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] Done Building Project "C: \source\TestReports\ITRTests\MyITRTestProject \MyITRTestProject.sln" (Build target(s)). 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] Build succeeded. 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] 0 Warning(s) 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] 0 Error(s) 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] 2009-01-27 15:05:15,262 [5616:DEBUG] [My ITR Test Project C:\WINDOWS \Microsoft.NET\Framework\v3.5\MSBuild.exe] Time Elapsed 00:00:00.73 2009-01-27 15:05:15,278 [My ITR Test Project:DEBUG] Running unit tests: C:\Program Files\NUnit 2.4.8\bin\nunit-console.exe /xml="C: \Program Files\CruiseControl.NET\server\My ITR Test Project\Artifacts \nunit-results.xml" /nologo C:\source\TestReports\ITRTests \MyITRTestProject\MyITRTestProject\bin\Debug\MyITRTestProject.dll 2009-01-27 15:05:15,278 [My ITR Test Project:DEBUG] Starting process [C:\Program Files\NUnit 2.4.8\bin\nunit-console.exe] in working directory [C:\Program Files\CruiseControl.NET\server\My ITR Test Project\WorkingDirectory] with arguments [/xml="C:\Program Files \CruiseControl.NET\server\My ITR Test Project\Artifacts\nunit- results.xml" /nologo C:\source\TestReports\ITRTests\MyITRTestProject \MyITRTestProject\bin\Debug\MyITRTestProject.dll] 2009-01-27 15:15:15,293 [My ITR Test Project:WARN] Process timed out: C:\Program Files\NUnit 2.4.8\bin\nunit-console.exe /xml="C:\Program Files\CruiseControl.NET\server\My ITR Test Project\Artifacts\nunit- results.xml" /nologo C:\source\TestReports\ITRTests\MyITRTestProject \MyITRTestProject\bin\Debug\MyITRTestProject.dll. Process id: 2900. This process will now be killed. 2009-01-27 15:15:15,293 [My ITR Test Project:DEBUG] Sending kill to process 2900 and waiting 10 seconds for it to exit. 2009-01-27 15:15:16,746 [My ITR Test Project:WARN] The process has been killed: 2900 2009-01-27 15:15:16,746 [My ITR Test Project:INFO] Task execution failed 2009-01-27 15:15:16,746 [My ITR Test Project:INFO] Task output: 2009-01-27 15:15:16,762 [My ITR Test Project:INFO] Merging file: C: \source\TestReports\ITRTests\MyITRTestProject\MyITRTestProject\bin \Debug\TestResult.xml 2009-01-27 15:15:16,762 [My ITR Test Project:INFO] Integration complete: Failure - 27/01/2009 15:15:16 Plz tell me what I am doing wrong.
