From: Dean Wampler Date: 2006-01-05T01:26:14+09:00 Subject: Re: What Continuous Integration Tool? FWIW, I recently used CruiseControl for a C++/make project. I simply wrapped the make build in a basic ant script, using ant's ability to call external shell processes (this was on linux...). The same approach should work with tools like Rake. dean On 1/4/06, Damphyr wrote: > Dan Hinz wrote: > > Greetings, > > > > ... > > > > Cruise Control is clearly the most widely known tool. However, I'm > > building with rake and make (from the extconf generated with the swig > > stuff) neither of which appear to be supported (by default) by CC. I > > read somewhere that someone was working a CC equivalent in Ruby but have > > lost that information. > > > > So, what is the tool of choice for this group of folks to driver a > > continuous integration activities? > > ... -- Dean Wampler http://www.aspectprogramming.com http://www.newaspects.com http://www.contract4j.org