foundation/job_props.ant.xml
changeset 102 5a46a48ba14b
parent 63 9860596ce767
child 105 609bd3bcfef4
--- a/foundation/job_props.ant.xml	Fri Jun 19 18:36:25 2009 +0100
+++ b/foundation/job_props.ant.xml	Tue Jun 23 17:32:50 2009 +0100
@@ -7,29 +7,36 @@
     <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.corebuildversion" value="week19"/>
     
     <property name="sf.spec.build.system" value="sbs"/>
     
-    <property name="sf.spec.sbs.config" value="winscw"/> <!-- both _urel and _udeb -->
-    <property name="sf.spec.sbs.tools.config" value="tools_rel,tools2_rel"/>
+    <property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
+    <property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/>
     
-    <property name="sf.spec.sourcesync.usecache" value="true"/>
-            
+    <property name="sf.spec.sourcesync.usecache" value="false"/>
+    
+    <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
+    <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
+    <!-- and set sf.spec.baseline.enable to '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.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
     <property name="sf.spec.baseline.enable"         value="true"/>     
-    <property name="sf.spec.baseline.clean"          value="true"/>
+    <property name="sf.spec.baseline.clean"          value="false"/>
+    <property name="sf.spec.baseline.select"         value="location" />
+    <property name="sf.spec.baseline.location"       value="\\v800008\builds01\Releases\PDK_build_tools_test\" />
     
-    <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"/>
+    <property name="sf.spec.toolsbaseline.enable"    value="true"/>
+    <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 -->
+
+    <property name="sf.spec.publish.rootdir" value="H:\SF_Builds"/>
     
     <!-- platform build specific properties -->
-    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_clean" />
+    <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_1_sf" />
     <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_tb91sf" />
     
     <!-- provide dtd location as os and s60 layers will be different -->
@@ -42,11 +49,9 @@
     
     <!-- 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. false means single foundation model 
-          which uses sf.spec.os.* attrs -->
-    
+    <property name="sf.spec.s60.skipbuild"  value="true"/>
+    <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"/>
     
@@ -54,14 +59,17 @@
     <property name="sf.spec.dirdelta.enable" value="true"/>
 
     <!-- prefilter raptor logs -->
-    <property name="sf.spec.logs.raptorfilter.enable" value="true"/>
+    <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
     
     <!-- 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.test.sendpkg.enable" value="true"/>
+
+    <property name="sf.spec.md5.enable"          value="true"/>
+
 </project>