buildframework/helium/external/cc-customizations/templates/HELIUM-README.txt
author timothy.murphy@nokia.com
Tue, 19 Jan 2010 18:26:48 +0000
branchwip
changeset 145 d3f40ec27032
parent 1 be27ed110b50
permissions -rw-r--r--
test: check removing then re-adding capabilities. Make sure output exe has the right caps.

Cruise control Helium Integration
=================================

Cruise Control version: ${cc.version}    		
HCC version: ${helium.custom.version}

Helium additions
----------------
${overlay.content}

    		
How to use CC Helium customizations
-----------------------------------

In config.xml:
----8<----8<----8<----8<----8<----8<----8<----
<cruisecontrol>
	<!-- Helium customization. -->
	<plugin name="xmlmodificationset" classname="com.nokia.cruisecontrol.sourcecontrol.XMLModificationSet"/>
	<plugin name="hlmmodificationset" classname="com.nokia.cruisecontrol.sourcecontrol.HLMSynergy"/>
	...
----8<----8<----8<----8<----8<----8<----8<----

How to use Dashboard Helium customizations
------------------------------------------

To enable the Helium build summary widget please use the Helium specific
dashboard configuration file:
set CCDIR=<PATH_TO_CC_HOME>
<HELIUM_CCC_DIR>\cruisecontrol.bat
    		
How to configure the Ant builder
--------------------------------

To prevent log.xml missing exception while running Helium please configure the ant builder this way:
<ant .... uselogger="false" showProgress="false"... >
   <!-- Configure the XMLLogger -->
   <listener classname="org.apache.tools.ant.XmlLogger"/>
   <property name="XmlLogger.file" value="${configuration.dir}/log.xml" />
</ant>

_______________
The Helium Team