buildframework/helium/tools/quality/internal-exports.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    69     <!--
    69     <!--
    70         This target generate an XML file that contains the list of file exported inside the
    70         This target generate an XML file that contains the list of file exported inside the
    71         source tree. The files are sorted by components.
    71         source tree. The files are sorted by components.
    72     -->
    72     -->
    73     <target name="integration-internal-exports">
    73     <target name="integration-internal-exports">
    74         <hlm:internalExportsMacro output="${build.log.dir}/${build.id}_internal_exports.xml">
    74         <hlm:internalExportsMacro output="${temp.build.dir}/${build.id}_internal_exports.xml">
    75             <fileset dir="${build.log.dir}">
    75             <fileset dir="${compile.log.dir}">
    76                 <include name="${build.id}.*_compile.log"/>
    76                 <include name="${build.id}.*_compile.log"/>
    77                 <exclude name="${build.id}.*_output_build.log"/>
    77                 <exclude name="${build.id}.*_output_build.log"/>
    78             </fileset>
    78             </fileset>
    79         </hlm:internalExportsMacro>
    79         </hlm:internalExportsMacro>
    80     </target>
    80     </target>
    86               outputFile="${build.log.dir}/${build.id}_internal-exports.html">
    86               outputFile="${build.log.dir}/${build.id}_internal-exports.html">
    87             <freemarkerLinks expandProperties="yes">
    87             <freemarkerLinks expandProperties="yes">
    88                 macro: ${helium.dir}/tools/common/templates/macro
    88                 macro: ${helium.dir}/tools/common/templates/macro
    89             </freemarkerLinks>
    89             </freemarkerLinks>
    90             <data expandProperties="yes">
    90             <data expandProperties="yes">
    91                 doc: xml(${build.log.dir}/${build.id}_internal_exports.xml)
    91                 doc: xml(${temp.build.dir}/${build.id}_internal_exports.xml)
    92                 ant: antProperties()
    92                 ant: antProperties()
    93             </data>
    93             </data>
    94         </fmpp>
    94         </fmpp>
    95     </target>
    95     </target>
    96 
    96