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"/> |
|
86 <arg value="${sf.spec.bccheck.reportid}"/> |
85 <arg value="${sf.spec.bccheck.reportid}"/> |
87 </exec> |
86 </exec> |
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"/> |
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"/> |
89 </then> |
88 </then> |
90 </if> |
89 </if> |
93 <then> |
92 <then> |
94 <exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/headers.txt"> |
93 <exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/headers.txt"> |
95 <arg value="CheckBC.py"/> |
94 <arg value="CheckBC.py"/> |
96 <arg value="${build.log.dir}/BC/bc.config"/> |
95 <arg value="${build.log.dir}/BC/bc.config"/> |
97 <arg value="-ha"/> |
96 <arg value="-ha"/> |
98 <arg value="-f"/> |
|
99 <arg value="${sf.spec.bccheck.reportid}"/> |
97 <arg value="${sf.spec.bccheck.reportid}"/> |
100 </exec> |
98 </exec> |
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"/> |
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"/> |
102 </then> |
100 </then> |
103 </if> |
101 </if> |