equal
deleted
inserted
replaced
80 <then> |
80 <then> |
81 <exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/libraries.txt"> |
81 <exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/libraries.txt"> |
82 <arg value="CheckBC.py"/> |
82 <arg value="CheckBC.py"/> |
83 <arg value="${build.log.dir}/BC/bc.config"/> |
83 <arg value="${build.log.dir}/BC/bc.config"/> |
84 <arg value="-la"/> |
84 <arg value="-la"/> |
|
85 <arg value="-f"/> |
85 <arg value="${sf.spec.bccheck.reportid}"/> |
86 <arg value="${sf.spec.bccheck.reportid}"/> |
86 </exec> |
87 </exec> |
87 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Libraries_CompatibilityReport_${sf.spec.bccheck.reportid}.xml" tofile="${build.log.dir}/BC/libraries_report.xml" failonerror="false" verbose="true"/> |
88 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Libraries_CompatibilityReport_${sf.spec.bccheck.reportid}.xml" tofile="${build.log.dir}/BC/libraries_report.xml" failonerror="false" verbose="true"/> |
88 </then> |
89 </then> |
89 </if> |
90 </if> |
92 <then> |
93 <then> |
93 <exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/headers.txt"> |
94 <exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/headers.txt"> |
94 <arg value="CheckBC.py"/> |
95 <arg value="CheckBC.py"/> |
95 <arg value="${build.log.dir}/BC/bc.config"/> |
96 <arg value="${build.log.dir}/BC/bc.config"/> |
96 <arg value="-ha"/> |
97 <arg value="-ha"/> |
|
98 <arg value="-f"/> |
97 <arg value="${sf.spec.bccheck.reportid}"/> |
99 <arg value="${sf.spec.bccheck.reportid}"/> |
98 </exec> |
100 </exec> |
99 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Headers_CompatibilityReport_${sf.spec.bccheck.reportid}.xml" tofile="${build.log.dir}/BC/headers_report.xml" failonerror="false" verbose="true"/> |
101 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Headers_CompatibilityReport_${sf.spec.bccheck.reportid}.xml" tofile="${build.log.dir}/BC/headers_report.xml" failonerror="false" verbose="true"/> |
100 </then> |
102 </then> |
101 </if> |
103 </if> |