buildframework/helium/tools/preparation/ivy/dependencies.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    37     </target>
    37     </target>
    38     
    38     
    39     
    39     
    40     <!-- This is a test target for resolving the inputs for preparing the build area. -->
    40     <!-- This is a test target for resolving the inputs for preparing the build area. -->
    41     <target name="resolve-build-inputs">
    41     <target name="resolve-build-inputs">
    42         <record name="f:\resolve.txt" action="start" loglevel="verbose"/>
    42         <hlm:record name="f:\resolve.txt" action="start" loglevel="verbose"/>
    43         <fmpp sourceRoot="${helium.dir}/tools/preparation/ivy/templates" outputRoot="${temp.build.dir}/ivy"
    43         <fmpp sourceRoot="${helium.dir}/tools/preparation/ivy/templates" outputRoot="${temp.build.dir}/ivy"
    44               replaceExtension="xml.ftl, ivy.xml">
    44               replaceExtension="xml.ftl, ivy.xml">
    45             <data expandProperties="yes">
    45             <data expandProperties="yes">
    46                 cfg: xml(${build_area.config.file})
    46                 cfg: xml(${build_area.config.file})
    47                 ant: antProperties()
    47                 ant: antProperties()
    48             </data>
    48             </data>
    49         </fmpp>
    49         </fmpp>
    50         <ivy:configure file="${build_area.ivy.config.file}"/>
    50         <ivy:configure file="${build_area.ivy.config.file}"/>
    51         <ivy:resolve file="${temp.build.dir}/ivy/ivy_file.ivy.xml" haltonfailure="false"/>
    51         <ivy:resolve file="${temp.build.dir}/ivy/ivy_file.ivy.xml" haltonfailure="false"/>
    52         <ivy:artifactreport tofile="${build.log.dir}/build_area_artifacts.xml"/>
    52         <ivy:artifactreport tofile="${build.log.dir}/build_area_artifacts.xml"/>
    53         <record name="f:\resolve.txt" action="stop"/>
    53         <hlm:record name="f:\resolve.txt" action="stop"/>
    54     </target>
    54     </target>
    55     
    55     
    56 
    56 
    57 </project>
    57 </project>