diff -r 0f5e3a7fb6af -r 85df38eb4012 buildframework/helium/doc/src/manual/running.rst --- a/buildframework/helium/doc/src/manual/running.rst Thu Mar 04 15:10:37 2010 +0200 +++ b/buildframework/helium/doc/src/manual/running.rst Tue Apr 27 08:33:08 2010 +0300 @@ -1,3 +1,23 @@ +.. ============================================================================ + Name : running.rst + 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: + + ============================================================================ + .. index:: module: Running Helium @@ -100,6 +120,33 @@ The result of the build (compiled files, linked (flash) files etc.) are stored in the usual folders and directories under the ``\epoc32`` directory. +.. index:: + single: Running build operations + +Running build operations +======================== + +Setting the build number +------------------------- + +The :hlm-p:`build.number` property is typically not defined in a configuration file, as it changes for every new build. It should be defined as a command line parameter:: + + -Dbuild.number=123 + +A shortcut can also be used:: + + -Dbn=123 + +.. index:: + single: Setting the team property + +.. _Setting-Team_properties-label: + +Setting the team property +-------------------------- + +``SET TEAM=`` (this defines which team-specific XML file from ``../site/${r'$'}{env.TEAM}.ant.xml`` is used for build configuration). + .. index:: single: Logging