author | dario |
Wed, 06 May 2009 18:02:34 +0100 | |
changeset 183 | 8025a9486931 |
parent 182 | c35952f24212 |
child 184 | f50ee414b574 |
permissions | -rw-r--r-- |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
171
a6f2b8d175d0
The prefix "hlm" for element "hlm:argSet" was not bound.
dario
parents:
170
diff
changeset
|
2 |
<project name="SF-PACKAGE-CONFIG" xmlns:hlm="http://www.nokia.com/helium"> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
3 |
<!-- location of this config --> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
4 |
<dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
5 |
|
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
6 |
<!-- import package properties --> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
7 |
<import file="${sf.package.config.dir}/package_props.ant.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
8 |
|
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
9 |
<!-- import common properties/targets/references --> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
10 |
<import file="../common/build.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
11 |
|
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
12 |
<!-- import package references --> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
13 |
<import file="${sf.package.config.dir}/package_refs.ant.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
14 |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
15 |
<target name="sf-compile"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
16 |
<runtarget target="sf-package-compile"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
17 |
</target> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
18 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
19 |
<target name="sf-package-compile"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
20 |
|
182 | 21 |
<hlm:sbsMakeOptions engine="gmake" id="sbs.fullbuild.options"/> |
22 |
<hlm:sbsMakeOptions engine="gmake" id="sbs.toolsbuild.options"/> |
|
23 |
||
183
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
24 |
<!-- CLEAN --> |
182 | 25 |
<hlm:argSet id="sbs.main.clean.sbs.var"> |
26 |
<hlm:arg name="config" value="${sf.spec.sbs.config}" /> |
|
27 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
|
28 |
<hlm:arg name="command" value="CLEAN" /> |
|
29 |
</hlm:argSet> |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
30 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
31 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
32 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
177 | 33 |
<param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" /> |
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
34 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
35 |
<reference refid="sbs.main.clean.sbs.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
36 |
<reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
37 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
38 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
39 |
|
183
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
40 |
<!-- BUILD tools2 --> |
182 | 41 |
<hlm:argSet id="sbs.tools2.var"> |
42 |
<hlm:arg name="config" value="tools2_rel" /> |
|
43 |
<hlm:arg name="singlejob" value="false" /> |
|
44 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
|
45 |
</hlm:argSet> |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
46 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
47 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
48 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
177 | 49 |
<param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" /> |
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
50 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
51 |
<reference refid="sbs.tools2.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
52 |
<reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
53 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
54 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
55 |
|
183
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
56 |
<!-- BUILD tools --> |
182 | 57 |
<hlm:argSet id="sbs.tools.var"> |
58 |
<hlm:arg name="config" value="tools_rel" /> |
|
59 |
<hlm:arg name="singlejob" value="true" /> |
|
60 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
|
61 |
</hlm:argSet> |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
62 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
63 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
64 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
177 | 65 |
<param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" /> |
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
66 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
67 |
<reference refid="sbs.tools.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
68 |
<reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
69 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
70 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
71 |
|
183
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
72 |
<!-- BUILD --> |
182 | 73 |
<hlm:argSet id="sbs.main.sbs.var"> |
74 |
<hlm:arg name="config" value="${sf.spec.sbs.config}.whatlog" /> |
|
75 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
|
76 |
</hlm:argSet> |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
77 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
78 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
79 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
177 | 80 |
<param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" /> |
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
81 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
82 |
<reference refid="sbs.main.sbs.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
83 |
<reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
84 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
85 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
86 |
|
183
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
87 |
<!-- CHECK --> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
88 |
<exec executable="sbs" dir="M:\" output="M:\output\logs\build_check_sbs_ant_output.log"> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
89 |
<arg value="-s M:\output\build\canonical_system_definition_SF.xml"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
90 |
<arg value="-k"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
91 |
<arg value="-c ${sf.spec.sbs.config}"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
92 |
<arg value="-j 32"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
93 |
<arg value="--check"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
94 |
<arg value="-m M:\output\logs\build_check_Makefile"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
95 |
<arg value="-f M:\output\logs\build_check_compile.log"/> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
96 |
</exec> |
8025a9486931
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario
parents:
182
diff
changeset
|
97 |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
98 |
</target> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
99 |
|
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
100 |
</project> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
101 |