cruisecontrol.net

Why is this CC.NET error so cryptic? What is going on?

I'm trying to do a branch build. I've just set it up and forced a build and all I'm getting, almost immediately after the build starts is that it failed. Nothing even remotely helpful in this error. Just wondering if anyone has come across anything similar. ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operati...

CruiseControl.Net, MSBuild and NUnit

The CruiseControl.Net documentation advises against using the NUnit task, suggesting instead that NUnit is called within the build script. I'm trying to work out what is the best way to achieve this. I've added a 'RunTests' project to my solution which uses the NUnit MSBuild Community Task to execute the tests. I wanted to add a 'Test...

CruiseControl.NET - Project Does Not Exist

I have CruiseControl.NET setup on a server. I had everything working perfectly. Everything meaning, pull the code from SVN, build it, upon successful build, kick off a project setup with a project trigger to deploy the code to the DEV environment. I added some internal security settings, mainly just groups of users. I'm using LDAP securi...

CruiseControl.net submit a file to SVN after a task has changed it

Hello. I have a CruiseControl.NET powered build server and an exec task that increments assembly version of the project before building it. I was wondering, was there a way (a CruiseControl.NET task I don't know about) to submit that modified file back to SVN? I need it so when the setup projects are built manually (I am using msbuld s...

CCNet - retrieving built files

I've set up a number of build machines, but I always manually edited the XSL files in the web dashboard so that the build report includes a link to the created output package (typically a ZIP file). Is there a better way (for example a plug-in) to include a link? How do you get at the finished product that CCNet exists for? ...

Why am I getting Could not load file or assembly error on a System.Configuration DLL when using framework 4.0?

Immediately after we upgraded to visual studio 2010 and the 4.0 framework our trunk build started breaking with the Could not load file or assembly error. We determined that a 3.5 project couldn't reference a 4.0 project else we'd get this error because, as the error states, This assembly is built by a runtime newer than the currently lo...

CCNet live updates to LCD TV

I am working on Agile project and we use an automated build which runs on a build server using Cruise Control.Net. We have alse integrated various things like NUnit test execution Code coverage using NCover FxCop for code analysis StyleCop for source code analysis We also fail the builds if certain criterieas like acceptable code cove...

Is it possible to send parameters into Nant task?

Hi, I would like to have a nant task which builds code into either a dev/test folder depending on the type of build. Rather than have repeated tasks/targets with just different folders I would like to call Nant task from CruiseControl.NET with a different parameter dev / test. The nant task would then define a property for the output f...

CC.Net cannot get code from SVN: Source Control Failure (GetModifications)

I don't know why setting up CC.Net can never be easy... sigh. All I'm trying to do is get CC.Net to download the code from SVN and that's it. Won't work. Here is my config (paths changed to protect the innocent): <sourcecontrol type="svn"> <executable>C:\Program Files\Subversion\bin\svn.exe</executable> <trunkUrl>svn://MyCompany/...

Displaying NUnit console output in CruiseControl.NET

I want to get the console output along with the regular test results in the CruiseControl.NET build log. I was able to get this before when running NUnit from MSBuild, but now only the results of the tests are showing up when using the nUnit task directly. Is there a way to configure the nUnit task so all test output is written to the bu...

Cruise Control on windows with visual studio 2008 problem in compilation of assembly

I'm receving this error in Cruise Control: error xpto.cs(8,7): error CS0246: The type or namespace name 'xpto' could not be found (are you missing a using directive or an assembly reference?) After build my project. What I need to solve that? ...

CC.NET prevent certain folders from being retrieved on SVN build

Is it possible to configure a selection of folders that will not be retrieved from SVN when running a build under CC.NET? I am releasing from my Trunk directory and there are folders within the Trunk folder that I do not want to retrieve as they contain large files that are not required for the build, we just keep them in SVN for tracki...

FxCop 1.36 with CruiseControl.NET 1.5

I need to run FxCop with CruiseControl.NET 1.5 for continuous Integration. I have included the buildscript with the command to execute the FxCop project file. When I Build the project in CruiseControl.NET, I get the following error. C:\CPLBuildScripts\CheckpointLearning\FullBuild\Web.BuildScript.proj (19,5): errorMSB3073: T...

How to handle Class Library/Solution/WebProject in MSBuild 2.0 and CrusiseControl.Net

I am working on CI tool CruiseControl.Net and MSBuild. I have many .csproj,.sln files and web projects (more than 30). We have 30 developers and they work on multiple projects in any given time. As of now, the developer do not release .sln and .csproj files for build. Now my question is how to handle build file as : 1. Since devel...

CruiseControl.Net not playing nice with PowerShell

Here is my PowerScript Task <powershell> <script>RunScout3G.ps1</script> <executable>C:\WINDOWS\system32\WindowsPowerShell\v1.0\PowerShell.exe</executable> <scriptsDirectory>C:\Program Files\CruiseControl.NET\Our_PowerShell</scriptsDirectory> <buildArgs></buildArgs> <successExitCodes>0</successExitCodes> <buildTi...

Importing Selenium-RC reports into the CruiseControl.NET dashboard

We use CruiseControl.Net as our Continuous Integration server. Recently, we have added it out our NAnt file in CC.Net so that it runs after the build is complete. I am trying to figure out a way to import the results.html file that is generated by selenium into the CC.Net dashboard. So far, my attempts have been unsuccessful. Has any...

Nant merge task not executing

I have a Nant merge task aimed at a nunit test output.xml I have installed the relevant xsl transform files and the menu option does show up to see the NUnit details. But all the counters are zero, and inspecting the xml log file for the build I can see that the output has not been merged. Does any one have any idea why this would be? ...

How to configure Cruise Control.Net to show proper error in Web Dashboard?

We have setup Cruise Control.Net to build .Net projects from source control. Problem is that when the build fails the error log shows a huge build xml and we struggle to find out the actual error. How to configure Cruise Control to show error in more readable format? ...

CruiseControl.NET Web Dashboard resets when ccnet.config is updated

Whenever we update the ccnet.config file for the CruiseControl.NET server, anyone who is logged in starts getting exceptions in the Web Dashboard: Request processing has failed on the remote server: Permission to execute 'ViewProject' has been denied. I imagine this is because when the ccnet server restarts, the web dashboard's con...

Cruisecontrol.Net reporting incorrectly reporting build status

We've been having some issues with CCnet 1.5.7256.1 recently where some builds are running and failing but being reported as Successful builds. The build logs show the exception/failure status but the dashboard is still displaying green ticks and Success. Obviously this is a concern as failed builds are going unnoticed. Has anyone else...