buildframework/helium/tools/preparation/synergy/ccmgetinput.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    54     @scope public
    54     @scope public
    55     -->
    55     -->
    56         
    56         
    57     <!-- This target uses an XML input file to retrieve content from Synergy.
    57     <!-- This target uses an XML input file to retrieve content from Synergy.
    58       -->
    58       -->
    59     <target name="prep-work-area" depends="log-build-start" if="run.ccm">
    59     <target name="prep-work-area" depends="log-build-start" if="internal.ccm.enabled">
    60         <hlm:tempRecordStartMacro name="${build.id}_ccm_get_input.log" />
    60         <hlm:tempRecordStartMacro name="${build.id}_ccm_get_input.log" />
    61         <runtarget target="get-ccm-password"/>
    61         <runtarget target="get-ccm-password"/>
    62         <runtarget target="ccm-prepare-input"/>
    62         <runtarget target="ccm-prepare-input"/>
    63         
    63         
    64         <hlm:assertPropertySet property="prep.delivery.file" message="Property prep.delivery.file is not defined." />
    64         <hlm:assertPropertySet property="prep.delivery.file" message="Property prep.delivery.file is not defined." />
   108     
   108     
   109     <!--
   109     <!--
   110      This target will cleanup all snapshoted/checkout project from the disk. Checked out project will
   110      This target will cleanup all snapshoted/checkout project from the disk. Checked out project will
   111      also be deleted from the synergy database. 
   111      also be deleted from the synergy database. 
   112      -->
   112      -->
   113     <target name="cleanup-work-area" if="run.ccm">
   113     <target name="cleanup-work-area" if="internal.ccm.enabled">
   114         <hlm:tempRecordStartMacro name="${build.id}_cleanup_work_area.log" />
   114         <hlm:tempRecordStartMacro name="${build.id}_cleanup_work_area.log" />
   115         <runtarget target="get-ccm-password"/>
   115         <runtarget target="get-ccm-password"/>
   116         <runtarget target="ccm-prepare-input"/>
   116         <runtarget target="ccm-prepare-input"/>
   117         
   117         
   118         <hlm:assertPropertySet property="prep.delivery.file" message="Property prep.delivery.file is not defined." />
   118         <hlm:assertPropertySet property="prep.delivery.file" message="Property prep.delivery.file is not defined." />