Questions tagged [cruisecontrol.net]

CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools.

CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. CruiseControl.NET is a port of the Java-based CruiseControl.

A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process.

CruiseControl.NET is free, open-source software, distributed under a BSD-style license. It was originally created by employees of ThoughtWorks to allow for continuous integration on a project they were working on. It was later extracted into a stand-alone application.

Resources

Related tags

1384 questions
10
votes
2 answers

How to MSDeploy a built website package to a virgin IIS website

I am trying to automate our build/deployment process. So far I am using: a Visual Studio 2010 solution with a main Web Application project (and dependent projects) MSBuild MSDeploy CruiseControl.Net So after much wrangling and gnashing of teeth, I…
Eric Amodio
  • 693
  • 6
  • 16
10
votes
1 answer

Accessing SVN repository from CCNet (CruiseControl.net) using an Active Directory user

I have CCNet setup to talk to our SVN repository, which has it's ACLs setup using Active Directory groups. This is working fine, except I'm not happy with having the user name and password of the AD user stored in plain text on the CCNet…
Tr1stan
  • 2,755
  • 1
  • 26
  • 45
10
votes
6 answers

Continuous Integration - with what to start: CruiseControl.NET vs TeamCity vs Visual Studio Team System

I'm new to Continuous Integration. I want an advice with what tool should I start deal with. I see that this is the biggest tools right now: CruiseControl.NET, TeamCity and Visual Studio Team System. I'm using this tools: Visual Studio 2010,…
Fitzchak Yitzchaki
  • 9,095
  • 12
  • 56
  • 96
10
votes
1 answer

Buildserver can not find Entity Framework Sql Provider

We are in the process of switching from Entity Framework 4 to Entity Framework 6. The package manager did its job, and the solution ran it’s tests without a hitch. However on the build server we get the following error message running the…
k.c.
  • 1,755
  • 1
  • 29
  • 53
10
votes
3 answers

Can we tell CruiseControl.NET to ignore source control timeout errors?

We have CruiseControl.NET set up to do continuous integration of a number of our projects. We are using a block to make sure all of our source control operations are done in the same way, and to keep the config DRY. We are experiencing…
John Gietzen
  • 48,783
  • 32
  • 145
  • 190
9
votes
1 answer

Getting Could not load type errors while publishing

Getting following errors after trying to publish using aspnet_compiler errorASPPARSE: Circular file references are not allowed. errorASPPARSE: Unknown server tag 'uc2:FAQ'. errorASPPARSE: Could not load type 'CompoundControls.BBar'. errorASPPARSE:…
sam
  • 4,594
  • 12
  • 61
  • 111
9
votes
3 answers

Getting CC-Tray to work

I am trying to get cc-tray to work instead of using the web dashboard. I'm not sure how I can get the correct url for the server that my cruisecontrol is running on and I can't find any useful documentations online. Can anyone help? Thanks
user62958
  • 4,669
  • 5
  • 32
  • 35
9
votes
7 answers

CruiseControl.NET no connection can be made?

I am setting up CruiseControl.NET and I get the following error message on the webdashboard: No connection could be made because the target machine actively refused it 127.0.0.1:21234 The Url it is looking for is:…
shane87
  • 3,090
  • 12
  • 51
  • 65
9
votes
2 answers

NAnt: executing NCover as administrator account - runas returns directly without waiting

My NAnt build runs as a non-admin as part of CruiseControl. But we have an NCover task which needs to run as an Administrator. For this we are thinking about using RunAs with an admin account. The problem is that RunAs returns directly and doesn't…
9
votes
4 answers

CruiseControl.Net Build Publisher - Only publish compiled files

While setting up CruiseControl, I added a buildpublisher block to the publisher tasks: C:\MyBuild\ C:\MyBuildPublished\ false
FlySwat
  • 172,459
  • 74
  • 246
  • 311
9
votes
3 answers

What is a good build automation and deployment process for use with asp.net?

I’m looking for some recommendations to do project building and deployment automatically. Our current development setup uses ASP.NET, SVN, CCNET and an MSBuild script for the dev server build. I was thinking of switching over to Cruise instead of…
9
votes
8 answers

Forms Authentication across Applications

I'm working on a internal web based tool for my company. Part of this tool is another application (The Cruise Control Dashboard) that runs in its own Virtual Directory under my root application. I wanted to limit access to this internal application…
FlySwat
  • 172,459
  • 74
  • 246
  • 311
9
votes
7 answers

.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 applications, all 4 of these applications share common…
sontek
  • 12,111
  • 12
  • 49
  • 61
9
votes
1 answer

Suppressing Log Output for NAnt Delete Task

We are currently using CruiseControl.NET with NAnt 0.85 build scripts and while everything is working well, the log files are a little too verbose for my liking. In particular, when deleting folders using the task I always get a [delete]…
DilbertDave
  • 3,406
  • 3
  • 33
  • 42
8
votes
1 answer

receiving "error ASPPARSE: Could not load type ..." error with msbuild on MVC webapp

We have CCNET and msbuild creating our regular builds. I am trying to update our process so msbuild creates zipped deployment packages and msdeploy sends them out to the target IIS7 web servers. I was having trouble doing the end to end solution,…
Dan Csharpster
  • 2,662
  • 1
  • 26
  • 50