cruisecontrol.net

CC.NET Dashboard Error: Could not load type 'System.Security.Authentication.ExtendedProtection.ChannelBinding'

Late last week I upgraded CC.NET locally and on the build server. The build server is still fine, but locally I am now getting the following error: Exception Details: Exortech.NetReflector.NetReflectorTypeLoadException: Unable to load types from assembly System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e...

MSBuild find value in file

So I run my task with ccnet and my task creates files. What is the best way to read the file and identify if there is a certain value in it from msbuild?? ...

cruise control and displaying reports

I want my cruise control.net dashboard to display a list of unit tests that failed. I added these to a build report in dashboard.config <buildReportBuildPlugin> <xslFileNames> <xslFile>xsl\header.xsl</xslFile> <xslFile>xsl\modifications.xsl</xslFile> <xslFile>xsl\MYCUSTOM.xsl</xslFile> ...

How to get NUnit information into CruiseControl.Net 1.5 after NCover has run NUnit?

Hi all, I've installed NCover 3.4 on my CruiseControl 1.5 and after some tinking, I've got the coverage reports shown in my cleanly installed CC. I can't see the test results however (and never could after installing CC Net 1.5, as I recall 1.4 it 'just worked'). How do I get the unit test results from NCover displayed in CC.net? (NUn...

cc.net dynamic paramaters in publisher block

I am Using CC.Net to run an .exe file after project build is complete and need to pass the project name, publish date/time and user on the command line as paramaters to the .exe. However I can't get cc.net to recognise these a dynamic properties and replace them with the correct values. Any ideas? <publishers><exec executable="C:\MyApp....

CruiseControl.Net 1.5, htmlReportPlugin, how to make/keep build-specific copies of the html-files?

Hi All, I'm using NCover 3.4 (current as of 2010-06-16) to create html reports, which I wish to link to from CCNet. This article explains how, http://csut017.wordpress.com/2009/05/29/improved-ncover-integration/ but my build-specific report is not stored in a way that is expected in article(?). At least it does not work for me. I gu...

Virtual directory problem for cruise control.net

Hi All, I have downloaded cruisecontrol.net setup and have installed it in "C:\Program Files\CruiseControl.NET". It contains a folder called "webdashboard" which has aspx page and some other stuff as well. I want to configure this in my IIS so that I can access it , I tried but it doesn't work , every time I get error that page you r...

Unit tests and Test Runner problems under .Net 4.0

Hi there, We're trying to migrate a .Net 3.5 solution into .Net 4.0, but are experiencing complications with the testing frameworks that can operate using an assembly that is built using version 4.0 of the .Net Framework. Previously, we used NUnit 2.4.3.0 and NCover 1.5.8.0 within our NAnt scripts, but NUnit 2.4.3.0 doesn't like .Net 4...

CruiseControl.net build does not trigger

Hi, I feel really stupid. I have setup cruisecontrol.net for our builds. And it works fine if I run it from the commandline: ccnet.exe -p=TestLib However if I run CCNET as a server or run it from start/programs it does completely nothing. I would expect the following script to build every 10 minutes..... What am I doing wrong??? <cru...

CruiseControl.Net CCNetWorkingDirectory parameter problem

I'm working with the latest CruiseControl.Net 1.5.7256.1. I'm trying to use one of the system parameters, CCNetWorkingDirectory under sourcecontrol block and the project failed to recognize this parameter. <sourcecontrol type="svn"> <trunkUrl>https://padev/svn/physical/Source&lt;/trunkUrl&gt; <workingDirectory>$[CCNetWorkingDire...

CruiseControl.Net error: Unknown plugin for <msbuild>

I'm trying to get CruiseControl.Net working with MSBuild (this is my first exposure to CruiseControl.Net). I thought I'd done the configuration correctly, however I just get the following error message when starting up: [cc]Jun-22 20:02:55 Main - error setting config file on controller net.sourceforge.cruisecontrol.CruiseContr...

CruiseControl.Net - View report / log of build in progress.

We have a fairly lengthy build process, and so its nice to be able to see the build output / log of the build while the build is in still in progress. Is there any way of doing this with CruiseControl.Net / MSBuild? ...

CruiseControl.Net build logs not showing on CCNet website after upgrade

Hi all, We've been using CruiseControl.Net for a couple of years now and it has been working fine. However, since our last upgrade a few weeks ago to the latest version (1.5.0.6237) our build reports are failing to display on the ccnet website. Instead we get the following message: "BUILD FAILED Project: TX Date of build: 2010-06-22 ...

How to run NUnit integration tests on the target server

If you have NUnit integration tests that test access to the database, how do I run those tests on a build machine where the target database is on a different server. It's almost like I want to run the integration tests from the build server (using CruiseControl) but have the tests run on the target server so I can exercise the database ...

CruiseControl.Net - Use of parameters in ccnet.config

I'm trying to use the CCNetBuildDate and CCNetBuildTime parameters to dynamically change the output filename of my unit test results, so for example: <project> <workingDirectory>C:\MyProject</workingDirectory> <tasks> <msbuild> <buildArgs>/property:TestResultsFile=TestResults.$[CCNetBuildDate].$[CCNetBuildTime].trx</b...

Cruisecontrol.NET : Execute Mulitple Projects in the configuration file ccnet.config via a single method ???

I have multiple configuration files for each project hooked up in cruisecontrol.net config file (ccnet.config) via xml declaration <!DOCTYPE cruisecontrol[ **<!ENTITY DEPLOY_PROJ1 SYSTEM "file:DEPLOY_PROJ1.xml.config">** ..... ..... ]> **<cruisecontrol> &DEPLOY_PROJ1; ...

Is there a module or simple way to allow the cc.net.config file to be seen from the webdashboard?

I'd like to be able to have either web dashboard logged in administrators or general users depending on which the team prefers be able to see the contents of this file without remoting into the box, is this possible using the webdashboard? ...

How do you add a 2nd logger+displayer to cruise control.net?

I'd like a project to use 2 loggers and 2 displays for cruise control, how can you set this up? ...

Specifying target platform with CruiseControl.NET

Hello I am in a proccess of setting up my very first automated build server ... Everything has went quite smoothly so far, CruiseControl.NET correctly checks out all the nececery files from VisualSVN and builds the solution ... However, this is where I encounter a problem... A big reason for setting up a build server in the first place...

CruiseControl.net checking files in source control (into different projects) after building them

Hello! I have set up an automated build server - so far so good. Now I want to sort out dependencies. We have several DLL files that are included in many (unrelated) projects, and I want to set up CruiseControl.NET to first build our DLL files and then "check them in" other projects in SVN, so when they get built, they will always use t...