Fun with Nant
I'm beginning the process of automating our build process using Nant. I've taken a look at a couple resources on the Nant wiki and found John Lam's blog somewhat useful on the topic. I'm continuing to look for useful material on the net.
Our project is a collection of ~9 indiviual projects, 4 of which make up the core product and 3 of which are various msi builds. Lam deals with multi-project tips that are useful and not apparent in the official documentation from what I've seen.
It appears that Nant configuration files are an XSL file away from visual studio project files (I'm exaggerating, but not by much). I'm hoping to find a tool that aids in the conversion but I haven't seen anything yet. I'll keep blogging my Nant experiences as I go along and any tools and tips I find along the way.