cruisecontrol.net

Cruise Control .Net not showing Nant build errors

We are running Cruise Control 1.5.7256.1 and using it to do builds using Nant and Nantcontrib. The builds are failing and succeeding correctly, but when they fail the related error messages are being shown on the CCNet Build Report page. See image below The build errors can be seen on the View Build Log page, but they aren't making it...

CruiseControl.NET NTFS security of published packages are different then the parent folder.

I've setup CCNet to build under user CCBuild, which publishes the builds to C:\Build\Projects\ProjectName\Version\Package.zip I've allowed several AD domain users to access the folders from C:\Build\Projects\ProjectName But they can't download the packages because the security gets set differently. While they can acccess the ProjectNam...

getting the slave buildserver to work all the way

I have a 32 bits xp machine that has been building our builds for a year now without much problem, now we have a new demand on our environment. The consultancy firm involved have some software that only thrives on 64bit 2008 webserver. So I set up a slave buildserver on the webserver so that their integration tests would work. Now I hav...

understanding Cruise Control .NET continuous integration

hi, I want to run a task/build after file change in my repository. when I configure the "Interval trigger": buildCondition="IfModificationExists", the task doesn't execute although I changed a file and made a Commit.. the log writes: No modifications detected. how can I run the task just after file change? thanks, yehi ...

Cruise Control .net: Using packages and showing NUnit results

After much confusion, I have finally managed to successfully deploy a instance of Cruise Control .net on our build server. It polls the server every few minutes and builds only if it detects changes in the svn repository. For building and testing, I am using a combination of MSBuild and NUnit. MSBuild deletes all the previously generate...

Displaying results of an NUnit run, CruiseControl.Net 1.5.7256.1

We recently upgraded CruiseControl.Net 1.4.2 to 1.5.7256.1. To our dismay the nice nunit results page that had previously been there had disappeared. All we get now is a build log with the verbose output from command line of our build. After some research we discovered you can log into "Dashboard Administrator" from the main ccnet dashb...

Fortify360 with an automated build process?

Anyone have any sample configurations using CruiseControl.net or similar tool? ...

Simple Question on CruiseControl.Net and MSBuild

I have had my first successful build using CC.Net + MSBuild on legacy project. Only took 8 hours. My newb question is: Where is the output? My ArtifactDirectory is empty. Where did everything go? ...

Make CruiseControl.NET MSBuild Task Work The Same As VS 2008 Build

This is similar to these 2 questions: http://stackoverflow.com/questions/2604594/why-does-msbuild-fail-from-the-command-line-where-vs2008-succeeds http://stackoverflow.com/questions/280559/how-to-get-cmd-line-build-command-for-vs-solution When I build from Visual Studio 2008, the build succeeds. If I build from the command line using ...

How to stop IIS on remote server using CruiseControl.Net

Hi, I am using CruiseControl.Net for Build and everything works fine. However, when i try to deploy it on QA server for testing, i need to stop IIS. I am able to stop iis on build machine but not QA server which is different from build machine. I get "Error: Cannot open w3svc service on computer '' I am login as User who has Admin acc...

How to customize CruiseControl.NET (CCNet) Dashboard?

I'm new to CCNet... I would like to customize CCNet web dashboard to add a checkbox next to "Force Build" button to indicate that particular build is for release or not. Please let me know whether these kind of customization possible? If so, provide some tutorials or article links to start ...

CruiseControl.net 1.5.7256.1: my build fails but the dashboard shows success

We are experiencing issues with CruiseControl.Net 1.5.7256.1. Our builds are showing success when they actually fail. We force the build, it runs unit tests, some units tests fail and it shows success. We are using an exec task to execute an ant script. Here's the target that executes the tests: <target name="test" depends="build" descr...

Error when executing MSBuild from NAnt and specifying a logger.

I'm attempting to execute MSBuild from a NAnt script (which is called by CruiseControl.NET). Since I'm calling MSBuild from NAnt instead of CC.NET, I'd like to specify use the XmlLogger so that I can still generate an MSBuild report for CC.NET. This is the nant target responsible for building our solution with MSBuild: <target name="com...

Ncover reporting exec with ccnet

i'm using the following exec for Ncover reportng "C:\Program Files\NCover\NCover.Console.exe" "C:\Program Files\NUnit 2.4.8\bin\nunit-console.exe" //w C:\CCNET\build\TA\BusinessLogic\" //x C:\CCNET\build\TA\BusinessLogic\Artifacts\ncover\bll-alog-coverage.xml" //l "C:\CCNET\build\TA\Busine...

CruiseControl.NET and Mounting a Drive

I am running CruiseControl.NET as a service but some of the projects that I am building reference things using a network drive. As In H:... instead of \machine\dir. I can't change the project references. How can I mount the H: drive before the project builds or maybe when CruiseControl starts running? ...

How do I direct nDepend output into the artifacts folder on CruiseControl.Net?

<cb:define subversionpath="c:\Program Files\Subversion\bin\svn.exe" msbuild4="C:\WINNT\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" msbuild35="C:\WINNT\Microsoft.NET\Framework\v3.5\MSBuild.exe" nDependPath="C:\Progra~1\NDepend" standardlogger="ThoughtWorks.CruiseControl.MsBuild.XmlLogger,C:\Program Files\CruiseControl...

Cruise Control.Net, CVS, and Multiple Modules

Just starting to use Cruise Control, but can't seem to find anything on this or at least a better approach. Simple script: <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> Test cvs.exe theRoot theModule .... Problem is I would like to check more than one module for an update but NOT every mod...

CruiseControl.NET with a web deployment project

Hey guys, we're currently using a web deployment project to compile the projects in our solution and deploy our website. We'd like to move to using CruiseControl .NET to give us the abilities to automate the builds, add testing, and initiate/review them from a website interface. Currently the web deployment project has project referenc...

Visual Studio Unit Test - Weird behaviour

Has anyone seen this very strange behaviour before? I've got a solution whith 70 unit tests. All of them pass on my dev machine. Whenever I commit my changes, our continuous integration process kicks in and the build box will eventually run the same 70 unit tests. There is only ONE test in the build box that fails all the time. The err...

configure CC.NET email notification & show error log in dashboard

Hi All, I'm trying to configure CC.NET to send email notifications, i have googled a lot about it and found examples also but by using that examples also im not able to figure out where the actual problem is occuring. Below is the block of code im using it in config file, <publishers> <statistics /> <xmllogger logDir="c...