Nant Everything
Thursday, May 1st, 2008Colleagues who have to endure my sense of humour also have to enjoy my appreciation of Nant, the .net developer’s best friend. Recently I’ve been using it to build databases during CruiseControl.net builds to enable a very complicated upgrade project to progress with some degree of order. Nanting the database build using Ruby on Rails style migrations is a great way to tie code builds to database builds. I’ll dig out the generic nant script for reference as it’s a very handy technique. So what can’t you Nant? Well, not a lot and that’s my point… if it moves, automate it. The only thing distracting me from my enjoyment of Nant is Watir, another cracking product which I’m using all day every day to drive my web application testing… now if I can only hook up Watir with Nant.