Hi Mark,
I've just checked on this - it appears that our documentation is a bit out of date L First, which version of nCover are you using? If you are using nCover 3 - they have a good tutorial on their site about integrating with CC.NET: http://docs.ncover.com/how-to/continuous-integration/cruisecontrol-net/. If you are using an older version, let me know what and I'll see if I can put together something for you. I should also mention, that in the current version of CC.NET (i.e. 1.4.4) we don't support NCover very well, but in the next version (1.5.0) we will be including out-of-box support for it. So if you're feeling adventurous, and don't mind working with an in-development version, you can try the latest development release - http://ccnetlive.thoughtworks.com/CCNet-builds/1.5.0/. There is some bad news though - because of the way our documentation works, we can't start adding documentation for 1.5.0 until 1.4.4 is released L Craig From: [email protected] [mailto:[email protected]] On Behalf Of Mark Levison Sent: Friday, 29 May 2009 7:57 a.m. To: ccnet-user Subject: [ccnet-user] I don't understand the section on configuring CruiseControl to display NCover? 1) At this stage I get NCover to run. Excellent and I've add the Merge task that the docs refer to, but then I'm confused by the section below that talks about configuring the webdashboard. My web.config file is just the default from the CCNet install, so I have no examples of the including plugins (sorry I'm not a web developer by trade). Our dashboard config file (also the default) already includes ncover related parts - but none of them are named plugin. The page for each build includes an NCover link - but nothing appears on that page. 2) Also our NUnit results are no longer reported how do fix that? Also can I do something so that an NUnit failure still fails the build? Cheers Mark Configuring your Reporting Application to display NCover results For displaying the results, CruiseControl.NET currently supports NCover 1.3.3. If you are using the Web Dashboard <http://confluence.public.thoughtworks.org/display/CCNET/Web+Dashboard> , edit your web.config file and include the ThoughtWorks.CruiseControl.WebDashboard.Plugins.NCover.NCoverReportBuildPlug in Build Plugin. If you are using [Project Report Web Application], edit your web.config file and include the Coverage.aspx Build Plugin. Mark Levison - Agile/Lean Transition Coach || Agile Editor @ InfoQ <http://www.infoq.com/about.jsp> || 613-862-2538 (cell) || Twitter <http://twitter.com/mlevison> || Blog <http://www.notesfromatooluser.com/> Recent Entries: Acceptance <http://www.notesfromatooluser.com/2009/02/functionalacceptance-test-tools-f or-web-apps.html%20> Test Tools for Web Apps || Do <http://www.notesfromatooluser.com/2009/01/do-you-suspect-you-have-a-less-th an-productive-person-on-your-team.html> You Suspect You Have a Less than Productive Person on Your Team?
