sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 09 Feb 2010 17:49:27 +0000
changeset 892 24ecf67cba71
parent 751 da0e0bc45450
child 894 828906d2a151
permissions -rw-r--r--
Bug 1661: Improve build speed with better caching strategy Changed the way that the cache is located, so the same code can run on any build machine without any configuration. Made work around for Bug 419 the only option, as we're not using the alternative anyway, and I don't want to commit completely untested code! Changed caching algorithm, to improve build times.

<?xml version="1.0"?>
<project name="SF-PLATFORM-PROPS">
  
  <property name="sf.project.type" value="platform" />
    
  <property name="sf.drive.space.needed" value="150G"/>

  <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan -->

  <property name="sf.spec.baseline.getenv_options" value="-I tools -k"/> <!-- Sync the tools... -->
  <property name="sf.spec.baseline.clean"          value="false"/>
  <property name="sf.spec.baseline.select"         value="location" />

  <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu -k"/>
  <property name="sf.spec.toolsbaseline.select"         value="location" />
  <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->

  <!-- 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"/>

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

  <!-- packaging options for bin/src-->
  <property name="sf.spec.package.bin.enable"  value="true"/>
  <property name="sf.spec.package.src.enable"  value="true"/>
 
  <property name="sf.spec.md5.enable"          value="true"/>

</project>