Hosted By:
SourceForge Logo

 

CruiseControl

CruiseControl is a tool for setting up a continuous build process. It builds upon the Ant project from Apache ( http://jakarta.apache.org/ant/index.html) by providing a set of tasks to automate the checkout/build/test cycle, and provides a servlet for viewing the status of the current build as well as the results of previous builds.

 

What is Continuous Integration?

Continuous Integration by Martin Fowler and Matthew Foemmel

An important part of any software development process is getting reliable builds of the software. Despite it's importance, we are often surprised when this isn't done. We stress a fully automated and reproducible build, including testing, that runs many times a day. This allows each developer to integrate daily thus reducing integration problems.