buildframework/helium/sf/java/logging/tests/scenarii/build_failure/build.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
    26     <property name="step1" value="1" />
    26     <property name="step1" value="1" />
    27     <property name="step2" value="1" />
    27     <property name="step2" value="1" />
    28         
    28         
    29     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
    29     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
    30     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
    30     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    31     <hlm:stagerecorderlistener id="stage.recorder.listener.id" />
    31     
    32     
    32     <hlm:stage id="stage1" starttarget="stage1" endtarget="stage1" />
    33     <hlm:stage id="stage1" starttarget="stage1" endtarget="stage1" />
    33     <hlm:stage id="stage2" starttarget="stage2" endtarget="stage2" />
    34     <hlm:stage id="stage2" starttarget="stage2" endtarget="stage2" />
    34     
    35     
    35     <hlm:stagerecord id="record.default" defaultoutput="${temp.dir}/main.ant.log" loglevel="info" />
    36     <hlm:stagerecord id="record.default" defaultoutput="${temp.dir}/main.ant.log" loglevel="info" />