buildframework/helium/sf/java/logging/tests/stages_config.ant.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
    25     Definitions of helium stages. 
    25     Definitions of helium stages. 
    26     </description>
    26     </description>
    27     
    27     
    28     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
    28     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
    29     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
    29     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
    30     
    30     <hlm:stagerecorderlistener id="stage.recorder.listener.id" />
       
    31 
    31     <dirname property="logging.test.project.dir" file="${ant.file.stages-config}" />
    32     <dirname property="logging.test.project.dir" file="${ant.file.stages-config}" />
    32     
    33     
    33     <hlm:stagesummary id="stage.summary" template="${logging.test.project.dir}\build_stages_summary.txt.ftl" />
    34     <hlm:stagesummary id="stage.summary" template="${logging.test.project.dir}\build_stages_summary.txt.ftl" />
    34 
    35 
    35     <hlm:stage id="preparation" starttarget="hello-test" endtarget="hello-test"/>
    36     <hlm:stage id="preparation" starttarget="hello-test" endtarget="hello-test"/>
    36     <hlm:stage id="compile" starttarget="compile" endtarget="compile"/>
    37     <hlm:stage id="compile" starttarget="compile" endtarget="compile"/>
    37     <hlm:stage id="post" starttarget="prep-ccm-get-input" endtarget="prep-ccm-get-input"/>
    38     <hlm:stage id="post" starttarget="prep-ccm-get-input" endtarget="prep-ccm-get-input"/>
    38     <hlm:stage id="startend" starttarget="start" endtarget="end"/>
    39     <hlm:stage id="startend" starttarget="start" endtarget="end"/>
    39     <hlm:stage id="paralleltest" starttarget="paratest" endtarget="paratest"/>
    40     <hlm:stage id="paralleltest" starttarget="paratest" endtarget="paratest"/>
       
    41     
       
    42     <property name="build.log.dir" location="${temp.dir}/logs"/>
       
    43     <property name="build.id" value="1"/>
    40     
    44     
    41     <hlm:stagerecord id="record.default" defaultoutput="${build.log.dir}/${build.id}_main.ant.log" loglevel="info" append="false"/>
    45     <hlm:stagerecord id="record.default" defaultoutput="${build.log.dir}/${build.id}_main.ant.log" loglevel="info" append="false"/>
    42     
    46     
    43     <hlm:stagerecord id="record.prep"  stagerefid="preparation" output="${build.log.dir}/${build.id}_prep.ant.log" loglevel="info" append="false"/>
    47     <hlm:stagerecord id="record.prep"  stagerefid="preparation" output="${build.log.dir}/${build.id}_prep.ant.log" loglevel="info" append="false"/>
    44     
    48