Since I got back last month I've spent some time migrating from my silly hosting provider to a shiny new one. This time I decided that I would play with some new toys , so I built it with:
- BuildMaster (because life is too short to format html, or do trivial build automation)
- Rake (because I wanted to explore alternatives to Ant)
- CruiseControl (I had made an instance anyway)
Initial thoughts on Rake: it is refreshing to use; the syntax is easy to migrate to if you've used ruby and/or Make. Rake also has a feature that I miss from Make: it will generate files only if their dependant source files have changed. Nice.

0 comments:
Post a Comment