Slashdot Mirror


User: Tirsen

Tirsen's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:What if I program in C++ ? on Pragmatic Project Automation · · Score: 2, Interesting

    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!)