buildframework/helium/tools/compile/ebs/ebs.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 588 c7c26511138f
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
    18 
    18 
    19 Description:
    19 Description:
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
       
    23 <!--* @package compile -->
    23 <project name="compile.ebs" xmlns:hlm="http://www.nokia.com/helium">
    24 <project name="compile.ebs" xmlns:hlm="http://www.nokia.com/helium">
    24     <description>
    25     <description>
    25         EBS compilation targets.
    26         EBS compilation targets.
    26     </description>
    27     </description>
    27     <!-- Find a free port to use for EBS client server communication. -->
    28     <!-- Find a free port to use for EBS client server communication. -->
    43     <!-- Executes compilation of a System Definition configuration using Symbian EBS tools. -->
    44     <!-- Executes compilation of a System Definition configuration using Symbian EBS tools. -->
    44     <target name="compile-ebs" if="build.system.ebs" depends="set-arm-version">    
    45     <target name="compile-ebs" if="build.system.ebs" depends="set-arm-version">    
    45         <hlm:assertFileExists file="${genxml.output.file}"/>
    46         <hlm:assertFileExists file="${genxml.output.file}"/>
    46         <hlm:compileEbsMacro input="${genxml.output.file}" log="${compile.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
    47         <hlm:compileEbsMacro input="${genxml.output.file}" log="${compile.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
    47         <!-- calculate below only if metadata is enabled, error is calculated before the signal is being sent.-->
    48         <!-- calculate below only if metadata is enabled, error is calculated before the signal is being sent.-->
    48         <hlm:calculateErrorsFromLog logfile="${compile.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
       
    49     </target>
    49     </target>
    50 
    50 
    51     
    51     
    52     <!-- Executes compilation of a System Definition configuration using
    52     <!-- Executes compilation of a System Definition configuration using
    53     Symbian EBS tools, driven directly from Ant. -->
    53     Symbian EBS tools, driven directly from Ant. -->