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

