4
votes
3answers
34 views
Should CruiseControl.NET be used to handle tasks that are not related to building source?
Weird question, perhaps. We have a number of simple utilities written in-house that need to be run on an automated basis. These are not build jobs. Just things like running …
1
vote
2answers
19 views
CruiseControl.Net Deleted Files
I'm using CC.net on against a Source Safe database, and have a problem that someone deleted some files from the database, and the deleted files weren't removed. I didn't see a config switch or …
1
vote
2answers
35 views
CruiseControl.net and Subversion
My project is not noticing when subversion gets updated. I have the exact same setup working on another server. This is a virtual server.
Here is my log file after I have made a commit. It seems …
1
vote
1answer
17 views
How do I add/modify text in the email results sent on CruiseControl.NET task completion?
It is not obvious to me where/how to configure the text that gets sent out in the emails after a build is complete/fails. I am getting emails, but there are some details I need to add. Where is …
0
votes
3answers
35 views
Cruise Control.net and subversion issue
I have a intervalTrigger that runs off subversion source control.
I update subversion but it doesn't trigger the build.
I have the exact same setup on another server and it works.
How can I …
5
votes
4answers
90 views
.NET Dependency Management and Tagging/Branching
My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET …
0
votes
0answers
8 views
Build checks not running while project is building in CCNet 1.5.6444.5
I've just upgraded our CCNet installation to build 1.5.6444.5, and now while a build is running on one queue, none of the other build checks (on another queue) run at all until this build completes.
…
0
votes
0answers
32 views
CruiseControl.NET 1.5 HTML Report Linking!!
Hi,
As per CruiseControl.NET 1.5 improvement, HTML file can be merged with XML log or can be copied to artifacts directory under respective project folder. Under artifacts directory, it will create a …
0
votes
0answers
9 views
Increment the same labeller using multiple Cruise Control.Net projects
I have a project that uses the default Cruise Control labeller to keep track of the "build number" for the project. We have recently branched a project version, and I've added an additional Cruise …
0
votes
2answers
73 views
Bazaar + CruiseControl.Net
I want to setup CruiseControl.Net at my company. We currently have several .net solutions stored in a Bazaar repository and I want to use MSBuild to build each solution. This didn't seem too …
0
votes
2answers
40 views
How do I send en email in CruiseControl.net that contains the svn commit messages (or at least the rev)?
I'd like to email the results of the build along with:
svn revision(s) that are in the build
commit message(s) for those revisions
The way my company had this set up is to query svn every 2 …
0
votes
0answers
42 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 …
0
votes
1answer
35 views
How to ignore output from executable with CruiseControl.Net build?
I'm running a little find and replace utility called fart.exe (yes, fart, as in Find and Replace Text) as part of my CC build. Works great.
The problem is that FART while it is working displays a …
0
votes
0answers
34 views
CruiseControl.Net API through C#
I'm currently trying to create a tool that uses the cruise control api for builds.
I've managed to create a real time log of builds, however i'm struggling with adding a new project to the server …
3
votes
3answers
123 views
Fork process with CC .NET
Is there any way to fork a process inside Cruise Control .NET? I want CC .NET to launch a program when everything's done but right now, CC .NET insists on waiting for the program to close before …
