Tagged Questions

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.

learn more… | top users | synonyms

12
votes
8answers
10k views

CruiseControl.NET: using $(CCNetLabel ) inside ccnet.config file

When calling external processes like MSBuild cruise control sets environment variables. One of values is CCNetLabel. it holds the value of the current projects label. I want to use the same values in ...
9
votes
1answer
161 views

Getting CruiseControl.NET to use output from long-running task when displaying “Activity”

In CruiseControl.NET, I have two projects set up, one for building and one for deploying build packages. Our build is largely based around MSBuild, and as it runs the dashboard constantly updates ...
5
votes
1answer
2k views

mercurial support in CruiseControl.NET - how to clean & update build folder?

I'm using the Mercurial source control block in CruiseControl.NET, and I have it set to autoGetSource but some of the files (such as version number, based on current time) change as part of the build. ...
4
votes
1answer
280 views

CCNet API, docs?

I want to query my CCNet server to find out the status of the builds. I've heard rumor that there's a (ReST?) API of sorts, but I can't seem to find any documentation for it. Is there any ...
4
votes
2answers
935 views

Can I keep CruiseControl.Net's ccnet.config in svn, then have CruiseControl update its own config file when a change is checked in?

I'd like to be able to keep our CruiseControl.Net's ccnet.config file in svn, then when I check in a change, ie, I've added a new project, it will update itself. This way I have the config file under ...
3
votes
1answer
98 views

MSBUILD error where folder contains more than one solution file

I'm trying to set up CCNET and I've run into a problem. My builds are failing and I'm getting this error MSBUILD : error MSB1011: Specify which project or solution file to use because this folder ...
3
votes
2answers
437 views

ccnet webdashboard authentication forms mode how to set it up so its secure

I am sure I am just doing this wrong but for the life of me I can not get things to play nicely. I am just starting to install and configure CruiseControl.net on a WS2008 X64 VM. The install seemed ...
3
votes
2answers
1k views

How to pass an integration property to a batch file with CruiseControlNet?

In the build log of my project, i can see these properties: <integrationProperties> <CCNetProject>Gdet_T</CCNetProject> ... <LastModificationDate>4/6/2010 1:29:04 ...
3
votes
4answers
762 views

How to run CruiseControl.NET task but only after a specific task ends?

For example I have three tasks: task1, task2, task3. How to write a CruiseControl.NET configuration file that runs task3 but only after task2 ends with success?
3
votes
2answers
1k views

How do I share a label value between multiple CC.NET builds?

I have two projects set up in CC.NET: CI build and nightly build. Both of them execute the same nant script, but with different parameters. The CCNET label (currently generated by the ...
3
votes
1answer
864 views

Examples of modificationReader task in CC.Net?

I am trying to set up a build chain that propagates a modification history through the various build stages. My first thought was modificationWriter/modificationReader pairs, but I am having trouble ...
2
votes
1answer
285 views

Unused node detected when configuring schedule block with ant for CruiseControl.NET

I'm developing a ccnet.config script for CruiseControl.net that invokes an Ant script, and I'm getting the following error while executing the CruiseControl.NET service: Error: "Unused node ...
2
votes
1answer
474 views

Unable to find Log Publisher for project on CCNET

Hey guys, i started recently a project and i'm now configuring the ccnet.config file. The fact is i can't find why the cruisecontrol can't find the log file. I guess it is something easy and i'm ...
2
votes
2answers
1k views

“OutputPath property is not set” error occurs only when calling MSBuild in CCNET

I've made an MSBuild project that simply does an msbuild task with our solution file as parameter. I've defined a BeforeBuild target where I set some properties, and a Build target that executes the ...
2
votes
1answer
964 views

CCNet 1.6 Conditional Plugin Help Needed!

I cannot get the conditional plugin to work that has been added to CCNet as of version 1.6 - clicky. I am running the latest version of CCNet (1.6.7258.1) and have the following code in my ...
2
votes
1answer
822 views

CruiseControl.NET does not increment label

I am running the ccnet server on a windows Server 2003 Operating system. The builds for my product happen fine. But the label remains "1.0.1.0" always. If I do a force build through the web dashboard ...
2
votes
1answer
626 views

CCNet email does not include MSBuild results

We're using CCNet 1.4.4.83 but when an MSBuild task fails, we don't get the MSBuild results (i.e. missing file or whatever reason the compile failed) in the email notification. I do see the build ...
2
votes
2answers
685 views

How do you create properties in CruiseControl.Net

In ant scripts and MS build files you can set properties at the top how do I do this in the CruiseControl file ccnet.config?
2
votes
1answer
3k views

CCNET Server Exception

CCNET is throwing this exeption on the web dashboard. What is causing this? System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it ...
1
vote
0answers
20 views

How to create a CCNet Label with multiple labellers?

I am using ccnet 1.6 and want to create CCNetLabel with following format M.m.b.r Where M is fixed text, m is from Default Labeller, b is from File Labeller, r is ...
1
vote
4answers
85 views

Project not showing up in Cruise Control Dashboard

I'm new to continuous integration and Cruise Control. But I looked at few examples and I tried setting up a project to a pre-existing Cruise Control setup which had couple of projects in it. I'm ...
1
vote
3answers
334 views

CruiseControl.net web dashboard security

I am have extreme problems with adding security to the web dashboard. I am trying to set up security for a bunch of web app projects. Everything works with no security enabled. The security i want ...
1
vote
2answers
106 views

Confusion with CruseControl.NET sourcecontrol exclusionFilters patterns

we are using CruiseControl.NET for our build process and in ccnet.config, I want to exclude changes to a particular directory and it's children from triggering that project's build, but what I've ...
1
vote
1answer
134 views

Cruise Control include.projects not recognized

I have a very basic ccnet.config file, in which I am trying to use the include.projects tag to include a very basic project. For some reason, when I use this tag the CCNet Server won't start, and I ...
1
vote
1answer
175 views

How to get the build number in Cruise Control .net ccnet.config file?

I can get the Build info from CCNetLabel, which is in format: major.minor.build.revision , I am interested in getting the build number only, is there any variable which I can access to get the build ...
1
vote
0answers
213 views

FitNesse integration with CCNet, correct XML in the build log?

I am almost there with my fitnesse to ccnet integration, but my results aren't showing up in my dashboard despite following this: ...
1
vote
1answer
116 views

CC.net and GitHub Private Repositories

Has anyone been able to figure out how to configure the ccnet source control settings to connect to a private github repository?
1
vote
2answers
125 views

ftptask on nant 0.85

how do u upload files to a fpt server in nant? i used the following code but it says that attribute server is unknown. <ftp server="ftp.server.name.com" userid="user" ...
1
vote
2answers
287 views

How to make force build with interval with CCNet

On our CCNet, there is a build (called release) that build the full package of the application and then copy the msi on a FTP server for the client. There are no trigger on that project and it should ...
1
vote
1answer
307 views

CCnet + NAnt Time Out

I am unable to execute Nunit test through Nant which in turn is called by CCNet. Below is the Error msg which i get in CCnet Dashboard: <exception> ...
1
vote
3answers
1k views

CCNet - Delete working copy before MSBuild?

I'm setting up a continuous integration environment, using VisualSVN Server and CrusieControl.NET. What I want to do is delete the working copy before the MSBuild task starts? I have read that I ...
1
vote
2answers
180 views

How to reorder NUnit tests under CCNet?

With continuous integration, it makes a lot of sense to re-run failed unit tests first the next time a cycle starts. This shortens the feedback loop. Is there any known way to achieve this with CCNet ...
1
vote
2answers
157 views

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 ...
1
vote
3answers
240 views

CCNET Trunk start building because of changes set on branch

I am using CCNET in combination with Mercurial. I have a project that got a branch and a head. they are both configured in CCNET. The branch is running fine, it only start building when there are ...
1
vote
1answer
448 views

CruiseControl.NET : Sending email using SVN username to ActiveDirectory mapping

Is it possible to configure CruiseControl.NET to send an email to the user(s) that did modifications to a broken build by mapping their SVN username to the corresponding Active-Directory alias (hence ...
1
vote
1answer
500 views

CCNet: “Failing Tasks : FilteredSourceControl: CheckForModifications” error

I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the project shows up ok, but when I click the Force button I receive this error in ...
1
vote
1answer
344 views

Does CruiseControl.NET have to access VisualSVN via HTTP or HTTPS?

I've recently got CruiseControl.NET setup to work with my VisualSVN server. It works fine, and the TrunkURL uses the repository url that VisualSVN gave me, which starts with https. I am however ...
1
vote
1answer
769 views

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: <Exec Condition=" '$(LastChangeNumber)' != '' " ...
1
vote
1answer
88 views

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 ...
1
vote
2answers
292 views

cruisecontrol sourcesafe block

The build machine at work has many projects, but we are only experiencing a problem with one. Two projects are very similar, one builds in debug mode, the other in release mode. They both clear ...
1
vote
3answers
618 views

Only one project of two running in my CruiseControl.net config

I am creating an integration server for the first time, and although I have two projects in my cruisecontrol config file, only the first one seems to be executing. My config file is pasted below. ...
0
votes
1answer
53 views

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 ...
0
votes
0answers
66 views

ccnet-config - Version 1.6 - Security Issues

we are using Cruise control (1.4 version) for our Build and deployment. Now we want to shift to the latest version (1.6). I started trying out with the securtiy feature of the latest version of the ...
0
votes
1answer
60 views

Invalid rangeParameter Tag on ccnet.config cruisecontrol .net version 1.6.7981.1

I'm trying to configure ccnet.config file with a range of parameters for force build option but the Validator.exe program says: "Unable to load array item 'rangeParameter' - Cannot convert from type ...
0
votes
0answers
18 views

ccnet not deleting buildlogs

I Have the following in my ccnet.config file .... <publishers> <xmllogger /> </publishers> <tasks> <artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="5" ...
0
votes
0answers
26 views

Make ccnet send to msbuild specific project

CCNet+tfs+msbuild Is there any way to build only 1 project according to files that has been modified in source control. By default our ccnet.config looks like this: <msbuild> ...
0
votes
2answers
126 views

How to make msbuild do not rebuild all projects

We have CCnet+msbuild+tfs. Builds are configured for each project. We didnt build with solution. The problem is how should we configure build to not rebuild all projects again if we make only 1 ...
0
votes
0answers
56 views

cruisecontrol.net build number doesn't increment

We use Cruise Control .Net as our build server. For our version numbering we use SvnRevionLabeller with the following config <labeller type="svnRevisionLabeller"> ...
0
votes
1answer
74 views

CruiseControl.net - Is there a way to run a batch file that will copy (msi) files to another server in a different domain?

I have an issue where I am trying to copy files(msi) from our build server to our Test server in CruiseControl. Once these are copied over we are planning on having a Scheduled Task that will run ...
0
votes
2answers
498 views

unused node detected: ccnet 1.6.7981.1

i try to configure ccnet using this link tag as below ccnet.config <?xml version="1.0" encoding="utf-8"?> <cruisecontrol xmlns:cb="urn:ccnet.config.builder" ...

1 2