Framework for Continuous Build Process
By admin on Dec 10, 2007 in side note
Test the following frameworks for continuous build process
Continuum is a continuous integration server for building Java based projects. It supports a wide range of projects:
- Maven 1
- Maven 2
- Ant
- Shell scripts
CruiseControl is a 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.
CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available.
Prefer Continuum for my project.
