views:

255

answers:

8

We're in an early stage of a new web project. The project will grow and become complex over time. From the beginning we will have unit and integration tests using JUnit and system tests using HtmlUnit. We might also add some static code analysis tools to the build process if they prove to be of value to us.

If you're or have been involved in a project which uses continuous integration. Which software do/did you use and do you think it has payed off? Which software would you recommend for continuous integration of a Java web project?

+6  A: 

Hudson (the best). Hudson Website

Lucas S.
A: 

CruiseControl works reasonably well once you get it configured.

http://cruisecontrol.sourceforge.net/

Craig B.
A: 

Hudson is great and free: http://hudson.dev.java.net/

Bamboo is great but costs $$ http://www.atlassian.com/software/bamboo/

Jeremy
+2  A: 

JetBrains TeamCity Pro. http://www.jetbrains.com/teamcity/index.html

The Professional Edition does not require any license key. TeamCity starts running automatically with the Professional Edition Server if no license key is entered in the program. A single Professional Edition Server installation grants the rights to setup:

3 Build Agents at no additional cost 20 User Accounts 20 Build Configurations

Giorgio Galante
A: 

CruiseControl

Gary Kephart
A: 

I've used CruiseControl for Java projects, and CruiseControl.NET for .NET projects, and both work great.

I setup CruiseControl for a project that's been running for 4 years with several dozen developers, and while the configuration has been tweaked several times in the interim, it works great. (I don't actively support that project anymore, but I still work with the people who do.)

In my current position, CruiseControl.NET is being used to support several .Net projects, and has been used for 2+ years.

Craig Trader
+2  A: 

Having used both CruiseControl and Hudson , I can recommend Hudson as the easier of the two to config (easily done via the web GUI, though direct configfile editing is also supported).

pjz
A: 

I've been very pleased with Atlassian's Bamboo. Even though it is commercial, the Starter Pack license is just $10 for 10 users. It's very well documented, easy to set up and flexible.

miek