26
2005
First Experiences with CruiseControl
After reading Mike Clark’s amazing book on Automation, I’ve been pumped to take a look at Continuous integration with CruiseControl. We’ve been using Anthill for our build process, so that’ll give me a benchmark to compare.
First of all, my experience with Anthill has been pretty sensational. Its got a very smick UI and seems to work pretty well as spec’d on the tin. The install is a matter of dragging the war file into your webserver, and (mostly) using the web ui to configure the rest. Little bit of commandline CVS stuff for your project by hand, but largely pretty much “just works” – so bit kudos to those guys.
CruiseControl is a little more work for your result. There are xml config files to build and edit, there are cvs commandline things to do to get your directories setup (if you don’t want to hardcode passwords, etc). But you a rewarded with abuntant power for your investment. The doco is solid, and if you follow the worked example you’ll stay mostly out of trouble.
To capture some of the dramas I had: (all of which were resolved with the latest FAQ)
- Couldn’t find my junit task in ant…. turns out I needed to modify my launching config.xml to use the AntScript attribute so that ANT_HOME was actually being located properly.
- Couldn’t get CVS to recognise any changes in a tagged branch in my respository… which turns out needing to specify the “tag” attribute to match my branch name in the cvs call in config.xml.
- Integrating nicely as a service under unix. I managed to find a nice Unix shell script via the FAQ that let’s you do all those nifty start/stop operations (and sets up the ports for the JMX console, which, if you don’t specify a -port on startup, ends killing off the Console page in your webapp).
Overall I’d say that, on first impressions, CC seems a lot more powerful than Anthill. The GUI definitely isn’t as nice, but the power is pretty unbelievable.
As a straight nightly build system, I’d probably go with Anthill (since it’s a snap to install and very easy to learn for developes). But for raw power, there’s something very flexible about cruisecontrol. One feature that I love is the ability to see who has done commits since the last automated build. Great for identifying “you broke the build” candidates, who, at the current site I’m at, need to put a $1 in a jar.
More impressions once we’ve given cruise a bit more of a workout, but definitely worth a look if you’ve been thinking about setting up a continuous build process.
Leave a comment
Glen Smith
Archives
- April 2012
- March 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003

An article by Glen




