common/build.xml
changeset 1311 e859ade4e462
parent 1287 e327203f186d
equal deleted inserted replaced
1310:b91679effdcf 1311:e859ade4e462
   226                     </or>
   226                     </or>
   227                 </not>
   227                 </not>
   228             </condition>
   228             </condition>
   229 Build Environment Check failed (${sf.checkenv.exit}). To stop this failure aborting the build set property sf.suppress.buildenv.check to any value.
   229 Build Environment Check failed (${sf.checkenv.exit}). To stop this failure aborting the build set property sf.suppress.buildenv.check to any value.
   230         </fail>
   230         </fail>
   231     </target>
       
   232 
       
   233     <!-- Note: Not used from Helium 7 onwards -->
       
   234     <target name="generate-layers">
       
   235        <echo message="canno-file:${canonical.sysdef.file}"/>
       
   236        <echo message="raptor-filters:raptor_${sysdef.configuration}"/>
       
   237 
       
   238        <!-- All we want is a sysdef with the config name appended, so just copy it -->
       
   239        <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/>
       
   240        <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
       
   241 
       
   242         <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml">
       
   243         <filterchain>
       
   244             <linecontainsregexp negate="true">
       
   245                 <regexp pattern="^\s*$"/>
       
   246             </linecontainsregexp>
       
   247         </filterchain>
       
   248         </copy>
       
   249         <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/>
       
   250         <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
       
   251     </target>
   231     </target>
   252 
   232 
   253     <target name="sf-summary" depends="">
   233     <target name="sf-summary" depends="">
   254         <echo>[SF-SUMMARY]</echo>
   234         <echo>[SF-SUMMARY]</echo>
   255         <echo message="Generating build summary"/>
   235         <echo message="Generating build summary"/>