cruisecontrol.net

CruiseControl.NET Build Label & SourceGear Vault Practice Related Question

I use SourceGear Vault and applyLabel="true" for a project so when it builds it will create a label in SourceGear Vault for the corresponding project.My questions are I have a nightly builds so what if i don't have any changes made to that project for that day then how do I define my settings.... <sourcecontrol type="vault" autoGetSou...

How do I specify in my ccnet config file how to do daily builds?

How do I specify in my ccnet config file how to do daily builds? ...

Problem with Starteam and Cruise Control.Net

Does anyone have problem getting files from starteam using the cruise control tool for setting up automatic build job?? The script seems to run fine but fail after some time with the error message Error occurred: Unable to read data from the network: the connection to the StarTeam server has been lost. I am not sure whether the proble...

Different types of build using CruiseControl.NET.

I would like to know what kinds of builds (i.e for example and learning) does one have. I currently set up nightly build triggered on changes.. Should I have a different server for ci builds or different config blocks??? Please give ideas or samples on how you maintain CI and nightly build in config ...

CruiseControl.net -- How to checkin code during the build

I'm setting up CruiseControl.NET and during the build I want to modify my version.txt file and have it checked in. When I do this, CruiseControl.NET doesn't know this checkin was done by the build and so the next time it checks sources, it sees there were modifications and rebuilds again (I have IfModificationExists set in the project b...

Create a new cmd.exe window from within another cmd.exe prompt

I am in the process of setting up Cruise Control.NET. The problem I am having is that I am running CC as a console application and when my build completes successfully and executes (using exec) it launches it within the Cruise Control dos prompt. I am just using simple batch files to launch my app but having it run within the same prompt...

Cruise Control .Net server unable to detect modifications done on Starteam

Hi Im using Cruise Control .Net 1.4 for Continuous integration and have installed it on my Windows 2000 desktop. I have Nant 0.85 for the Build. My Source control is in Borland Starteam 2005. I have .Net 2003 framework installed which i use for creating VB.Net windows applications. I have installed CCnet and I think my Ccnet.config file ...

CruiseControl.Net: How Does One Clear Obsolete Build History?

I just started using CCNet, and in the process of getting my build projects set up I racked up a lot of build history from trial and error. I really don't want to keep that old stuff around, but I can't seem to see where/how to get rid of it. I'm sure this is a silly question, and I apologize if I'm overlooking something that should be o...

CruiseControl.Net switch from console to service

I have set up a cruisecontrol.net build server. When running it in console mode it works fine, but when trying to run it as a windows service it doesn't work. The log file shows the following message: ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: No VSS database (srcsafe.ini) found. Use the ...

Cruisecontrol.NET & IIS7 Static File Handler Problem

I'm trying to get Cruisecontrol.NET running with Server 2008/IIS7 and when I try and navigate to the dashboard I get the following error: HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler. I'm a bit lost in IIS7 so it could be something pretty straightforward. They...

CruiseControl.Net on Windows Server 2003 x64

Hi All, I'm having an issue with CruiseControl.net where the web dashboard just won't work in IIS. I have tried switching ASP.Net between 64 and 32 bit modes and reinstalling cruise control, but nothing seems to work. Has anyone else had issues with CruiseControl.Net on 64 bit platforms? Cheers, Jamie [Edit] Thought I should clarify, ...

Does anyone know how to listen to build events from an already running cctray process, in C#?

I have made a C# application and I am trying to figure out if I can tap into build events of cctray (cruise control tray)? I don't want to re-invent the wheel, I just want to know when my builds fail or succeed (on a client machine) so than my custom C# application may execute a specific set of routines. ...

how to configure svn Task in CruiseControl.net to detect subversion external changes

I have a .net project in subversion which is contineously integrated with Cruisecontrol.net. i use Svn source control CCNET task. The .net project library directory with set of reusable components configured as subversion externals. ProjectA\libraries {reusable components directory} ProjectA\libraries\component1 ProjectA\libraries\co...

How do I set the build number based on the Subversion revision number with CruiseControl.net

I'm working through the process of installing CruiseControl.net and converting an Msbuild script to work with it. I'd like our build number to reflect the Subversion revision number. It appears as though the LastChangeLabeller should work, but all I get is "unknown". My ultimate goal is to format the build number with both a build num...

How to achieve a nightly build with CruiseControl.NET

I have set up cruisecontrol.net cs for my project that has a number of modules and components that get build and get stored in folder by date on the build machine.The thing is that I need to make setup for the application(wpf non web) and the thing is that since there are a number of module and different solutions that build and finally ...

CruiseControl.NET and TortoiseSVN

Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN? ...

How should I approach Continuous Integration and .NET Framework Versions

Hello, I am just beginning the move to the .NET Framework 3.5. I use CruiseControl.NET for our Continuous Integration and would like to know how other people approach setting this up. I have a branch of the source code entitled NET3.5 but for now am keeping the trunk as 2.0. I have created two CruiseControl projects that checkout from...

Differences between CruiseControl (original) and CruiseControl.NET

Are there any differences between the original CruiseControl and the .NET port? I've compared the 2, but can't find any big differences except the language it has been developed in. I want to use either one of them for (automated) testing of web applications, using Selenium and Subversion, perhaps even Groovy but don't know which to choo...

Assembly Versioning using CruiseControl.net

Hi, I have setup CruiseControl.net for a bunch of my projects which are related. As a result a single project tag in CruiseControl has multiple SVN checkouts and then a bunch of msbuild tasks compile all the individual sln files. I need to update the assembly version of all the solutions when this build is being done. However, since ...

Running Cruise Control .NET as a Service

I've been configuring and testing CCNet for a little while now using Virtual PC to host it. Everything went well and it was decided to transfer the configuration to a server location - which went as well as could be expected. A few tweaks and kicks and i had it running as before. The problem is that we now need to run CCNet as a service...