CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools.

learn more… | top users | synonyms (2)

1
vote
1answer
77 views

Will CruiseControl.NET queue triggered builds while a forced build is already running?

What happens to a CruiseControl.NET project if a trigger fires to build the project while it's already building due to someone "Force" building it earlier? Will the build request of the trigger got ...
0
votes
0answers
63 views

Start Service Remotely

I am trying to start a few services using CCNEt and nant on a remote machine. My nant statements are like: The builds are successful and according to the nant results, all the services have been ...
0
votes
1answer
121 views

CruiseControl.Net Dependent Projects configuration

I want to set up the following CI configurations for the same .net project: Build and run unit tests (CCNet Project1). Build and run acceptance (end-to-end integration) tests (CCNet Project2). So, ...
1
vote
1answer
133 views

CCnet send a value to App.config through MSBuild

Okay guys i am new here so i need a little help.I made automation test in c# for Nunit and i use it for CruiseControl the CCnet.config: <msbuild> ...
0
votes
2answers
243 views

MSBuild AssemblyInfo CreateItem failed

We are running MSBuild from CruiseControl.net. We have one branch that, when built on the build server via CC, fails with the following error: <target name="UpdateAssemblyInfo" ...
-1
votes
1answer
140 views

DotCover 2.1 vs NCover for CCNet

I am trying to decide which code coverage tool I want to use with my CruiseControl.NET continuous integration server. Which would be a better tool: DotCover 2.1 or NCover 4.0 ?
0
votes
2answers
87 views

ForceBuild concern with this scenario - CruiseControl.NET

I have three projects in question, lets call them A, B and C. Where 'A' just prepares a cetain build scenario for B, which is the main build. C cleans up the scenario and basically resets B to its ...
1
vote
1answer
140 views

Exclude file from stylecop checking

I want to exclude /Properties/AssemblyInfo.cs from stylecop checking. Can we do that? the problem is that i have integrated stylecop with nant. In nant i am stamping product version so the information ...
0
votes
1answer
94 views

Run python script from CruiseControl.NET

Is is posible to run a python script from Cruisecontrol.Net ? Is there a CCNEt task or a nant task that can be used?
1
vote
1answer
161 views

Looping through parameter values in Cruisecontrol.net

I have setup a Cruisecontrol build for my project, which I need to run for multiple environments. This is what I currently use: <parameters> <selectParameter> ...
0
votes
0answers
78 views

How do I use CruiseControl.Net to deploy only if modified, even if a build is forced

How do I use CruiseControl.Net to deploy only if modified, even if forced. I am deploying the source code of a web site to my integration server. I'm using ASP.NET on-demand compilation. I'm not ...
1
vote
2answers
187 views

Install windows service with cc.net and MS Build

I'm using cc.net and MS build to to build my client and Win service project. This is how the Services is being built, with this: Is it possibloe to automatically install this as windows services? ...
0
votes
1answer
48 views

Is there a queue manager for CruiseControl.NET?

Let's say I have three projects: <project name="Foo" queue="Q1" queuePriority="1">...</project> <project name="Bar" queue="Q1" queuePriority="1">...</project> ...
0
votes
1answer
25 views

Different Values for RequestSource in Service/Commandline

I have a CruiseControl Project Setup with two different Triggers for a SVN Triggered Build and a nightly Build. <triggers> <scheduleTrigger name="Nightly Build" time="23:30" ...
1
vote
1answer
97 views

Make CruiseControl.NET projects show what changes were made since last run

I have a chain of CruiseControl.NET targets like the ones below. The first project pulls the changesets from a repository and runs fast unit tests on these changes. If these unit tests succeed, the ...
0
votes
2answers
43 views

System.Web.AspNetHostingPermission Cruise control Build

I'm recieving the below error when i'm trying to build a VS solution file from cruise control. error ASPPARSE: Request for the permission of type 'System.Web.AspNetHostingPermission, System, ...
3
votes
1answer
173 views

Cruise Control .NET: using cb:define with multiple paramaters

This problem is quite annoying and I've been slamming up against it for a few hours now. What I'm trying to do is use the configuration preprocessor in CCNet to create an XML element which calls the ...
2
votes
2answers
228 views

MSB3491: Could not write lines to file cruise control

I am receiving the below error when I'm trying to build the solution file from MSBUILD. I'm building the solution file from ClearCase integration stream . When I do the same from a different system ...
1
vote
1answer
121 views

Cruise Control .NET not fails build when source control exception occurs

Cruise Control .NET not fails build when source control exception occurs and this is very unexpected because shows build status succes in tray icon. I tried to use ...
0
votes
1answer
54 views

Restart or Clear App Farbic Cache using CCNET

I'm using CCNet as a CI server I want it to restart cache or clear it (App Fabric) with every build.
1
vote
2answers
107 views

CruiseControl.Net Build Confirmation in CCTray

Is there a way to make CCTray popup a confirmation dialog box when I click ForceBuild for a project?
0
votes
2answers
160 views

Argument parse CruiseControl.net to NANT

Can any one help me with example to pass parameter(Eg:URL) from CruiseControl.net ccnet.config file to NANT name.build file? below is what I tried(but not succeed) **CC.net file** ...
2
votes
1answer
233 views

Msbuild with Replace Existing Files Option

I'm using MsBuild to build and publish my project (along with CruiseControl.Net). I have set everything up and it works great but the problem is it's overwriting all my existing files in the deployed ...
0
votes
0answers
36 views

Displaying .html result on Cruisecontrol.NET

I am trying to display the NDepend .html report on CruiseControl.NET dashboard. However, when I open up the the dashboard, I see the following error: "An error occurred while retrieving the file: ...
2
votes
1answer
121 views

How do I omit certain build types from email notifications in CruiseControl.NET?

To be sure if project is compiling "from scratch" we have nightly builds. Usually these builds are successful, so, mails about them are not very useful. Also there is usual builds, which run after ...
1
vote
0answers
84 views

Displaying Images in CruiseControl.NET dashboard

I am trying to display the results of running NDepend on CruiseControl.NET. This includes images such as VisualNDepend , Abstractness vs Instability etc. I am however not able to display these results ...
0
votes
1answer
48 views

Debuging of MSBuild project

In my project I use MSBuild to build my asp.net project on dev server. I have some targets in my msbuild.proj, but I one of this target are not executed. It's possible to run build process step by ...
2
votes
1answer
82 views

Evaluation issue with NDepend in CruiseControl.NET

I am trying to integrate NDepend with CruiseControl.NET. However, I get the following build error when I try to build any project: "ERROR: Evaluation issue: Your evaluation period hasn't been ...
1
vote
1answer
236 views

Pass arguments to svn when using CruiseControl.net

I would like to pass arguments to SVN while I'm using CruiseControl.net. I have the following sourcecontrol block in my ccnet.config file: <sourcecontrol type="svn" username="username" ...
1
vote
1answer
95 views

Perforce Custom label

I have created a perforce custom labeller for use with CruiseControl.NET. The labeller works for most of my projects but fails to work for some. CruiseControl.NET fails on the following command: p4 ...
1
vote
2answers
289 views

Using Conditional Parameters in CCNET version 1.8.2 to change svn locations

I am trying to setup a build server for our applications. When doing a force build I want to use parameters to determine what to build. Below I have the setup that will work DEV mainly because the if ...
0
votes
2answers
91 views

Cruise Control.NET Disable Build Exception Emails

I have CruiseControl.NET setup to send out an email if there is a compile error and when the error has been fixed: <notifications> <notificationType>Change</notificationType> ...
0
votes
0answers
84 views

CC.NET Checkout Based on TFS Label

How do you pull code based on a build label from Team Foundation Server in CruiseControl.NET. <sourcecontrol type="vsts" autoGetSource="true" applyLabel="true"> ...
1
vote
2answers
134 views

Difference between Nant / CruiseControl/Teamcity

I have spent a couple of days going through a lot of sites and reading about Nant , Rake etc. please forgive my Noob question but I still cannot find what is the difference between Nant and ...
1
vote
1answer
237 views

ccnet sourcecontrol: get updates from svn 1 revision at a time

I am designing a Continuous Integration project. In this process I need the ccnet to build after each revision and then do some custom tasks i.e. it should update from svn only 1 revision at a time ...
1
vote
1answer
112 views

Cruise Control fails with VaultVersionChecker: CheckForModifications. Could be repository path spaces

I'm putting a project under cruise control .net. I am using CCNet version 1.8.2.0 which is the latest. The project keeps breaking with the error Failing Tasks : VaultVersionChecker: ...
3
votes
1answer
1k views

How to force msbuild to clean or rebuild

Newbie msbuild question I am using msbuild from a script to compile my project. I have noticed that it just does a build and not a clean/rebuild. I have the following: <Project ...
1
vote
1answer
143 views

CCnet email publisher username case-sensitivity

I'm using the email publisher of CCnet 1.6.7981 and SVN as version control system. My problem is that the SVN usernames are not case-sensitive but the CCnet email publisher is. So I'm using a dirty ...
0
votes
1answer
342 views

Cruisecontrol.Net exception - No connection could be made because the target machine actively refused it

The question might seem to be an exact duplicate, but there's much more needed here. It's the same old error I'm getting: There were exceptions connecting to the following servers: Server Url ...
0
votes
1answer
107 views

Conditional parameter in Cruisecontrol.net

Is there any way to mix up the 'AND' and 'OR' operators in Cruisecontrol.net 1.6? My if condition goes like this: if ((A="a" && a="a") || (B="b" && b="b")) { //Task to be done } ...
2
votes
1answer
178 views

Get the CCNetBuildDate in NAnt parallel tasks

In a cruise control configuration file, I use a set of parallel tasks to call some NAnt targets. I noticed that the CC system parameters (like CCNetBuildDate) are not pushed to the NAnt scripts, while ...
0
votes
0answers
37 views

CCNet and deleted externals

I'm having a problem with CCNet; its looking for changes to externals (even when I disable the checkExternals properties) and the external no longer exists. The catch though is that the external is ...
0
votes
1answer
87 views

Git Feature Branches in CruiseControl.Net

It looks like the git source control provider for CruiseControl.Net will only monitor a single git branch. Is there a way to make it monitor all git branches? I know you can do this in Jenkins by ...
0
votes
1answer
96 views

Sharing Source Control / Build Artifacts in Cruise Control .NET

I've got one repository with multiple projects underneath it's directory structure, I'm looking to set up a unique CC.NET Project for each project in my repository. There's two unique challenges I'm ...
2
votes
1answer
134 views

Cruise Control: Correctly (or don't) Pass Integration Properties with Double Quotes

Information I'm running a GIT project and using the latest version of Cruise Control (1.8) running an MSBuild task. Error The error message is similar to other questions asked about but the cause ...
0
votes
1answer
160 views

Starting a CruiseControl Build from TFS

My team has migrated our source from another source control system to TFS. Our build leverages CruiseControl.NET. The first step of build migration is to continue our CC.NET build process but grab ...
1
vote
1answer
95 views

Populate CruiseControl email publisher user addresses from file

Currently my CruiseControl.NET email publisher has its list of users hard-coded in the build config file <publishers> [ ... ] <email from="autobuild@domain.com" ...
3
votes
3answers
310 views

Automatic patch building and deployment of .NET application

The question in short form and then the explanation We want to create patches and include only files which have changed in the build due to some bugfixes for a dotnet application. The patches should ...
-1
votes
1answer
51 views

cruisecontrol .net windows xp Professional sp3 [closed]

Does Crusie control .net v1.6 or v1.8 support on Windows XP Professional SP3.
0
votes
1answer
119 views

MSBuild - only build projects in my solution that have changed

I am trying to set up CruiseControl.NET with a solution containing several projects. It is required that only projects in this solution are rebuild when there were changes. It's also required that the ...

1 2 3 4 5 24