Well, I’m having a bit of an adventure with CruiseControl. Some tips, perhaps just for myself:
- You have to check your project out of source control into the appropriate checkout directory under the cruisecontrol/ build directory before CruiseControl proper will consider building it.
- You have to merge unit test results in by hand
- You have to set up your dashboard by hand, and (at least as of today) you have to find the missing classes that it needs and include them
More later…