Anoob backer wrote: > hi all, > > i am planning to automate build for one of our projects. it > has a mixture of JAVA/.NET and C++ code. currently we are using shell > script which drives the GNUmakefile and ant files to automated this. > build has to be created for all UNIX like platforms and WINDOWS. > > for manual building i would like to control the triggering of the builds from > a central point? nightly builds can be scheduled and almost all tools support > this. > > after doing some googling i find CC, Continnum, LuntBuild and Vulcan suitable > for this. > > i would like to know which of these tools will be ideal for this task? > > any suggestions? > > reference: > > > http://en.wikipedia.org/wiki/Continuous_integration > > > http://damagecontrol.codehaus.org/Continuous+Integration+Server+Feature+Matrix > > thanks > bekz >
Which configuration management tool do you need to support ? If it is CVS or subversion, most of the products you have mentioned support them. I assume you are referring to CruiseControl when you say CC. CC is one of the best tools available. YYMV. Namita

