I\'ve installed NCover 3.4 on my CruiseControl 1.5 and after some tinking, I\'v开发者_如何学JAVAe got the coverage reports shown in my cleanly installed CC.
So I have my output that I used the merge task to put into ccnet. Now what I need to do is come up with my own custom xsl and output the开发者_如何学JAVA data.
is it possible for ccnet to say that the build has failed in the ccnet tray and the web site if a unit test fails for the project?
The Overview I am working on a Continuous Integration build of a MFC appliction via CruiseControl.netand VS2010. When building my .sln, a \"Visual Studio\" CCNet task (<devenv/>) works, but a s
I would like to zip a bunch of files (.exe and .dll) before I overwrite them with the new build.Is there a simple way to zip files without using some sort of dll?
I have some C++ projects running through cruisecontrol.net.As a part of the build process, we compile and run Boost.Test unit test suites开发者_StackOverflow社区.I have these configured to dump XML lo
I\'ve made an MSBuild project that simply does an msbuild task with our solution file as parameter. I\'ve defined a BeforeBuild target where I set some properties, and a Build target that executes the
Is it possible to configure CruiseControl.NET to send an email to the user(s) that did modifications to a broken build by mapping their SVN username to the corresponding Active-Directory alias (hence
I\'m labeling my assemblies using the CCNETLABEL environment variable and the SVN Revision number.The problem I am facing is as follows:
I\'m having an issue running WatiN under CruiseControl.net, where on a .forceclose, watin is closing all open browser instances. I have multiple projects running under cruisecontrol, and its not uncom