buildframework/helium/tools/preparation/synergy/buildmanagement.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    35     </target>
    35     </target>
    36 
    36 
    37 
    37 
    38     <!-- Runs the build manager Synergy operations. -->
    38     <!-- Runs the build manager Synergy operations. -->
    39     <target name="build-manager" depends="build-manager-prepare-input">
    39     <target name="build-manager" depends="build-manager-prepare-input">
    40         <record name="${build.log.dir}/${build.id}_build_manager.log" action="start" />
    40         <hlm:record name="${build.log.dir}/${build.id}_build_manager.log" action="start" />
    41         <echo>ccm.engine.host = ${ccm.engine.host}</echo>
    41         <echo>ccm.engine.host = ${ccm.engine.host}</echo>
    42         <echo>ccm.database.path = ${ccm.database.path}</echo>
    42         <echo>ccm.database.path = ${ccm.database.path}</echo>
    43         <hlm:python resultproperty="buildmanagement.result">
    43         <hlm:python resultproperty="buildmanagement.result">
    44 import buildmanagement
    44 import buildmanagement
    45 
    45 
    46 buildmanagement.buildmanager(r'${ccm.engine.host}', r'${ccm.database.path}', r'${project.config.file.parsed}', r'${project.spec.name}')
    46 buildmanagement.buildmanager(r'${ccm.engine.host}', r'${ccm.database.path}', r'${project.config.file.parsed}', r'${project.spec.name}')
    47         </hlm:python>
    47         </hlm:python>
    48         <record name="${build.log.dir}/${build.id}_build_manager.log" action="stop" />
    48         <hlm:record name="${build.log.dir}/${build.id}_build_manager.log" action="stop" />
    49         <hlm:logextract file="${build.log.dir}/${build.id}_build_manager.log" />
    49         <hlm:logextract file="${build.log.dir}/${build.id}_build_manager.log" />
    50         <!-- <hlm:signal name="buildManagementSignal" result="${buildmanagement.result}"/> -->
    50         <!-- <hlm:signal name="buildManagementSignal" result="${buildmanagement.result}"/> -->
    51     </target>
    51     </target>
    52 
    52 
    53     <!-- This macro enables you to create a synergy session using information from your .netrc file. -->
    53     <!-- This macro enables you to create a synergy session using information from your .netrc file. -->