buildframework/helium/sf/java/quality/tests/antunit/test_cmt.ant.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    36     
    36     
    37     <!-- is called prior to the test -->
    37     <!-- is called prior to the test -->
    38     <target name="setUp">
    38     <target name="setUp">
    39         <delete dir="${cmt.output.dir}/cmt" failonerror="false" />
    39         <delete dir="${cmt.output.dir}/cmt" failonerror="false" />
    40         <mkdir dir="${cmt.output.dir}/cmt" />
    40         <mkdir dir="${cmt.output.dir}/cmt" />
    41         
    41         <echo file="${temp.diamonds.header.xml}"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
    42         <!--take the diamonds header and footer .ftl files and turn them into .xml files
    42 <diamonds-build>
    43         for copying as the headera nd footer parts of the output files-->
    43     <schema>23</schema>
    44         <fmpp sourcefile="./../../../../../tools/common/templates/diamonds/diamonds_header.ftl" 
    44 ]]></echo>
    45               outputfile="${temp.diamonds.header.xml}" quiet="true"/>
    45         <echo file="${temp.diamonds.footer.xml}"><![CDATA[</diamonds-build>
    46         <fmpp sourcefile="./../../../../../tools/common/templates/diamonds/diamonds_footer.ftl" 
    46 ]]></echo>
    47               outputfile="${temp.diamonds.footer.xml}" quiet="true"/>
       
    48     </target>
    47     </target>
    49 
    48 
    50     <!-- is called after the test, even if that caused an error -->
    49     <!-- is called after the test, even if that caused an error -->
    51     <target name="tearDown">
    50     <target name="tearDown">
    52         <delete dir="${cmt.output.dir}/cmt" failonerror="false" />
    51         <delete dir="${cmt.output.dir}/cmt" failonerror="false" />