common/build.xml
changeset 241 c451bd0c0782
parent 240 5705f5c8f10d
child 242 51e429810aba
equal deleted inserted replaced
240:5705f5c8f10d 241:c451bd0c0782
   179 
   179 
   180         <if><istrue value="${sf.spec.bccheck.enable.dynamic}"/>
   180         <if><istrue value="${sf.spec.bccheck.enable.dynamic}"/>
   181             <then>
   181             <then>
   182             </then>
   182             </then>
   183         </if>
   183         </if>
       
   184     </target>
       
   185     
       
   186     <target name="generate-layers">
       
   187        <echo message="canno-file:${canonical.sysdef.file}"/>
       
   188        <echo message="raptor-filters:raptor_${sysdef.configuration}"/>
       
   189 
       
   190        <!-- All we want is a sysdef with the config name appended, so just copy it -->
       
   191        <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/>
       
   192        <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
       
   193 
       
   194         <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml">
       
   195         <filterchain>
       
   196             <linecontainsregexp negate="true">
       
   197                 <regexp pattern="^\s*$"/>
       
   198             </linecontainsregexp>
       
   199         </filterchain>
       
   200         </copy>
       
   201         <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/>
       
   202         <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
   184     </target>
   203     </target>
   185 
   204 
   186     <target name="sf-prebuild">
   205     <target name="sf-prebuild">
   187         <echo>[SF-PREBUILD]</echo>
   206         <echo>[SF-PREBUILD]</echo>
   188         
   207