Forgot your password?
typodupeerror

Comment Re:What if I program in C++ ? (Score 2, Interesting) 69

Use DamageControl. It is a rewrite of CruiseControl in Ruby and is completely build tool agnostic. It is also written by guys from ThoughtWorks that got fed up with CruiseControl requiring Ant. (Full disclosure: I'm one of them.)
It's not 1.0 yet but it's been building most of the projects at Codehaus for half a year now.

http://damagecontrol.codehaus.org

Another tip: Use something like Ruby/Perl/Python for your automation needs. Not only are they platform-agnostic, they are also waaay more powerful than Ant. (And great fun to use!)

Slashdot Top Deals

Documentation is the castor oil of programming. Managers know it must be good because the programmers hate it so much.

Working...