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