Tagged Questions

2
votes
1answer
38 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 daily build. Both of them execute the same nant script, but with different parameters. The CCNET label (currently generated by …
2
votes
1answer
327 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 t …
1
vote
4answers
55 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?
1
vote
3answers
203 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 …
1
vote
1answer
131 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)' != '' " Command=">\\server\destina …
1
vote
1answer
35 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/myfirstp …
1
vote
2answers
175 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. …
1
vote
3answers
366 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 …
0
votes
1answer
33 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 …
0
votes
1answer
33 views

CC.NET: howto trigger an extended build when a subdirectory in svn has changed

Hi, We have a couple of projects configured in cc.net. Each of these projects has following items in it's working directory (svn): source lib db scripts SSIS package(s) We wou …
0
votes
2answers
78 views

Getting Configuration Preprocessor to work in CruiseControl.NET

I am trying to define some values in my ccnet.config file. I am running version 1.4.4.83. I added xmlns:cb="urn:ccnet.config.builder" to my main cruisecontrol element.like: &lt …
0
votes
1answer
56 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?
0
votes
1answer
123 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 …
0
votes
0answers
34 views

How to pass the result of batch file to variable & use the same variable in header.xsl

Hi All, I am new to ccnet. I have CruiseControl.NET-1.4.4.99 installed. I want to execute the batch file in ccnet.config and pass the result to variable, which I want to use in he …
0
votes
2answers
128 views

CCNet triggers build, but succeds even i check in bad code to svn

HI, I have set up CruiseControl for .NET with SVN as my source control and using NAnt build script. When i manually build the visual studio solution i get the errors, which is co …

1 2 next
15 30 50 per page