Emmanuel- The most referenced article on CI is one by Martin Fowler, almost everyone who talks about CI references it. http://www.martinfowler.com/articles/continuousIntegration.html
Here is another good article on continuous integration and an example of setting it up. http://www.sys-con.com/java/article.cfm?id=1945 Basically in a nutshell continuous integration is an automated build process. Rather than doing the build right before a deployment, it can be nightly, hourly, or in some cases when code gets checked into a repository. Gump itself (I am not a Gump expert by any means) is just an application that helps out with the scheduling part of kicking off the build scripts. The build scripts could be based on a number of different methods. Some people just have nightly build scripts that they kick off manually while others use something like Gump, anthill, or CruiseControl. Gump, Anthill, and CruiseControl are just applications that developers by giving them the ability to schedule builds. They don't replace maven but many of them use maven when running their build process. I don't have a lot of experience with the reactor someone else will have to fill that part in. -----Original Message----- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: Continous integration question Hi, I'm a little lost ;) ... Does Maven reactor replace Gump ? If no, what are the differences between Maven reactor and Gump ? Thx, -emmanuel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
