tags:

views:

528

answers:

7

What is your favorite build server package? (Cruise Control, Team City, etc.)

A: 

We've used cc.net for about a year now and it works pretty well, I'd recommend it.

Bob Dizzle
A: 

Cruise Control! Excellent for continuous integration!

Alexandre Brasil
A: 

We've been pretty happy with Hudson so far.

Dave L.
+1  A: 

the question was asked, already here

DevelopingChris
A: 

I use CC.Net because of it's cost, but if money were no object then I would definitely go for TeamCity. Configuration is much easier in my opinion.

Peter Yovich
A: 

I just recently needed to set up a buildserver, and found a recommendation for team city. I have to say it is extremely easy to get up and running, and I would recommend it, especially if you are using visual studio and nunit. Here are some further reading I used: http://blog.wekeroad.com/2008/01/27/source-control-and-continuous-integration-on-the-cheap/

Jesper Kihlberg
A: 

CC.Net is pretty easy to set up and very plugable for different version control, build and test providers etc. You need to be at home with angle brackets and the config is all XML based - but thats fine for me. If you are using TFS then I like the build functionality in TFS 2008 (note 2008 - much better than 2005 :-) )

Other than that, CruiseControl on the Java side is pretty much the "standard". Hudson is quite nice but not as well known.

Martin Woodward