buildframework/helium/external/cc-customizations/templates/HELIUM-README.txt
changeset 1 be27ed110b50
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 Cruise control Helium Integration
       
     2 =================================
       
     3 
       
     4 Cruise Control version: ${cc.version}    		
       
     5 HCC version: ${helium.custom.version}
       
     6 
       
     7 Helium additions
       
     8 ----------------
       
     9 ${overlay.content}
       
    10 
       
    11     		
       
    12 How to use CC Helium customizations
       
    13 -----------------------------------
       
    14 
       
    15 In config.xml:
       
    16 ----8<----8<----8<----8<----8<----8<----8<----
       
    17 <cruisecontrol>
       
    18 	<!-- Helium customization. -->
       
    19 	<plugin name="xmlmodificationset" classname="com.nokia.cruisecontrol.sourcecontrol.XMLModificationSet"/>
       
    20 	<plugin name="hlmmodificationset" classname="com.nokia.cruisecontrol.sourcecontrol.HLMSynergy"/>
       
    21 	...
       
    22 ----8<----8<----8<----8<----8<----8<----8<----
       
    23 
       
    24 How to use Dashboard Helium customizations
       
    25 ------------------------------------------
       
    26 
       
    27 To enable the Helium build summary widget please use the Helium specific
       
    28 dashboard configuration file:
       
    29 set CCDIR=<PATH_TO_CC_HOME>
       
    30 <HELIUM_CCC_DIR>\cruisecontrol.bat
       
    31     		
       
    32 How to configure the Ant builder
       
    33 --------------------------------
       
    34 
       
    35 To prevent log.xml missing exception while running Helium please configure the ant builder this way:
       
    36 <ant .... uselogger="false" showProgress="false"... >
       
    37    <!-- Configure the XMLLogger -->
       
    38    <listener classname="org.apache.tools.ant.XmlLogger"/>
       
    39    <property name="XmlLogger.file" value="${configuration.dir}/log.xml" />
       
    40 </ant>
       
    41 
       
    42 _______________
       
    43 The Helium Team