buildframework/helium/tests/minibuilds/ido-sbs/build.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
    24     <property environment="env"/>
    24     <property environment="env"/>
    25     <!--property name="config.temp.build.dir" location="${ant.file.minibuild.ido-sbs}/../build"/ -->
    25     <!--property name="config.temp.build.dir" location="${ant.file.minibuild.ido-sbs}/../build"/ -->
    26     
    26     
    27     <!-- Configuring raptor build system -->
    27     <!-- Configuring raptor build system -->
    28     <property name="build.system" value="sbs"/>
    28     <property name="build.system" value="sbs"/>
       
    29     <property name="qmake.enabled" value="true" />
    29 
    30 
    30     <!-- Configuring get latest env. -->
    31     <!-- Configuring get latest env. -->
    31     <property name="s60.grace.service" value="s60_devices_sw" />
    32     <property name="s60.grace.service" value="s60_devices_sw" />
    32     <property name="s60.grace.product" value="DFS7x.92" />
    33     <property name="s60.grace.product" value="DFS7x.92" />
    33     <property name="s60.grace.release" value="92_\d{6}_hw79" />
    34     <property name="s60.grace.release" value="92_\d{6}_hw79" />
    34     
    35     
    35     <!-- Synergy project for TB92 -->
    36     <!-- Synergy project for TB92 -->
    36     <property name="ccm.project" value="MinibuildDomain-tr1ido#50_201012:project:tr1test1#1" />
    37 	<property name="ccm.project" value="MinibuildDomain-tr1ido#20100928_3:project:tr1test1#1" />
       
    38     
       
    39     <!-- Compatibility analyser enabling flag, causes binary check to be run -->
       
    40     <property name="ca.enabled" value="true" />
       
    41     <property name="bc.prep.ca.file" location="${helium.dir}/tools/quality/compatibility_analyser/ca.cfg.xml" />
    37 
    42 
       
    43     <property name="codescanner.enabled" value="false" />
       
    44     
    38 
    45 
    39     <!-- Run the full sequence of target for the minibuild. ,minibuild-prep,compile-main,zip-ee,minibuild-check-->
    46     <!-- Run the full sequence of target for the minibuild. ,minibuild-prep,compile-main,zip-ee,minibuild-check-->
    40     <!--<target name="do-minibuild" depends="minibuild-cleanup,
    47     <!--<target name="do-minibuild" depends="minibuild-cleanup,
    41                                             compile-main"/>-->
    48                                             compile-main"/>-->
    42 
    49 
    45 
    52 
    46     <target name="minibuild-check-blocks">
    53     <target name="minibuild-check-blocks">
    47         <if>
    54         <if>
    48             <istrue value="${blocks.enabled}" />
    55             <istrue value="${blocks.enabled}" />
    49             <then>
    56             <then>
    50                 <au:assertFileExists file="${blocks.config.dir}/minibuild_helloworldapi.blocks_component.xml" />
    57                 <if>
    51                 <au:assertFileExists file="${blocks.config.dir}/minibuild_helloworldcons.blocks_component.xml" />
    58                     <istrue value="${sysdef3.enabled}" />
       
    59                     <then>
       
    60                         <au:assertFileExists file="${blocks.config.dir}/helloworld_api.blocks_component.xml" />
       
    61                         <au:assertFileExists file="${blocks.config.dir}/helloworldcons_app.blocks_component.xml" />
       
    62                         <au:assertFileExists file="${blocks.config.dir}/qt_helloworld_app.blocks_component.xml" />
       
    63                     </then>
       
    64                     <else>
       
    65                         <au:assertFileExists file="${blocks.config.dir}/minibuild_helloworldapi.blocks_component.xml" />
       
    66                         <au:assertFileExists file="${blocks.config.dir}/minibuild_helloworldcons.blocks_component.xml" />
       
    67                     </else>
       
    68                 </if>
    52             </then>
    69             </then>
    53         </if>
    70         </if>
    54     </target>
    71     </target>
    55 
    72 
    56     <target name="minibuild-check" depends="minibuild-check-blocks">
    73     <target name="minibuild-check" depends="minibuild-check-blocks">
    69     <!-- We should defer the failure for raptor. -->
    86     <!-- We should defer the failure for raptor. -->
    70     <hlm:signalInput id="raptorErrorSignalInput" failbuild="defer">
    87     <hlm:signalInput id="raptorErrorSignalInput" failbuild="defer">
    71         <hlm:notifierListRef refid="defaultFailNotifier" />
    88         <hlm:notifierListRef refid="defaultFailNotifier" />
    72     </hlm:signalInput>
    89     </hlm:signalInput>
    73 
    90 
       
    91     <!-- used by the compatibility analyser to define the build log that is to be
       
    92      scanned and the output used for the comparison-->
       
    93     <property name="bc.log.file.to.scan" location="${build.log.dir}/compile/${build.id}_dfs_build_armv5_compile.log" />
       
    94 
    74 </project>
    95 </project>
    75 
    96 
    76     
    97