Monthly Archives: May 2008

Configuring CruiseControl.Net

At Huddle I’ve recently been involved with looking at the build setup that we have in place (also see my article Defining a development tree). I’ve attached the build scripts and Cruise Control config to the blog, but will explain them below.
1. Setting up Cruise Control

Once installed setup the “working” and “artifact” directories where all [...]

Defining a development tree

Having a cleanly designed dev tree can be more important than many developers might at first think. Having looked at not only how I do things, but how Huddle structures their dev tree I decided to do some research into designing the perfect dev tree.
Here were my findings:

Namespaces should follow folder structure. Much like how [...]