buildframework/helium/external/helium-antlib/logging/tests/build_stages_summary.txt.ftl
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
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
<#--
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     2
============================================================================ 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
Name        : build_stages_summary.txt.ftl 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
Part of     : Helium 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     6
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     7
All rights reserved.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     8
This component and the accompanying materials are made available
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     9
under the terms of the License "Eclipse Public License v1.0"
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    10
which accompanies this distribution, and is available
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    11
at the URL "http://www.eclipse.org/legal/epl-v10.html".
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    12
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    13
Initial Contributors:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    14
Nokia Corporation - initial contribution.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    15
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    16
Contributors:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    17
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    18
Description:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    19
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
*** BUILD STAGE SUMMARY ***
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    24
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    25
<#assign count = 0>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    26
<#list statusReports as report>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    27
<#assign count = count + 1>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    28
${count}) ${report["phaseName"]}
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    29
${""?left_pad(2)} Start Time : ${report["startTime"]}
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    30
${""?left_pad(2)} Duration   : ${report["duration"]}
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    31
${""?left_pad(2)} Status     : ${report["status"]}
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    32
<#if  report["status"] == "FAILED">
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    33
${""?left_pad(2)} Reason     : ${report["reason"]}
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    34
</#if>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    35
</#list>