Questions tagged [cruisecontrol]

CruiseControl is both a continuous integration tool and an extensible framework for creating a custom continuous build process.

In software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. 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 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.

There is a version of CruiseControl for .NET called CruiseControl.NET (aka CCNet) and a version for Ruby called CruiseControl.rb

Resources

Related tags

306 questions
3
votes
8 answers

Is there an easy way to get Apache Tomcat to reboot automatically after a deployment?

Our project uses Cruise Control to both build and hot deploy a web application to a remote server (via FTP) running Tomcat in the form of a .war file. Unfortunately, "hot" deploys don't appear to work properly, causing us to reboot Tomcat in…
Ken Wootton
  • 1,100
  • 1
  • 10
  • 19
2
votes
1 answer

How to integrate maven with cruise control?

Would like to know how to integarate cruise control with maven? Cruise Control comes with ant integraation by default and in the config.xml has antbootstapper.But dint find any bootstrapper for maven.Would like to know the configuration for…
anjanam
  • 37
  • 1
  • 7
2
votes
3 answers

what is the Best approach for writting automation tests for JAva web applications

I have found out that for java automation testing better approach would be to use Cruise Control(java), JUNIT (java testing framework) along with Watij. Any further suggestions please. Any one who has succesfully integrated these tools and what…
sam
  • 4,594
  • 12
  • 61
  • 111
2
votes
2 answers

Subversion: Automatically find newest stable branch on a build server

The subversion repository layout follows the /trunk /branches/... pattern, so we have: /trunk /branches/stable-20100716 /branches/stable-20111231 /branches/stable-20110401 /branches/specialversion /tags/some-tag Then, we have a build server which…
Moritz Both
  • 1,598
  • 1
  • 13
  • 21
2
votes
2 answers

Overriding Environment Variables in an Ant Script

I have an issue where my automated build environment necessitates a different version of ant than the actual delegated scripts being run to produce the build. I do not have an environmental variable for ANT_HOME. I throw my CI environment the…
yep
  • 1,263
  • 1
  • 9
  • 13
2
votes
2 answers

Problem in setting up Cruise Control in RAILS 3

I just setup cruise control on my server for my projects . But now i am little bit confused how these rake task and capistrano work . I tried lots of settings but still no success . If somebody help how to run all rake task and after successful…
Vivek Parihar
  • 2,318
  • 18
  • 18
2
votes
6 answers

How can I frequently/automatically compare the structure of the same Database?

Does anyone know a tool that automatically compares the structure of a database and gives a report of what was changed? If it can be integrated into a CruiseControl, even better. By structure I also mean functions and stored procedures. Which is…
Pitming
  • 542
  • 6
  • 15
2
votes
3 answers

Continuous integration / Cruisecontrol advice

I've been tasked with setting up a continuous integration server for our project and am weighing up the options. I would like to use cc.rb rather than cc for the simple fact that I'd rather be writing Ruby than XML. From what I can see cc is a more…
ChrisInCambo
  • 8,455
  • 15
  • 50
  • 63
2
votes
1 answer

Cruisecontrol build messages Date and Time of build incorrect

This may be a very simple fix but I can't seem to find how to set the time zone after a solid amount of googling. This is what we get in email letting us know if the build failed or was successful: Date of build: 2011-05-24T00:59:44 Time to…
Dave
  • 155
  • 1
  • 2
  • 10
2
votes
2 answers

ant script not expanding property value in exec arguments

i have an ant script as shown below:
jeremychan
  • 4,309
  • 10
  • 42
  • 56
2
votes
2 answers

CruiseControl with SourceSafe, MSBuild, and T4 Templates not working

Prior to T4 Templates, our setup was working - CruiseControl was pulling the latest files from SourceSafe, building them, and sending out emails. We installed Visual Studio 2010 SDK, and then the Visualization & Modeling SDK. Our Visual Studio…
Bill
  • 23
  • 2
2
votes
1 answer

Merging MbUnit and NUnit tests and displaying in CruiseControl

We have a CruiseControl server running various AntUnit, MbUnit and NUnit tests via Ant. In order to merge the outputs from them all we have the following in the CruiseControl config:
Simon Brangwin
  • 858
  • 1
  • 7
  • 15
2
votes
3 answers

Building the platform code with nant and VS2008

I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and I'm getting this error "Solution format of file 'C:\test\Project\src\project.sln' is not supported." Any Solution to overcome from it
NaV
  • 703
  • 4
  • 9
  • 19
2
votes
2 answers

Need CruiseControl modification set in custom ant task

Is there any way to pass the CruiseControl modification set to a custom ant task? My setup: I have a CruiseControl (the original one, not CC.NET or suchlike) instance that monitors a SVN repository of binary packages waiting to be tested. Whenever a…
orithena
  • 1,455
  • 1
  • 10
  • 24
2
votes
1 answer

CruiseControl access restriction: how?

I am currently testing CruiseControl + phpUnderControl for our PHP CI process and am stuck with a fairly simple question: is it possible to somehow restrict access to the web interface? I cannot seem to find anything indicating this is possible,…
Aron Rotteveel
  • 81,193
  • 17
  • 104
  • 128