buildframework/helium/config/stages_config_default.ant.xml
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
child 587 85df38eb4012
child 593 4367a1b2db65
permissions -rw-r--r--
helium_7.0-r14027
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
179
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     2
<!-- 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
============================================================================ 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
Name        : stages_config.xml 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
Part of     : Helium 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     6
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     8
All rights reserved.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     9
This component and the accompanying materials are made available
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    11
which accompanies this distribution, and is available
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    13
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    14
Initial Contributors:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    16
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    17
Contributors:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    18
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    19
Description:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    20
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    21
============================================================================
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    22
-->
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    23
<project name="stages-config" xmlns:hlm="http://www.nokia.com/helium">
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    24
    <description>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    25
    Definitions of helium stages. 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    26
    </description>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    27
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    28
    <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    29
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    30
    <!-- Build Stage Summary configuration -->
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    31
    <!-- Comment out below line to skip displaying build stage summary at end of build process -->
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    32
    <hlm:stagesummary id="stage.summary" template="${helium.dir}\tools\common\templates\log\build_stages_summary.txt.ftl" />
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    33
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    34
     <!-- Stages configuration -->
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    35
    <hlm:stage id="preparation" starttarget="prep" endtarget="prep"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    36
    <hlm:stage id="compilation" starttarget="compile-main" endtarget="compile-main"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    37
    <hlm:stage id="romcreation" starttarget="build-roms" endtarget="build-roms"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    38
    <hlm:stage id="test" starttarget="run-test" endtarget="run-test"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    39
    <hlm:stage id="localisation" starttarget="localisation" endtarget="localisation"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    40
    <hlm:stage id="postbuild" starttarget="publish" endtarget="publish"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    41
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    42
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    43
    <!-- Stage record configuration -->
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    44
    <hlm:stagerecord id="stage.default" defaultoutput="${build.log}" loglevel="${ant.loglevel}" append="false"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    45
       
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    46
    <hlm:stagerecord id="stage.preparation" stagerefid="preparation" output="${build.log.dir}/${build.id}_prep.ant.log" loglevel="info" append="true"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    47
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    48
    <hlm:stagerecord id="stage.compilation" stagerefid="compilation" output="${build.log.dir}/${build.id}_compile.ant.log" loglevel="info" append="true"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    49
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    50
    <hlm:stagerecord id="stage.romcreation" stagerefid="romcreation" output="${build.log.dir}/${build.id}_roms.ant.log" loglevel="info" append="true"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    51
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    52
    <hlm:stagerecord id="stage.test" stagerefid="test" output="${build.log.dir}/${build.id}_test.ant.log" loglevel="info" append="true"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    53
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    54
    <hlm:stagerecord id="stage.localisation" stagerefid="localisation" output="${build.log.dir}/${build.id}_localisation.ant.log" loglevel="info" append="true"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    55
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    56
    <hlm:stagerecord id="stage.postbuild" stagerefid="postbuild" output="${build.log.dir}/${build.id}_postbuild.ant.log" loglevel="info" append="true"/>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    57
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    58
    
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    59
</project>