buildframework/helium/tests/minibuilds/linux-build/ido/config/stages_config.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    27     
    27     
    28     <!-- Stages configuration -->
    28     <!-- Stages configuration -->
    29     <hlm:stage id="preparation" starttarget="ido-build-prep" endtarget="ido-build-prep"/>
    29     <hlm:stage id="preparation" starttarget="ido-build-prep" endtarget="ido-build-prep"/>
    30     <hlm:stage id="compilation" starttarget="compile-main" endtarget="compile-main"/>
    30     <hlm:stage id="compilation" starttarget="compile-main" endtarget="compile-main"/>
    31     <hlm:stage id="test" starttarget="ats-test" endtarget="ats-test"/>
    31     <hlm:stage id="test" starttarget="ats-test" endtarget="ats-test"/>
    32     <hlm:stage id="localisation" starttarget="localisation-50-build" endtarget="localisation-50-build"/>
       
    33     
    32     
    34     
    33     
    35     <!-- Stage record configuration -->
    34     <!-- Stage record configuration -->
    36     <hlm:stagerecord id="stage.preparation" stagerefid="preparation" output="${build.log.dir}/${build.id}_ido_prep.ant.log" loglevel="info" append="true"/>
    35     <hlm:stagerecord id="stage.preparation" stagerefid="preparation" output="${build.log.dir}/${build.id}_ido_prep.ant.log" loglevel="info" append="true"/>
    37     
    36     
    38     <hlm:stagerecord id="stage.compilation" stagerefid="compilation" output="${build.log.dir}/${build.id}_compile.ant.log" loglevel="info" append="true"/>
    37     <hlm:stagerecord id="stage.compilation" stagerefid="compilation" output="${build.log.dir}/${build.id}_compile.ant.log" loglevel="info" append="true"/>
    39     
    38     
    40     <hlm:stagerecord id="stage.test" stagerefid="test" output="${build.log.dir}/${build.id}_test.ant.log" loglevel="info" append="true"/>
    39     <hlm:stagerecord id="stage.test" stagerefid="test" output="${build.log.dir}/${build.id}_test.ant.log" loglevel="info" append="true"/>
    41     
    40     
    42     <hlm:stagerecord id="stage.localisation" stagerefid="localisation" output="${build.log.dir}/${build.id}_localisation.ant.log" loglevel="info" append="true"/>
       
    43     
    41     
    44 </project>
    42 </project>