Another CC.NET Troubled User
Another CC.NET Troubled User
Problem: Coverage not showing at all in the webdashboard
Steps Taken: We did the changes for referencing the correct XSLT files, we get a good Output from NUnit (shown on dashboard) and we get output from the Coverage (NOT shown on dashboard). Everything looks good file wise, its just is not showing up.
Here is our tasks after the MSBuild runs:
C:\Program Files (x86)\NCover\NCover.Console.exe "C:\Program Files (x86)\NUnit 2.5\bin\net-2.0\nunit-console-x86.exe" .\Trunk\Calculator\UnitTest\bin\release\Calculator.UnitTest.dll //xml Coverage.xml C:\Program Files\NCover\NCover.Reporting.exe Coverage.xml //rf Xml //r SymbolModule Coverage.xml TestResult.xml
Any help would be appreciated, for we see no errors and nothing in the log, we run CCNET ver 1.4.3.4120.
Regards
Thanks
RE: Another CC.NET Troubled User
Do you have an error message? Did you recycle the cc.net windows service?
You may also want to set the output file so that it may be referenced in correctly in the config file.
Did you read these two blog posts?
http://www.ncover.com/blog/2009/02/18/my-images-do-not-show-up-in-ccnet-what-do-i-do
Joe
RE: Another CC.NET Troubled User
So here was the issue....SPACES IN PATH....no error...nothing to guide you...why can't developers build defensive programming!?!!?!?!?!
Make sure you don't have spaces in your path...spaces worked for the console.exe which was the worst thing but not the reporting.exe
C:\Progra~1\NCover\NCover.Reporting.exe coverage.xml //or SymbolModule:Xml //op coverage.xml
RE: Another CC.NET Troubled User
The spaces in the path should be handled. What version of NCover are you using?
Joe