buildframework/helium/sf/java/diamonds/tests/config/diamonds_config.xml.ftl
author wbernard
Thu, 22 Jul 2010 17:08:43 +0300
branchhelium-9.0
changeset 618 df88fead2976
parent 587 85df38eb4012
permissions -rw-r--r--
helium_9.0.5-4399343f4f50

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
============================================================================ 
Name        : diamonds_config.xml 
Part of     : Helium 

Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of the License "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".

Initial Contributors:
Nokia Corporation - initial contribution.

Contributors:

Description:

============================================================================
-->
<configuration>
<config>
    <output-dir path="${ant['diamonds.output.dir']}"/>
    <template-dir path="${ant['diamonds.template.dir']}"/>
    
    <property name="smtpserver" value="email.smtp.server" />
    <property name="ldapserver" value="email.ldap.server" />
    <property name="initialiser-target-name" value="diamonds" />
    
    <server>
        <property name="host" value="diamonds.host" />
        <property name="port" value="diamonds.port" />
        <property name="path" value="diamonds.path" />
        <property name="tstampformat" value="yyyy-MM-dd'T'HH:mm:ss" />
        <property name="mail" value="diamonds.mail" />
        <property name="category-property" value="build.family" />
        <property name="buildid-property" value="diamonds.build.id" />
    </server>
</config>
<logger>
    <stages>
            <!-- verifying basic stage input -->
            <stage name="pre-build" start="version" end="version" />
            <stage name="test-echo-operation" 
                start="test-echo-operation" end="test-echo-operation" />
            <stage name="test-echo-operation1" 
                start="test-echo-operation1" end="test-echo-operation1" />
            <stage name="test-echo-operation2" 
                start="test-echo-operation2" end="test-echo-operation2" />
            <stage name="test-echo-operation3" 
                start="test-echo-operation3" end="test-echo-operation3" />
            <stage name="test-echo-operation4" 
                start="test-echo-operation4" end="test-echo-operation4" />
            <stage name="test-echo-operation5" 
                start="test-echo-operation5" end="test-echo-operation5" />
            <!-- verifying basic stage input with input xml file-->
            <stage name="build" start="compile-target" end="compile-target"
                logfile="${ant['compile.log.input']}"/>
    </stages>
    <targets>
        <target name="codescanner" template-file="codescanner.xml.ftl"
            logfile="${ant['codescanner.log.input']}" />

        <!-- if no logfile provided, looks for xml file to send 
            using <build.id_target_name.xml> file or<target_name.xml> file, 
            if both doesn't exists does nothing. tries to pass ant properties
            and sends it.-->
            
        <target name="create-bom-log" />
        
    <!-- Test the defer case -->
        <target name="defer-type" template-file="tool.xml.ftl" 
            ant-properties="true" defer="true"/>
    </targets>
</logger>
</configuration>