buildframework/helium/sf/java/logging/tests/scenarii/logger/build.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <project name="test-recorder" xmlns:au="antlib:org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
    23 <project name="test-recorder" xmlns:au="antlib:org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
    24     <description>Helium Antlib logger unittests.</description>
    24     <description>Helium Antlib logger unittests.</description>
       
    25     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
    25     <import file="../../stages_config.ant.xml" />
    26     <import file="../../stages_config.ant.xml" />
    26 
    27 
    27     <target name="test-recorder">
    28     <target name="test-recorder">
    28         <echo message="something to be not be recorded" />
    29         <echo message="something to be not be recorded" />
    29         <hlm:record name="${temp.dir}/record.log" action="start" />
    30         <hlm:record name="${temp.dir}/record.log" action="start" />