changeset 923 | 5ccf9d5ab663 |
parent 916 | a93d4e0357e5 |
parent 906 | 5239d4d0bed1 |
child 926 | 86dabb8aa2dd |
922:996297fad800 | 923:5ccf9d5ab663 |
---|---|
228 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/> |
228 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/> |
229 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
229 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
230 </target> |
230 </target> |
231 |
231 |
232 <target name="sf-prebuild" depends="sf-prep,sf-prebuild-noprep"/> |
232 <target name="sf-prebuild" depends="sf-prep,sf-prebuild-noprep"/> |
233 <target name="sf-prebuild-noprep" depends="sf-prebuild-announce,sf-diamonds-connect,sf-diamonds-envinfo,sf-diamonds-tag-build,sf-getenvs,sf-syncsource,sf-diamondize-bom"> |
233 <target name="sf-prebuild-noprep" depends="sf-prebuild-announce,sf-diamonds-connect,sf-diamonds-envinfo,sf-diamonds-tag-build,sf-get-utils,sf-getenvs,sf-syncsource,sf-diamondize-bom"> |
234 <stopwatch name="sf-prebuild" action="elapsed"/> |
234 <stopwatch name="sf-prebuild" action="elapsed"/> |
235 </target> |
235 </target> |
236 |
236 |
237 <target name="sf-prebuild-announce"> |
237 <target name="sf-prebuild-announce"> |
238 <stopwatch name="sf-prebuild"/> |
238 <stopwatch name="sf-prebuild"/> |
307 <exec executable="hg" dir="${sf.project.location}" outputproperty="sf.job.bom.project.checksum"> |
307 <exec executable="hg" dir="${sf.project.location}" outputproperty="sf.job.bom.project.checksum"> |
308 <arg value="identify"/> |
308 <arg value="identify"/> |
309 <arg value="-i"/> |
309 <arg value="-i"/> |
310 </exec> |
310 </exec> |
311 <echo message="${sf.job.bom.project.repo},build/config,${sf.job.bom.project.checksum}" file="${build.drive}/output/logs/BOM/project.csv"/> |
311 <echo message="${sf.job.bom.project.repo},build/config,${sf.job.bom.project.checksum}" file="${build.drive}/output/logs/BOM/project.csv"/> |
312 </target> |
|
313 |
|
314 <target name="sf-get-utils"> |
|
315 <stopwatch name="sf-get-utils"/> |
|
316 <echo message="Cloning utilities repository to ${build.drive}/utilities"/> |
|
317 <exec executable="hg"> |
|
318 <arg value="clone"/> |
|
319 <arg value="-rdefault"/> |
|
320 <arg value="http://developer.symbian.org/oss/MCL/utilities"/> |
|
321 <arg value="${build.drive}/utilities"/> |
|
322 </exec> |
|
323 <stopwatch name="sf-get-utils" action="elapsed"/> |
|
312 </target> |
324 </target> |
313 |
325 |
314 <target name="sf-getenvs"> |
326 <target name="sf-getenvs"> |
315 <stopwatch name="sf-getenvs"/> |
327 <stopwatch name="sf-getenvs"/> |
316 <!-- create BOM dir --> |
328 <!-- create BOM dir --> |