clean/job_props.ant.xml
author ThomasE@UK-ThomasE.symbian.int
Fri, 01 May 2009 16:20:53 +0100
changeset 47 d350fcdacdb5
child 48 311ef8d79b81
permissions -rw-r--r--
New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.

<?xml version="1.0"?>

<project name="SF-JOB-PROPS" >
    
    <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
    
    <property name="sf.project.type" value="platform" />
    
    <property name="sf.spec.job.name" value="platform"/>
    <property name="sf.spec.corebuildversion" value="week12"/>
    
    <property name="sf.spec.build.system" value="sbs"/>
    
    <property name="sf.spec.sbs.config" value="winscw.whatlog"/> <!-- both _urel and _udeb -->
    <property name="sf.spec.sbs.tools.config" value="tools_rel,tools2_rel"/>
    
    <property name="sf.spec.sourcesync.usecache" value="true"/>
            

    <!-- get full source env and binaries from pdk -->
    <property name="sf.spec.sourcesync.enable"       value="true"/>
    <property name="sf.spec.baseline.getenv_options" value="-I emu"/>
    <property name="sf.spec.baseline.enable"         value="false"/>     
    <property name="sf.spec.baseline.clean"          value="false"/>
    
    <property name="sf.spec.baseline.select" value="location" />
    <property name="sf.spec.baseline.location" value="D:\PDK\PDK_20090401\" />  
    <property name="sf.spec.toolsbaseline.enable" value="true"/>
    <property name="sf.spec.publish.rootdir" value="D:\SF_Builds"/>
    
    <!-- platform build specific properties -->
    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_clean" />
    <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_tb91sf" />
    
    <!-- provide dtd location as os and s60 layers will be different -->
    <property name="sf.spec.s60.sysdef.dtd"  value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/>
    <property name="sf.spec.os.sysdef.dtd"   value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/>
    
    <property name="sf.spec.sysdef.version"      value="1.4.0"/> <!-- default -->
    <property name="sf.spec.s60.sysdef.version"  value="1.4.0"/>
    <property name="sf.spec.os.sysdef.version"   value="2.0.0"/>
    
    <!-- build os and s60 by default -->
    <property name="sf.spec.os.skipbuild"   value="false"/>
    <property name="sf.spec.s60.skipbuild"  value="false"/>
    <property name="sf.spec.splitbuild"     value="true"/> <!-- *this* platform build defines two steps -->

    <!-- generate dir list(s) of epoc32 tree -->
    <property name="sf.spec.dirlist.enable"  value="true"/>
    
    <!-- generate delta of two epoc32 trees. note: this takes a while! -->
    <property name="sf.spec.dirdelta.enable" value="true"/>

    <!-- prefilter raptor logs -->
    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
    
    <!-- zip all logs before publish -->
    <property name="sf.spec.logs.zip.enable"  value="true"/>
    
</project>