Playing with CruiseControl
I have been trying to setup CruiseControl at work and so far I really like it. The only problem that I have found so far is that it does not integrate with AccuRev—the SCM product that we use (actually, almost nothing integrates with AccuRev, it is that obscure).
CruiseControl is incredibly easy to set up and get running. All you really need is a Java project that is built using an Ant script. Everything else, as they say, is just gravy. This includes things like the email notification, also easy to do, web page notification, and lava lamp notification (not sure if work will go with that one though).
I knocked a simple plugin together, look for CruiseControlWithAccurev on the wiki. Should be enough to start you off…
Cool.
I found the article, but I don’t see anywhere to download the plugin.