Questions tagged [ccnet-config]

The ccnet-config tag may be used on questions related to the configuration of CruiseControl.NET (also known as CCNet). It is closely related to the cruisecontrol.net tag.

CruiseControl.NET, sometimes called CCNet, is an open source .NET-based framework designed to provide a continuous build / continuous integration process. Configuration of the build process is performed by editing a file called ccnet.config - documented in detail in the Configuring the Server section of the online documentation.

This tag should be used for questions directly related to the build process configuration of CCNet. For questions about the installation or operation of CCNET, the tag may be a better choice.

117 questions
1
vote
3 answers

The command "".\Bin\mt.exe" -nologo -manifest ... exited with error code 3 in CCNET

I am trying to build my VS 2008 project in CCNEt and getting the below error
soldieraman
  • 2,630
  • 7
  • 39
  • 52
1
vote
1 answer

CruiseControl.NET use project name in project config

Is there any way to use the project name in the project config in CruiseControl.NET ? I tried ${project.name} based on other posts which doesn't work.
Parham
  • 1,037
  • 11
  • 17
1
vote
1 answer

CCNET Config Conditional Task Execution

Hi all require help on CCNet Conditional execution. These are the Triggers I have declared
Shashi
  • 67
  • 1
  • 7
1
vote
2 answers

How to setup building steps for CruiseControl.net from repository of the building project?

I'd like to store ccnet.config file (or other cc.net configuration file for this project) in the repository (git) of my project and make CC.NET use it when I force building from dashboard. How can I do it? Thank you!
Artyom
  • 3,507
  • 2
  • 34
  • 67
1
vote
1 answer

CCNetModifyingUsers value change after CCNET 1.6 to 1.8 upgrade

After upgrading one of our build servers to the latest version of CCNET it stopped sending emails to modifiers group. We've using Mercurial for source control and version 2.3.2 is installed on the build server. buildmasters group still gets emails…
Alex B.
  • 11
  • 3
1
vote
1 answer

CruiseControl.Net intermittently detecting SVN modifications

I am using ccnet 1.6. My build server and svn server clocks are synced pretty close (less than 30 second disparity). My ccnet config file has the correct settings to poll for SVN modifications as follows:
Brian Ogden
  • 18,439
  • 10
  • 97
  • 176
1
vote
1 answer

CCNet: How Do I copy the svn revision number to a file in MSBuild?

Does anyboy know how to pass the LastChangeNumber parameter into MSBuild? I'm trying to use this: Which…
John Gietzen
  • 48,783
  • 32
  • 145
  • 190
1
vote
1 answer

Does CruiseControl.NET support access to a repository via the http protocol?

I am trying to set up cc.net on the project I'm working on at the minute. I have done this before using a config containing lines like these: and svn://svn.mycompany.com/myfirstproject/trunk However this time I only have read only access to the…
user176591
1
vote
1 answer

Same MSBuild file, different results on local machine and CCNet

Background I am utilizing the following: VS 2012 .NET 4.5 apps including an MVC4 app, a C# Domain app, and NUnit projects. A custom MSBuild File CruiseControl.NET running on a build server I have the following build targets: Clean: deletes the…
SeanKilleen
  • 8,809
  • 17
  • 80
  • 133
1
vote
1 answer

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, I need somehow to configure that Project2 should…
Markus
  • 3,547
  • 10
  • 39
  • 55
1
vote
3 answers

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 statement that Here is a snippet of the setup. It…
Mike
  • 43
  • 1
  • 7
1
vote
1 answer

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 and then trigger the build process. Also I have…
1
vote
1 answer

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 …
Sandeep
  • 5,581
  • 10
  • 42
  • 62
0
votes
2 answers

Setting up CCNET security

I am just learning all this stuff (CCNet), and have a simple working ccnet.config, that successfully executes through the localhost/ccnet service. I am trying to get security set up so that users in other locations can use cctray. I added this to…
0
votes
1 answer

Getting CruiseCcontrol.Net error message "svn: Can't get username or password"

I have set up a second project in CCNet and on the second project I get the following error Source control operation failed: svn: Can't get username or password . Process command: svn log svn://unit-e-2/**…
TheLukeMcCarthy
  • 2,253
  • 2
  • 25
  • 34