buildframework/helium/tests/minibuilds/linux-build/ido/build.xml
author wbernard
Tue, 27 Apr 2010 08:33:08 +0300
changeset 587 85df38eb4012
child 628 7c4a911dc066
permissions -rw-r--r--
helium_9.0-a7879c935424
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
<!-- 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
============================================================================ 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Name        : 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
Part of     : Helium 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
<project name="minibuild.ido" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
	<property environment="env" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
	<import file="../../site/${env.TEAM}.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
	<dirname property="config.dir" file="${ant.file.minibuild.ido}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
        <property name="data.drive.letter" value="/nokia/bh_nmp/groups/helium_dev_wa/data_drive" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
	<!-- Enable Helium internal assertion checking. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
	<property name="hlm.enable.asserts" value="1" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
	<property name="build.name" value="linux_minibld_ido" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
	<property name="build.family" value="linux_test_minibuild_ido" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
	<property name="major.version" value="0" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
	<property name="minor.version" value="0" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
	
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
	<property name="ccm.project.wa_path" value="${data.drive.letter}/${env.USERNAME}/ido_wa"  />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
        <property name="prep.root.dir" value="${data.drive.letter}/${env.USERNAME}/ido_ba"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
        <property name="prep.build.dir" value="${prep.root.dir}/${build.name}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
	<property name="ccm.enabled" value="true" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
	<property name="publish.ccm.folder" value="bh1test#310" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
	<property name="ccm.project" value="MinibuildDomain-50_200832:project:tr1test1#1" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
	<property name="prep.delivery.file" location="config/delivery.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
	<!-- build configuration -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
	<property name="sysdef.configurations.list" value="helium_minibuild_ido" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
	<path id="system.definition.files">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
		<fileset dir="${config.dir}" includes="sysdefs/*.sysdef.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
		<fileset dir="${ccm.project.wa_path}" includes="*/*/*/layers.sysdef.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
	</path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
	<!-- Configuring the build system -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
	<property name="build.system" value="sbs" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
	<property name="rvct.version" value="22_686" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
	<!-- Configuring get latest env. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
	<property name="s60.grace.service" value="s60_devices_sw" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
	<property name="s60.grace.product" value="DFS7x.92" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
	<property name="s60.grace.release" value="92_(?:_| )?\d{4}(?:\s*wk)?\d{2}_hw79" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
	<property name="s60.grace.revision" value="(?:_\d{3})?"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
	<!-- Synergy is not configured -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
	<property name="skip.password.validation" value="1" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    66
	<!-- IDO robot configuration -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    67
	<property name="do.robot.release" value="MinibuildDomain" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    68
	<tstamp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
		<format property="ido.robot.tstamp" pattern="yyyyMMddhhmmss" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
	</tstamp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
	<property name="s60.build.robot.path" location="${build.drive}/shared_drive/s60robot/${build.name}/${ido.robot.tstamp}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73
	<import file="hack-test.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    74
	<import file="${helium.dir}/helium.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    75
    <import file="config/stages_config.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    76
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    77
	<!-- Run the full sequence of target for the minibuild. ,mini-build-prep,compile-main,zip-ee,mini-build-check-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    78
	<target name="do-mini-build" depends="ido-update-build-area,
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    79
                                            flag-ba-for-deletion,
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    80
    										mini-build-cleanup,
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    81
    										ido-build,
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    82
                							check-diamonds,
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    83
    	                                    mini-build-check,
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    84
    										run-hack" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    85
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    86
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    87
	<!--ant code coverage for mini-builds-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    88
	<target name="mini-build">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    89
    <antcall target="database">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    90
        <param name="home.files.only" value="false"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    91
    </antcall>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    92
		<mkdir dir="${helium.build.dir}/temp" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    93
		<property name="config.temp.build.dir" location="${config.dir}/build" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    94
		<hlm:coveragerecord name="${helium.build.dir}/temp/test.minibuild-ido.xml" action="start" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    95
		<runtarget target="do-mini-build" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    96
		<hlm:coveragerecord name="${helium.build.dir}/temp/test.minibuild-ido.xml" action="stop" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    97
		<fmpp sourcefile="${helium.dir}/tools/common/templates/coveragerecord.txt.ftl" outputfile="${helium.build.dir}/temp/test_minibuild.txt">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    98
			<data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    99
                doc: xml(${helium.build.dir}/temp/test.minibuild-ido.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   100
                database: xml(${database.file})
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   101
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   102
		</fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   103
		<loadfile srcfile="${helium.build.dir}/temp/test_minibuild.txt" property="ant.coverage.summary" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   104
		<echo>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   105
The summary of Ant code coverage:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   106
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   107
${ant.coverage.summary}</echo>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   108
		<fmpp sourcefile="${helium.dir}/tools/common/templates/coveragerecord.html.ftl" outputfile="${helium.build.dir}/temp/test_minibuild.html">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   109
			<data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   110
            	doc: xml(${helium.build.dir}/temp/test.minibuild-ido.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   111
                database: xml(${database.file})
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   112
			</data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   113
		</fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   114
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   115
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   116
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   117
	<!-- Preparing the content on top of the env -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   118
	<target name="ido-50-build" depends="ido-build-prep,compile-main,build-log-summary,render-internal-exports,update-policy-src-reference,render-validate-policy,localisation-50-build,ido-codescanner,ats-test,publish-tasks-to-folder,ido-sources-to-s60-build-robot" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   119
	<target name="ido-build-prep" depends="ido-configure-prep,init,check-tool-dependencies,log-build-env,set-arm-version,check-free-space,diamonds,do-prep-work-area,ido-prep-clean,ido-prep-copy,create-bom" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   120
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   121
	<!-- needed to defined skip.prep-drive -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   122
	<target name="ido-configure-prep">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   123
		<property name="skip.prep-drive" value="true" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   124
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   125
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   126
	<!-- real IDO use this to switch branch target. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   127
	<target name="ido-build">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   128
		<runtarget target="ido-50-build" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   129
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   130
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   131
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   132
	<target name="check-diamonds">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   133
		<!--loadfile srcfile="${build.log.dir}/diamonds-start.log.xml" property="diamonds.log.start" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   134
		<echo>${diamonds.log.start}</echo-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   135
		<!--loadresource property="diamonds.log.start.output">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   136
			<url url="${diamonds.build.url}?fmt=xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   137
		</loadresource-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   138
		<!--echo>${diamonds.log.start.output}</echo-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   139
        <xmlvalidate lenient="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   140
        	<fileset dir="${build.log.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   141
                <include name="diamonds-finish.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   142
                <include name="diamonds-full-results.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   143
                <include name="diamonds-start.log.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   144
        		<include name="check-tool-dependencies.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   145
        		<include name="compile-main.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   146
        		<include name="create-bom.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   147
        		<include name="build-time.xml"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   148
        	</fileset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   149
        </xmlvalidate>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   150
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   151
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   152
	<target name="mini-build-cleanup">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   153
		<delete verbose="true" includeemptydirs="true" failonerror="false">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   154
			<fileset dir="${build.drive}/" casesensitive="false">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   155
				<include name="makefile" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   156
				<include name="*.mk" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   157
				<include name="ecloud_tmp_*/**" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   158
				<include name="emake.*" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   159
				<include name="epoc32/build/**" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   160
				<include name="epoc32/rombuild/*/**" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   161
				<include name="output/**" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   162
				<include name="timestart.txt" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   163
				<include name="timestop.txt" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   164
			</fileset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   165
		</delete>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   166
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   167
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   168
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   169
	<target name="mini-build-check">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   170
		<!-- Check if prep has set some prop correctly... -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   171
		<!-- remember to update the selection by the environment variable in hlm.bat when switching to other compiler version -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   172
		<echo>'${arm.compiler.version}'</echo>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   173
		<au:assertMatches string="${arm.compiler.version}" pattern="RVCT2\.2 \[Build 686\]" casesensitive="false" multiline="true" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   174
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   175
		<!-- Check if compile-main step did what expected... -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   176
		<au:assertFileExists file="${canonical.sysdef.file}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   177
		<if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   178
			<or>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   179
				<isset property="build.system.ec-helium" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   180
				<isset property="build.system.ec" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   181
			</or>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   182
			<then>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   183
				<au:assertFileExists file="${build.drive}/helium_minibuild_ido.make" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   184
				<au:assertFileExists file="${build.drive}/helium_minibuild_ido_clean.make" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   185
				<au:assertFileExists file="${build.drive}/emake.data" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   186
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   187
				<au:assertFileExists file="${temp.build.dir}/${build.id}.helium_minibuild_ido_run_emake.bat" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   188
				<au:assertFileExists file="${temp.build.dir}/${build.id}.helium_minibuild_ido_clean_run_emake.bat" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   189
			</then>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   190
		</if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   191
		
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   192
		<!-- Check if stagelogging step did what expected... -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   193
		<au:assertFileExists file="${build.log.dir}/${build.id}_ido_prep.ant.log" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   194
		<au:assertFileExists file="${build.log.dir}/${build.id}_compile.ant.log" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   195
		<au:assertFileExists file="${build.log.dir}/${build.id}_test.ant.log" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   196
		<au:assertFileExists file="${build.log.dir}/${build.id}_localisation.ant.log" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   197
		
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   198
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   199
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   200
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   201
	<target name="update-policy-src-reference" depends="ido-create-ado-mapping">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   202
		<hlm:iniKeys2Path ini="${ado.mapping.file}" pathid="reference.policy.path.list"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   203
	</target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   204
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   205
</project>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   206