author | Shabe Razvi <shaber@symbian.org> |
Thu, 04 Jun 2009 16:08:42 +0100 | |
changeset 141 | 228f8b438c19 |
parent 133 | 6bf16e4e9cb7 |
child 142 | 247e27021cd0 |
permissions | -rw-r--r-- |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
73
b8d6af733d6d
Add first cut of packaging solution
Shabe Razvi <shaber@symbian.org>
parents:
69
diff
changeset
|
2 |
<project name="SF-COMMON-CONFIG" xmlns:hlm="http://www.nokia.com/helium"> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
3 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
4 |
<property environment="env"/> <!-- make environment variables available via env --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
5 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
6 |
<dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
7 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
8 |
<!-- import common properties --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
9 |
<import file="${sf.common.config.dir}/common_props.ant.xml" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
10 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
11 |
<!-- setup Helium internal properties from their equivalent in the project spec --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
12 |
<property name="build.name" value="${sf.spec.job.name}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
13 |
<property name="core.build.version" value="${sf.spec.job.codeline}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
14 |
<property name="build.number" value="${sf.spec.job.number}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
15 |
<property name="build.drive" value="${sf.spec.job.drive}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
16 |
<property name="build.family" value="${sf.project.type}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
17 |
<property name="email.from" value="${sf.spec.email.from}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
18 |
<property name="local.free.space" value="${sf.spec.job.freespace}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
19 |
<property name="network.free.space" value="${sf.spec.publish.network.freespace}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
20 |
<property name="network.drive" value="${sf.spec.publish.networkdrive}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
21 |
<property name="prep.root.dir" value="${sf.spec.job.rootdir}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
22 |
<property name="publish" value="${sf.spec.publish.enable}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
23 |
<property name="publish.root.dir" value="${sf.spec.publish.rootdir}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
24 |
<property name="build.system" value="${sf.spec.build.system}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
25 |
<property name="base_release.path" value="${sf.spec.baseline.location}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
26 |
<property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
27 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
28 |
<!-- import all core HELIUM targets --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
29 |
<import file="${helium.dir}/helium.ant.xml" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
30 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
31 |
<!-- import common references --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
32 |
<import file="${sf.common.config.dir}/common_refs.ant.xml" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
33 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
34 |
<!-- conditional import of generated source spec if available --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
35 |
<if><available file="${sf.common.config.dir}/generated/source-spec.ant.xml" /> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
36 |
<then> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
37 |
<echo message="Generated source spec found, importing..." /> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
38 |
<import file="${sf.common.config.dir}/generated/source-spec.ant.xml"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
39 |
</then> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
40 |
</if> |
69
c933fe776713
Fix generated sysdef filename and also remove erroneous comment
BuildAdmin@LON-ENGBUILD87
parents:
65
diff
changeset
|
41 |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
42 |
|
47
d835e951a925
New implementation of generation of BOM sources.csv
DarioS@UK-DarioS.symbian.int
parents:
41
diff
changeset
|
43 |
<target name="sf-prep" depends="sf-generate-source-spec,prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env"> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
44 |
<echo>[SF-PREP]</echo> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
45 |
<tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
46 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
47 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
48 |
<target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
49 |
<echo>[SF-BUILD-ALL]</echo> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
50 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
51 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
52 |
<target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
53 |
<echo>[SF-BUILD]</echo> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
54 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
55 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
56 |
<target name="sf-parse-project-config"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
57 |
<!-- TODO: Parse the project config and generate properties and csv file to be |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
58 |
used by the builds. --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
59 |
<echo message="Parse the project configuration" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
60 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
61 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
62 |
<target name="sf-generate-source-spec" depends="sf-parse-project-config"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
63 |
<!-- TODO: 1. Same file name souce-spec.ant.xml is used for all packages |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
64 |
for multiple package builds, this needs to be linked with package name. --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
65 |
<!-- TODO: 2. Change fmpp data to be a full property rather than relative path --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
66 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
67 |
<fmpp sourceFile="${sf.common.config.dir}/templates/source-spec.ant.xml.ftl" |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
68 |
outputFile="${sf.common.config.dir}/generated/source-spec.ant.xml"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
69 |
<data expandProperties="yes"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
70 |
ant: antProperties() |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
71 |
data: csv(${sf.project.location}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
72 |
</data> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
73 |
</fmpp> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
74 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
75 |
|
123
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
76 |
<target name="sf-bc-check"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
77 |
<!-- create BC dir --> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
78 |
<mkdir dir="${build.log.dir}/BC"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
79 |
|
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
80 |
<delete file="${build.log.dir}/BC/bc.config" quiet="true"/> |
133
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
81 |
<delete file="${build.log.dir}/BC/BBCResults.xsl" quiet="true"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
82 |
<delete file="${build.log.dir}/BC/libraries.txt" quiet="true"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
83 |
<delete file="${build.log.dir}/BC/libraries_report.xml" quiet="true"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
84 |
<delete file="${build.log.dir}/BC/headers.txt" quiet="true"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
85 |
<delete file="${build.log.dir}/BC/headers_report.xml" quiet="true"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
86 |
|
123
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
87 |
<exec executable="cmd" output="${build.log.dir}/BC/bc.config" append="true"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
88 |
<arg value="/c"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
89 |
<arg value="echo"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
90 |
<arg value="BASELINE_NAME=${sf.spec.bccheck.baseline.name}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
91 |
</exec> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
92 |
<exec executable="cmd" output="${build.log.dir}/BC/bc.config" append="true"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
93 |
<arg value="/c"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
94 |
<arg value="echo"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
95 |
<arg value="BASELINE_SDK_DIR=${sf.spec.bccheck.baseline.skd.dir}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
96 |
</exec> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
97 |
<exec executable="cmd" output="${build.log.dir}/BC/bc.config" append="true"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
98 |
<arg value="/c"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
99 |
<arg value="echo"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
100 |
<arg value="BASELINE_SDK_S60_VERSION=${sf.spec.bccheck.baseline.s60.version}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
101 |
</exec> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
102 |
<exec executable="cmd" output="${build.log.dir}/BC/bc.config" append="true"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
103 |
<arg value="/c"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
104 |
<arg value="echo"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
105 |
<arg value="CURRENT_NAME=${build.id}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
106 |
</exec> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
107 |
<exec executable="cmd" output="${build.log.dir}/BC/bc.config" append="true"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
108 |
<arg value="/c"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
109 |
<arg value="echo"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
110 |
<arg value="CURRENT_SDK_DIR=${build.drive}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
111 |
</exec> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
112 |
<exec executable="cmd" output="${build.log.dir}/BC/bc.config" append="true"> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
113 |
<arg value="/c"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
114 |
<arg value="echo"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
115 |
<arg value="CURRENT_SDK_S60_VERSION=${sf.spec.bccheck.current.s60.version}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
116 |
</exec> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
117 |
|
133
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
118 |
<copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/BBCResults.xsl" tofile="${build.log.dir}/BC/BBCResults.xsl" failonerror="true" verbose="true"/> |
123
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
119 |
|
133
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
120 |
<if><istrue value="${sf.spec.bccheck.enable.la}"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
121 |
<then> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
122 |
<exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/libraries.txt"> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
123 |
<arg value="CheckBC.py"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
124 |
<arg value="${build.log.dir}/BC/bc.config"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
125 |
<arg value="-la"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
126 |
<arg value="-f"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
127 |
<arg value="${sf.spec.bccheck.reportid}${sf.spec.job.number}"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
128 |
</exec> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
129 |
<copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Libraries_CompatibilityReport_${sf.spec.bccheck.reportid}${sf.spec.job.number}.xml" tofile="${build.log.dir}/BC/libraries_report.xml" failonerror="true" verbose="true"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
130 |
</then> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
131 |
</if> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
132 |
|
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
133 |
<if><istrue value="${sf.spec.bccheck.enable.ha}"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
134 |
<then> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
135 |
<exec executable="python" dir="${sf.spec.pdt.root}/fts/compatibilityanalyser" output="${build.log.dir}/BC/headers.txt"> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
136 |
<arg value="CheckBC.py"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
137 |
<arg value="${build.log.dir}/BC/bc.config"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
138 |
<arg value="-ha"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
139 |
<arg value="-f"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
140 |
<arg value="${sf.spec.bccheck.reportid}${sf.spec.job.number}"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
141 |
</exec> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
142 |
<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"/> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
143 |
</then> |
6bf16e4e9cb7
.xml missing from file names
Louis Henry Nayegon <louisn@symbian.org>
parents:
131
diff
changeset
|
144 |
</if> |
123
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
145 |
</target> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
146 |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
147 |
<target name="sf-prebuild"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
148 |
<echo>[SF-PREBUILD]</echo> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
149 |
|
47
d835e951a925
New implementation of generation of BOM sources.csv
DarioS@UK-DarioS.symbian.int
parents:
41
diff
changeset
|
150 |
<!-- create BOM dir --> |
58
f5faa19dd3ed
Added the revision number, moved BOM folder under /logs/
DarioS@UK-DarioS.symbian.int
parents:
57
diff
changeset
|
151 |
<mkdir dir="${build.drive}/output/logs/BOM"/> |
47
d835e951a925
New implementation of generation of BOM sources.csv
DarioS@UK-DarioS.symbian.int
parents:
41
diff
changeset
|
152 |
|
59
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
153 |
<!-- record project and config information in BOM files --> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
154 |
<delete file="${build.drive}/output/logs/BOM/config.csv" quiet="true"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
155 |
<exec executable="hg" dir="${sf.config.dir}" outputproperty="sf.job.bom.config.repo"> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
156 |
<arg value="showconfig"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
157 |
<arg value="paths.default"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
158 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
159 |
<exec executable="hg" dir="${sf.config.dir}" outputproperty="sf.job.bom.config.rev"> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
160 |
<arg value="identify"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
161 |
<arg value="-n"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
162 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
163 |
<exec executable="hg" dir="${sf.config.dir}" outputproperty="sf.job.bom.config.checksum"> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
164 |
<arg value="identify"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
165 |
<arg value="-i"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
166 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
167 |
<echo message="dir ${sf.config.dir} : revision ${sf.job.bom.config.rev}:${sf.job.bom.config.checksum}"/> |
60 | 168 |
<exec executable="cmd" output="${build.drive}/output/logs/BOM/config.csv" append="true"> |
59
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
169 |
<arg value="/c"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
170 |
<arg value="echo"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
171 |
<arg value="${sf.job.bom.config.repo},sf-config,${sf.job.bom.config.rev}:${sf.job.bom.config.checksum}"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
172 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
173 |
<delete file="${build.drive}/output/logs/BOM/project.csv" quiet="true"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
174 |
<exec executable="hg" dir="${sf.config.dir}/../build/config" outputproperty="sf.job.bom.project.repo"> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
175 |
<arg value="showconfig"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
176 |
<arg value="paths.default"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
177 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
178 |
<exec executable="hg" dir="${sf.config.dir}/../build/config" outputproperty="sf.job.bom.project.rev"> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
179 |
<arg value="identify"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
180 |
<arg value="-n"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
181 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
182 |
<exec executable="hg" dir="${sf.config.dir}/../build/config" outputproperty="sf.job.bom.project.checksum"> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
183 |
<arg value="identify"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
184 |
<arg value="-i"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
185 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
186 |
<echo message="dir ${sf.config.dir}/../build/config : revision ${sf.job.bom.project.rev}:${sf.job.bom.project.checksum}"/> |
60 | 187 |
<exec executable="cmd" output="${build.drive}/output/logs/BOM/project.csv" append="true"> |
59
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
188 |
<arg value="/c"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
189 |
<arg value="echo"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
190 |
<arg value="${sf.job.bom.project.repo},build/config,${sf.job.bom.project.rev}:${sf.job.bom.project.checksum}"/> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
191 |
</exec> |
ea48c20dbc09
Added project and config info to BOM files
DarioS@UK-DarioS.symbian.int
parents:
58
diff
changeset
|
192 |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
193 |
<if> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
194 |
<istrue value="${sf.spec.baseline.enable}" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
195 |
<then> |
56
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
196 |
|
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
197 |
<!-- record baseline information in BOM file --> |
58
f5faa19dd3ed
Added the revision number, moved BOM folder under /logs/
DarioS@UK-DarioS.symbian.int
parents:
57
diff
changeset
|
198 |
<delete file="${build.drive}/output/logs/BOM/baseline.txt" quiet="true"/> |
f5faa19dd3ed
Added the revision number, moved BOM folder under /logs/
DarioS@UK-DarioS.symbian.int
parents:
57
diff
changeset
|
199 |
<exec executable="cmd" output="${build.drive}/output/logs/BOM/baseline.txt"> |
56
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
200 |
<arg value="/c"/> |
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
201 |
<arg value="echo"/> |
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
202 |
<arg value="${sf.spec.baseline.location}"/> |
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
203 |
</exec> |
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
204 |
|
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
205 |
<!-- run interal target preparation-getenv --> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
206 |
<runtarget target="preparation-getenv"/> |
56
68c06bb4fbe2
Added recording of baseline info in a BOM file
DarioS@UK-DarioS.symbian.int
parents:
47
diff
changeset
|
207 |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
208 |
</then> |
85
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
209 |
<else> |
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
210 |
<!-- record fact that no baseline used. required by diamondize-bom --> |
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
211 |
<touch file="${build.drive}/output/logs/BOM/baseline.txt"/> |
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
212 |
</else> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
213 |
</if> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
214 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
215 |
<if> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
216 |
<istrue value="${sf.spec.sourcesync.enable}" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
217 |
<then> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
218 |
<runtarget target="sf-get-source"/> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
219 |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
220 |
<if><istrue value="${sf.spec.package.src.enable}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
221 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
222 |
<echo message="INFO Packaging Source"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
223 |
<runtarget target="sf-package-source"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
224 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
225 |
</if> |
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
226 |
|
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
227 |
<runtarget target="sf-unpack-rnd"/> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
228 |
</then> |
85
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
229 |
<else> |
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
230 |
<!-- record fact that no sources.csv used. required by diamondize-bom --> |
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
231 |
<touch file="${build.log.dir}/BOM/sources.csv"/> |
834b82541047
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Shabe Razvi <shaber@symbian.org>
parents:
84
diff
changeset
|
232 |
</else> |
74
d6aee860ab32
1. Run Packaging src at start and bin at end of build.
Shabe Razvi <shaber@symbian.org>
parents:
73
diff
changeset
|
233 |
</if> |
61 | 234 |
<if> |
235 |
<istrue value="${sf.spec.publish.enable}"/> |
|
236 |
<then> |
|
237 |
<runtarget target="sf-diamondize-bom"/> |
|
238 |
</then> |
|
239 |
</if> |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
240 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
241 |
|
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
242 |
<target name="sf-postbuild"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
243 |
<echo>[SF-POSTBUILD]</echo> |
141 | 244 |
<parallel> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
245 |
<!-- TAG SOURCE CODE --> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
246 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
247 |
<istrue value="${sf.spec.tagafterbuild.enable}" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
248 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
249 |
<echo message="Apply tag to the source code used in this build"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
250 |
<runtarget target="sf-tag-hg-code"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
251 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
252 |
</if> |
141 | 253 |
|
254 |
<if> |
|
255 |
<istrue value="${sf.spec.md5.enable}"/> |
|
256 |
<then> |
|
257 |
<echo message="INFO Creating MD5s"/> |
|
258 |
<runtarget target="sf-run-evalid"/> |
|
259 |
</then> |
|
260 |
</if> |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
261 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
262 |
<istrue value="${sf.spec.package.bin.enable}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
263 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
264 |
<echo message="INFO Packaging Binaries"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
265 |
<runtarget target="sf-package-binary"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
266 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
267 |
</if> |
141 | 268 |
</parallel> |
269 |
||
103 | 270 |
<if><istrue value="${sf.spec.test.sendpkg.enable}"/> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
271 |
<then> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
272 |
<runtarget target="sf-send-testpkg"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
273 |
</then> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
274 |
</if> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
275 |
|
114
585c31b1dac6
Move analysis after packaging
Shabe Razvi <shaber@symbian.org>
parents:
111
diff
changeset
|
276 |
<!-- run build analysis tools --> |
585c31b1dac6
Move analysis after packaging
Shabe Razvi <shaber@symbian.org>
parents:
111
diff
changeset
|
277 |
<runtarget target="sf-run-analysis"/> |
585c31b1dac6
Move analysis after packaging
Shabe Razvi <shaber@symbian.org>
parents:
111
diff
changeset
|
278 |
|
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
279 |
<runtarget target="sf-zip-logs"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
280 |
|
123
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
281 |
<!-- Do BC check --> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
282 |
<if><istrue value="${sf.spec.bccheck.enable}"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
283 |
<then> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
284 |
<runtarget target="sf-bc-check"/> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
285 |
</then> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
286 |
</if> |
5b2818c52aae
Add optiona BC checking to build process
Louis Henry Nayegon <louisn@symbian.org>
parents:
114
diff
changeset
|
287 |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
288 |
<!-- PUBLISH LOGS/REPORTS --> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
289 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
290 |
<istrue value="${sf.spec.publish.enable}" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
291 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
292 |
<echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
293 |
<runtarget target="publish"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
294 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
295 |
</if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
296 |
</target> |
62 | 297 |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
298 |
<!-- package all logs into zipfile before publish --> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
299 |
<target name="sf-zip-logs"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
300 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
301 |
<istrue value="${sf.spec.logs.zip.enable}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
302 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
303 |
<property name="temp.log.zip" value="${env.TEMP}/build_logs_${sf.spec.job.name}_${build.number}.zip"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
304 |
<echo message="Zip log requested, zipping logs..."/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
305 |
<zip destfile="${temp.log.zip}" basedir="${build.log.dir}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
306 |
<move file="${temp.log.zip}" todir="${build.log.dir}" failonerror="false"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
307 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
308 |
</if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
309 |
</target> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
310 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
311 |
<!-- generate dir list using passed location and name |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
312 |
if a baseline list is available then generate deltas too --> |
62 | 313 |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
314 |
<target name="sf-list-dir"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
315 |
<property name="sf.currentlist.name" value="${sf.list.name}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
316 |
<property name="sf.dir.location" value="${build.drive}/epoc32"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
317 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
318 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
319 |
<istrue value="${sf.spec.dirlist.enable}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
320 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
321 |
<echo message="Dirlist name: ${sf.currentlist.name} requested for ${sf.dir.location}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
322 |
<exec executable="perl" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist.name}.log"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
323 |
<arg value="${sf.common.config.dir}/tools/listdir.pl"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
324 |
<arg value="${sf.dir.location}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
325 |
</exec> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
326 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
327 |
</if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
328 |
</target> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
329 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
330 |
<target name="sf-delta-dir"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
331 |
<property name="sf.currentlist_a.name" value="${sf.list_a.name}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
332 |
<property name="sf.currentlist_b.name" value="${sf.list_b.name}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
333 |
<property name="sf.dir.location" value="${build.drive}/epoc32"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
334 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
335 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
336 |
<istrue value="${sf.spec.dirdelta.enable}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
337 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
338 |
<echo message="Delta requested for ${sf.currentlist_a.name} vs ${sf.currentlist_b.name} "/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
339 |
<exec executable="perl" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist_b.name}_delta.log"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
340 |
<arg value="${sf.common.config.dir}/tools/difflist.pl"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
341 |
<arg value="${build.log.dir}/listdir_${build.id}_${sf.currentlist_a.name}.log"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
342 |
<arg value="${build.log.dir}/listdir_${build.id}_${sf.currentlist_b.name}.log"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
343 |
</exec> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
344 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
345 |
</if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
346 |
</target> |
62 | 347 |
|
65 | 348 |
<target name="sf-intersect-dir"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
349 |
<property name="sf.currentlist_a.name" value="${sf.list_a.name}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
350 |
<property name="sf.currentlist_b.name" value="${sf.list_b.name}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
351 |
<property name="sf.dir.location" value="${build.drive}/epoc32"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
352 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
353 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
354 |
<istrue value="${sf.spec.dirdelta.enable}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
355 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
356 |
<echo message="Inersection requested for ${sf.currentlist_a.name} vs ${sf.currentlist_b.name} "/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
357 |
<exec executable="perl" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist_b.name}_intersect.log"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
358 |
<arg value="${sf.common.config.dir}/tools/difflist.pl"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
359 |
<arg value="${build.log.dir}/listdir_${build.id}_${sf.currentlist_a.name}.log"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
360 |
<arg value="${build.log.dir}/listdir_${build.id}_${sf.currentlist_b.name}.log"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
361 |
<arg value="-I"/> <!-- run difflist in intersect mode --> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
362 |
</exec> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
363 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
364 |
</if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
365 |
</target> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
366 |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
367 |
<target name="sf-build-noprep" depends="sf-compile"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
368 |
<echo>[SF-BUILD-NOPREP]</echo> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
369 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
370 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
371 |
<target name="create-canonical-sysdef-file"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
372 |
<if> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
373 |
<istrue value="${sf.spec.systemdefinition.assemble}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
374 |
<then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
375 |
<echo message="Calling Helium create-canonical-sysdef-file target to assemble sysdef fragments."/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
376 |
<runtarget target="compile.create-canonical-sysdef-file"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
377 |
</then> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
378 |
<else> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
379 |
<echo message="Will use ${build.drive}/${sf.spec.systemdefinition.location} as is as sysdef file"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
380 |
<copy file="${build.drive}/${sf.spec.systemdefinition.location}" tofile="${build.drive}/output/build/canonical_system_definition.xml" failonerror="true" verbose="true"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
381 |
</else> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
382 |
</if> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
383 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
384 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
385 |
<target name="sf-compile"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
386 |
<!-- TODO: add here assigments to raptor-related ant references --> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
387 |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
388 |
<!-- hlm:argSet id="sbs.tools.var"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
389 |
<hlm:arg name="config" value="${sf.spec.sbs.config}" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
390 |
<hlm:arg name="singlejob" value="..." /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
391 |
<hlm:arg name="enable-filter" value="..." /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
392 |
</hlm:argSet --> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
393 |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
394 |
<!-- target name="compile-main-prebuild" --> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
395 |
<antcall target="compile-main" inheritAll="false"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
396 |
<param name="build.system" value="${sf.spec.build.system}"/> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
397 |
<param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
398 |
<!--<reference refid="sf.system.definition.files" torefid="system.definition.files" />--> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
399 |
</antcall> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
400 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
401 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
402 |
<target name="sf-get-source" depends="sf-generate-source-spec"> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
403 |
<ant antfile="${sf.common.config.dir}/generated/source-spec.ant.xml" /> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
404 |
</target> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
405 |
|
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
406 |
<target name="sf-tag-hg-code"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
407 |
<property name="sf.tagafterbuild.tag" value="${sf.spec.job.name}_${sf.spec.job.codeline}.${sf.spec.job.number}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
408 |
<fmpp sourceFile="${sf.common.config.dir}/templates/tag-hg-code.ant.xml.ftl" |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
409 |
outputFile="${sf.common.config.dir}/generated/tag-hg-code.ant.xml"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
410 |
<data expandProperties="yes"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
411 |
ant: antProperties() |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
412 |
data: csv(${sf.project.location}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
413 |
</data> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
414 |
</fmpp> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
415 |
<ant antfile="${sf.common.config.dir}/generated/tag-hg-code.ant.xml"/> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
416 |
</target> |
61 | 417 |
|
418 |
<target name="sf-diamondize-bom"> |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
419 |
<fmpp sourceFile="${sf.common.config.dir}/templates/build-info.xml.ftl" |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
420 |
outputFile="${build.drive}/output/logs/BOM/build-info.xml"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
421 |
<data expandProperties="yes"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
422 |
ant: antProperties() |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
423 |
config: csv(${build.drive}/output/logs/BOM/config.csv,{separator:',',headers:[loc,dst,rev]}) |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
424 |
project: csv(${build.drive}/output/logs/BOM/project.csv,{separator:',',headers:[loc,dst,rev]}) |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
425 |
baseline: slicedText(${build.drive}/output/logs/BOM/baseline.txt,{trim}) |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
426 |
sources: csv(${build.drive}/output/logs/BOM/sources.csv,{separator:',',headers:[loc,dst,rev]}) |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
427 |
</data> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
428 |
</fmpp> |
61 | 429 |
</target> |
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
430 |
|
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
431 |
<target name="sf-preprocess-package-config"> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
432 |
<mkdir dir="${sf.common.config.dir}/generated"/> |
76
a115d49b621f
Include epl/sfl category in zipfile name
Shabe Razvi <shaber@symbian.org>
parents:
75
diff
changeset
|
433 |
<exec executable="perl" dir="${build.drive}/" failonerror="false" output="${build.log.dir}/zipconfig.log"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
434 |
<arg value="${sf.common.config.dir}/tools/populateziptemplate.pl"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
435 |
<arg value="${sf.project.location}/${sf.spec.sourcesync.sourcespecfile}"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
436 |
<arg value="${sf.common.config.dir}/templates/zip.cfg.xml.ftl.template"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
437 |
<arg value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
73
b8d6af733d6d
Add first cut of packaging solution
Shabe Razvi <shaber@symbian.org>
parents:
69
diff
changeset
|
438 |
</exec> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
439 |
</target> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
440 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
441 |
<target name="sf-zip-content" depends="preprocess-zip-config"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
442 |
<property name="zip.${zip.target.name}.log.file" location="${build.log.dir}/${build.id}_${zip.target.name}_zip.log" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
443 |
<property name="zips.${zip.target.name}.spec.name" value="${zip.target.name}" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
444 |
<hlm:zipContentMacro type="${zip.target.name}" file="${zip.config.file}" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
445 |
</target> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
446 |
|
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
447 |
<target name="sf-package-source" depends="sf-preprocess-package-config"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
448 |
<antcall target="sf-zip-content"> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
449 |
<param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
450 |
<param name="zip.target.name" value="src" /> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
451 |
</antcall> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
452 |
</target> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
453 |
|
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
454 |
<target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd"> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
455 |
<!--antcall target="sf-zip-content"> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
456 |
<param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
457 |
<param name="zip.target.name" value="bin" /> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
458 |
</antcall--> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
459 |
|
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
460 |
<if><available file="${build.drive}/rnd_excludefile.txt" /> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
461 |
<then> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
462 |
<echo message="Packaging with exclude list"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
463 |
<exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_binaries_epoc32.log"> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
464 |
<arg value="a"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
465 |
<arg value="-tzip"/> |
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
466 |
<arg value="-x@${build.drive}/rnd_excludefile.txt"/> <!-- excludes --> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
467 |
<arg value="-x!epoc32\build"/> |
92
14d4d6666204
Exclude *.sym files from binary packaging
Shabe Razvi <shaber@symbian.org>
parents:
91
diff
changeset
|
468 |
<arg value="-xr!*.sym"/> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
469 |
<arg value="binaries_epoc.zip"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
470 |
<arg value="epoc32\"/> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
471 |
</exec> |
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
472 |
<move file="${build.drive}/rnd_excludefile.txt" todir="${build.log.dir}/"/> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
473 |
</then> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
474 |
<else> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
475 |
<echo message="Packaging without exclude list"/> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
476 |
<exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_binaries_epoc32.log"> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
477 |
<arg value="a"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
478 |
<arg value="-tzip"/> |
92
14d4d6666204
Exclude *.sym files from binary packaging
Shabe Razvi <shaber@symbian.org>
parents:
91
diff
changeset
|
479 |
<arg value="-x!epoc32\build"/> <!-- excludes --> |
14d4d6666204
Exclude *.sym files from binary packaging
Shabe Razvi <shaber@symbian.org>
parents:
91
diff
changeset
|
480 |
<arg value="-xr!*.sym"/> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
481 |
<arg value="binaries_epoc.zip"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
482 |
<arg value="epoc32\"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
483 |
</exec> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
484 |
</else> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
485 |
</if> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
486 |
<if><available file="${build.drive}/binaries_epoc.zip"/> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
487 |
<then><move file="${build.drive}/binaries_epoc.zip" todir="${build.drive}/output/zips/"/></then> |
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
488 |
</if> |
84
fcf94a72b33e
Improved zip template generation script, to take a third argument for the required location of the output file.
Simon Howkins <simonh@symbian.org>
parents:
81
diff
changeset
|
489 |
</target> |
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
490 |
|
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
491 |
<target name="sf-package-postbuild-rnd" depends="sf-preprocess-package-config"> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
492 |
|
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
493 |
<!-- zip any RnD _includefile.txt files generated during source packaging --> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
494 |
<exec executable="perl" dir="${build.drive}/" failonerror="false" output="${build.log.dir}/zip_postbuild.log"> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
495 |
<arg value="${sf.common.config.dir}/tools/zip_includefiles.pl"/> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
496 |
</exec> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
497 |
<!-- cleanup my moving includefiles to logs and zips to zips\postbuild --> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
498 |
<move todir="${build.log.dir}"> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
499 |
<fileset dir="${build.drive}"><include name="*_includefile.txt"/></fileset> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
500 |
</move> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
501 |
<move todir="${build.drive}/output/zips/postbuild"> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
502 |
<fileset dir="${build.drive}"><include name="bin_rnd_*.zip"/></fileset> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
503 |
</move> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
504 |
<!-- TODO: merge with release_metadata.xml ? --> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
505 |
</target> |
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
506 |
|
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
507 |
<!-- unpack rnd zips if available --> |
111
5b0bc2f89660
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org>
parents:
109
diff
changeset
|
508 |
<target name="sf-unpack-rnd"> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
509 |
<echo message="Unpacking any available RnD binaries"/> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
510 |
<exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log"> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
511 |
<arg value="x"/> |
125
a4079a41ca7f
Exclude list of things from RnD unpack that we know we can build
Shabe Razvi <shaber@symbian.org>
parents:
114
diff
changeset
|
512 |
<arg value="-x@${sf.common.config.dir}/tools/lists/rebuiltok.txt"/> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
513 |
<arg value="${build.drive}/output/zips/bin_rnd*.zip"/> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
514 |
</exec> |
99
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
515 |
</target> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
516 |
|
99
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
517 |
<target name ="sf-make-junction"> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
518 |
|
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
519 |
<mkdir dir="${sf.spec.test.epocroot}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
520 |
|
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
521 |
<exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_make_junction.log"> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
522 |
<arg value="make_junction.pl"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
523 |
<arg value="--link=${sf.spec.test.epocroot}/epoc32"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
524 |
<arg value="--target=${build.drive}/epoc32"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
525 |
<arg value="--force"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
526 |
</exec> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
527 |
</target> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
528 |
|
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
529 |
<target name ="sf-delete-junction"> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
530 |
<exec executable="junction.exe" dir="${sf.spec.test.epocroot}" failonerror="false" output="${build.log.dir}/ATS_${build.id}_delete_junction.log"> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
531 |
<arg value="-d"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
532 |
<arg value="epoc32"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
533 |
</exec> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
534 |
</target> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
535 |
|
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
536 |
<target name="sf-send-testpkg" depends="sf-make-junction"> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
537 |
<mkdir dir="${sf.spec.test.package.droppath}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
538 |
<echo message="Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
539 |
<exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_testdrop.log"> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
540 |
<arg value="ats3_testdrop.pl"/> |
99
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
541 |
<arg value="--host=${sf.spec.test.host.name}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
542 |
<arg value="--username=${sf.spec.test.host.username}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
543 |
<arg value="--password=${sf.spec.test.host.password}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
544 |
<arg value="--local-test-pkg=${sf.spec.test.package.name}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
545 |
<arg value="--local-drop-path=${sf.spec.test.package.droppath}"/> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
546 |
<arg value="--host-drop-path=${sf.spec.test.host.droppath}"/> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
547 |
</exec> |
99
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
548 |
</target> |
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
549 |
|
99
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
550 |
<!-- runs analysis of missing bins and source --> |
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
551 |
<target name="sf-run-analysis"> |
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
552 |
<mkdir dir="${build.log.dir}/analysis"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
553 |
|
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
554 |
<echo message="Running source analysis of ANT output"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
555 |
<exec executable="perl" dir="${build.log.dir}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_scan_ant.log"> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
556 |
<arg value="${sf.common.config.dir}/tools/analysis/scan_antlogs.pl"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
557 |
<arg value="*ant*"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
558 |
</exec> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
559 |
|
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
560 |
<echo message="Running list analysis"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
561 |
<exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_list_results.log"> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
562 |
<arg value="${sf.common.config.dir}/tools/analysis/parselistdirs.pl"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
563 |
<arg value="..\"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
564 |
</exec> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
565 |
|
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
566 |
<echo message="Running whatlog analysis"/> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
567 |
<exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_what_results.csv"> |
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
568 |
<arg value="${sf.common.config.dir}/tools/analysis/parsewhatlog.pl"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
569 |
<arg value="..\"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
570 |
</exec> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
571 |
|
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
572 |
<echo message="Running summary analysis"/> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
573 |
<exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_summary.log"> |
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
574 |
<arg value="${sf.common.config.dir}/tools/analysis/merge_csv.pl"/> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
575 |
<arg value="${build.id}_what_results.csv"/> |
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
576 |
<arg value="${build.id}_list_results.log"/> |
141 | 577 |
<arg value="${build.drive}/output/zips/postbuild/bin_rnd_internal_initial.zip"/> |
131
1f3285cd5668
Added analyse_components.pl and related call to build.xml
thomase
parents:
126
diff
changeset
|
578 |
</exec> |
141 | 579 |
|
580 |
<exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_analysecomponents.log"> |
|
131
1f3285cd5668
Added analyse_components.pl and related call to build.xml
thomase
parents:
126
diff
changeset
|
581 |
<arg value="${sf.common.config.dir}/tools/analysis/analyse_components.pl"/> |
1f3285cd5668
Added analyse_components.pl and related call to build.xml
thomase
parents:
126
diff
changeset
|
582 |
<arg value="${sf.project.location}/${sf.spec.sourcesync.sourcespecfile}"/> |
141 | 583 |
<arg value="${build.id}_what_results.csv_results.csv"/> |
131
1f3285cd5668
Added analyse_components.pl and related call to build.xml
thomase
parents:
126
diff
changeset
|
584 |
<arg value="${sf.project.location}/sysdefs/system_model_os_contributed.xml"/> |
141 | 585 |
<arg value="${sf.project.location}/sysdefs/system_model_s60_contributed.xml"/> |
109
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
586 |
</exec> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
587 |
|
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
588 |
<echo message="Running collision analysis"/> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
589 |
<exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_collisions.log"> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
590 |
<arg value="${sf.common.config.dir}/tools/analysis/find_collisions.pl"/> |
cb16ca6483d9
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Shabe Razvi <shaber@symbian.org>
parents:
103
diff
changeset
|
591 |
<arg value="${build.log.dir}/analysis/${build.id}_what_results.csv"/> |
97
4f54ca96b7e8
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
Shabe Razvi <shaber@symbian.org>
parents:
93
diff
changeset
|
592 |
</exec> |
99
2c7b53b5228f
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org>
parents:
97
diff
changeset
|
593 |
</target> |
91
786a0a00701e
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Shabe Razvi <shaber@symbian.org>
parents:
87
diff
changeset
|
594 |
|
141 | 595 |
<target name="sf-run-evalid"> |
596 |
<delete dir="${build.drive}/output/md5"/> |
|
597 |
<mkdir dir="${build.drive}/output/md5"/> |
|
598 |
||
599 |
<parallel> |
|
600 |
<exec executable="cmd" dir="${build.drive}"> |
|
601 |
<arg value="/c"/> |
|
602 |
<arg value="evalid -g epoc32/include output/md5/epoc32_include.md5"/> |
|
603 |
</exec> |
|
604 |
<exec executable="cmd" dir="${build.drive}"> |
|
605 |
<arg value="/c"/> |
|
606 |
<arg value="evalid -g epoc32/s60 output/md5/epoc32_s60.md5"/> |
|
607 |
</exec> |
|
608 |
<exec executable="cmd" dir="${build.drive}"> |
|
609 |
<arg value="/c"/> |
|
610 |
<arg value="evalid -g epoc32/localisation output/md5/epoc32_localisation.md5"/> |
|
611 |
</exec> |
|
612 |
<exec executable="cmd" dir="${build.drive}"> |
|
613 |
<arg value="/c"/> |
|
614 |
<arg value="evalid -x \.sym$ -x ^armv5/udeb -x ^armv5/urel -x ^winscw/udeb -x ^winscw/urel -g epoc32/release output/md5/epoc32_release.md5"/> |
|
615 |
</exec> |
|
616 |
<exec executable="cmd" dir="${build.drive}"> |
|
617 |
<arg value="/c"/> |
|
618 |
<arg value="evalid -x \.sym$ -g epoc32/release/armv5/udeb output/md5/epoc32_release_armv5_udeb.md5"/> |
|
619 |
</exec> |
|
620 |
<exec executable="cmd" dir="${build.drive}"> |
|
621 |
<arg value="/c"/> |
|
622 |
<arg value="evalid -x \.sym$ -g epoc32/release/armv5/urel output/md5/epoc32_release_armv5_urel.md5"/> |
|
623 |
</exec> |
|
624 |
<exec executable="cmd" dir="${build.drive}"> |
|
625 |
<arg value="/c"/> |
|
626 |
<arg value="evalid -x \.sym$ -g epoc32/release/winscw/urel output/md5/epoc32_release_winscw_udeb.md5"/> |
|
627 |
</exec> |
|
628 |
<exec executable="cmd" dir="${build.drive}"> |
|
629 |
<arg value="/c"/> |
|
630 |
<arg value="evalid -x \.sym$ -g epoc32/release/winscw/udeb output/md5/epoc32_release_winscw_urel.md5"/> |
|
631 |
</exec> |
|
632 |
<exec executable="cmd" dir="${build.drive}"> |
|
633 |
<arg value="/c"/> |
|
634 |
<arg value="evalid -g epoc32/cshlpcmp_template output/md5/epoc32_cshlpcmp_template.md5"/> |
|
635 |
</exec> |
|
636 |
<exec executable="cmd" dir="${build.drive}"> |
|
637 |
<arg value="/c"/> |
|
638 |
<arg value="evalid -g epoc32/data output/md5/epoc32_data.md5"/> |
|
639 |
</exec> |
|
640 |
<exec executable="cmd" dir="${build.drive}"> |
|
641 |
<arg value="/c"/> |
|
642 |
<arg value="evalid -g epoc32/engdoc output/md5/epoc32_engdoc.md5"/> |
|
643 |
</exec> |
|
644 |
<exec executable="cmd" dir="${build.drive}"> |
|
645 |
<arg value="/c"/> |
|
646 |
<arg value="evalid -g epoc32/engineeringtools output/md5/epoc32_engineeringtools.md5"/> |
|
647 |
</exec> |
|
648 |
<exec executable="cmd" dir="${build.drive}"> |
|
649 |
<arg value="/c"/> |
|
650 |
<arg value="evalid -g epoc32/gcc output/md5/epoc32_gcc.md5"/> |
|
651 |
</exec> |
|
652 |
<exec executable="cmd" dir="${build.drive}"> |
|
653 |
<arg value="/c"/> |
|
654 |
<arg value="evalid -g epoc32/gcc_mingw output/md5/epoc32_gcc_mingw.md5"/> |
|
655 |
</exec> |
|
656 |
<exec executable="cmd" dir="${build.drive}"> |
|
657 |
<arg value="/c"/> |
|
658 |
<arg value="evalid -g epoc32/ksa output/md5/epoc32_ksa.md5"/> |
|
659 |
</exec> |
|
660 |
<exec executable="cmd" dir="${build.drive}"> |
|
661 |
<arg value="/c"/> |
|
662 |
<arg value="evalid -g epoc32/rom output/md5/epoc32_rom.md5"/> |
|
663 |
</exec> |
|
664 |
<exec executable="cmd" dir="${build.drive}"> |
|
665 |
<arg value="/c"/> |
|
666 |
<arg value="evalid -g epoc32/rombuild output/md5/epoc32_rombuild.md5"/> |
|
667 |
</exec> |
|
668 |
<exec executable="cmd" dir="${build.drive}"> |
|
669 |
<arg value="/c"/> |
|
670 |
<arg value="evalid -g epoc32/sbs_config output/md5/epoc32_sbs_config.md5"/> |
|
671 |
</exec> |
|
672 |
<exec executable="cmd" dir="${build.drive}"> |
|
673 |
<arg value="/c"/> |
|
674 |
<arg value="evalid -g epoc32/sdk_special output/md5/epoc32_sdk_special.md5"/> |
|
675 |
</exec> |
|
676 |
<exec executable="cmd" dir="${build.drive}"> |
|
677 |
<arg value="/c"/> |
|
678 |
<arg value="evalid -g epoc32/stdapis output/md5/epoc32_stdapis.md5"/> |
|
679 |
</exec> |
|
680 |
<exec executable="cmd" dir="${build.drive}"> |
|
681 |
<arg value="/c"/> |
|
682 |
<arg value="evalid -g epoc32/stubs output/md5/epoc32_stubs.md5"/> |
|
683 |
</exec> |
|
684 |
<exec executable="cmd" dir="${build.drive}"> |
|
685 |
<arg value="/c"/> |
|
686 |
<arg value="evalid -g epoc32/tools output/md5/epoc32_tools.md5"/> |
|
687 |
</exec> |
|
688 |
<exec executable="cmd" dir="${build.drive}"> |
|
689 |
<arg value="/c"/> |
|
690 |
<arg value="evalid -g epoc32/wins output/md5/epoc32_wins.md5"/> |
|
691 |
</exec> |
|
692 |
<exec executable="cmd" dir="${build.drive}"> |
|
693 |
<arg value="/c"/> |
|
694 |
<arg value="evalid -g epoc32/winscw output/md5/epoc32_winscw.md5"/> |
|
695 |
</exec> |
|
696 |
</parallel> |
|
697 |
</target> |
|
41
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
698 |
</project> |
f137ddbb714d
Added tagging of source code used in the build
dariosestito@L063522.prod.ad.symbian.intra
parents:
30
diff
changeset
|
699 |