sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Fri, 16 Oct 2009 15:11:28 +0100
changeset 680 81550e87fc91
parent 519 a75125f33ba4
child 751 da0e0bc45450
permissions -rw-r--r--
Moved the generation of the release metadata entry for the MD5 zip outside of the parallel section, so it can't co-incide with the zipping of the binaries. Ensured that any errors generated when merging log files are not just hidden by putting them in the output file (which will render it not well-formed XML).

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