diff -r 044383f39525 -r be27ed110b50 buildframework/helium/doc/src/manual/cruisecontrol.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/doc/src/manual/cruisecontrol.rst Wed Oct 28 14:39:48 2009 +0000 @@ -0,0 +1,43 @@ +CruiseControl Helium Integration +================================ + +CruiseControl version: 2.8.2 + +HCC version: 1 + +How to use CC Helium customizations +----------------------------------- + +Checks for modifications made to a Synergy repository. It does this by examining a provided reference project, getting the tasks from all folders in that project, and checking the completion time of those tasks against the last build. + +In CruiseControl config.xml: + +.. code-block:: xml + + + + + ... + +How to use Dashboard Helium customizations +------------------------------------------ + +To enable the Helium build summary widget please use the Helium specific +dashboard configuration file: + +set CCDIR= + +\cruisecontrol.bat + +How to configure the Ant builder +-------------------------------- + +To prevent log.xml missing exception while running Helium please configure the ant builder this way: + +.. code-block:: xml + + + + + +