common/build.xml
changeset 213 6e86ffca2e31
parent 207 6d9dd19b6949
child 215 00e22b9bf2f1
equal deleted inserted replaced
210:ab3b43adbb0f 213:6e86ffca2e31
   172                     <arg value="-ha"/>
   172                     <arg value="-ha"/>
   173                     <arg value="-f"/>
   173                     <arg value="-f"/>
   174                     <arg value="${sf.spec.bccheck.reportid}${sf.spec.job.number}"/>
   174                     <arg value="${sf.spec.bccheck.reportid}${sf.spec.job.number}"/>
   175                 </exec>
   175                 </exec>
   176                 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Headers_CompatibilityReport_${sf.spec.bccheck.reportid}${sf.spec.job.number}.xml" tofile="${build.log.dir}/BC/headers_report.xml" failonerror="true" verbose="true"/>
   176                 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Headers_CompatibilityReport_${sf.spec.bccheck.reportid}${sf.spec.job.number}.xml" tofile="${build.log.dir}/BC/headers_report.xml" failonerror="true" verbose="true"/>
       
   177             </then>
       
   178         </if>
       
   179 
       
   180         <if><istrue value="${sf.spec.bccheck.enable.dynamic}"/>
       
   181             <then>
   177             </then>
   182             </then>
   178         </if>
   183         </if>
   179     </target>
   184     </target>
   180 
   185 
   181     <target name="sf-prebuild">
   186     <target name="sf-prebuild">