var fDesc=new Array(); fDesc[0] = "R2build is a build automation solution to establish your daily build / continuous integration system in a very easy way . It includes, but is not limited to, build in actions for email notification, FTP, various installer packaging tool, Java/C /Ant/Nant/.Net/Delphi/C Builder, and various source control tools. You can also create your own action to support more tools.

Features:

- Have Dashboard to monitor all the projects and builds
- Support multiple Project and Multiple Builds
- Support Build schedule
- Easy to create build flowgraph by drag&drop
- Support the following source control tools: VSS, CVS, Perforce, Clearcase, Subversion, SourroundSCM, MKS
- Support the following development tools: Microsoft Visual Studio 2003/2005/VC6.0/VB6.0, Borland Delphi/C Builder, Ant, Nant, Jam
- Support the following installer packaging tool: InstallShield, Inno setup, Nullsoft installer, InstallAware, AdvancedInstaller, Wise Installer
- Support the following automation test tool: NUnit, Rational Robot, Winrunner, QAWizard, etc
- Support help compiler
- Support Mail notification, FTP build result, Winrar, all kinds of file operation, Edit File
- Open architecture, can easily support more and more new tools by XML config file"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }