foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
authorMattD <mattd@symbian.org>
Wed, 12 Aug 2009 10:37:53 +0100
changeset 151 d5de3a55f5cc
parent 150 9dfd5bbd41f3
child 152 ae6c205a51ad
foundation config - changed to use 'sf.os.compile.iterate' to workaround problems with raptor with single model.
foundation/job_props.ant.xml
--- a/foundation/job_props.ant.xml	Fri Aug 07 15:53:13 2009 +0100
+++ b/foundation/job_props.ant.xml	Wed Aug 12 10:37:53 2009 +0100
@@ -11,9 +11,11 @@
     
     <property name="sf.spec.build.system" value="sbs"/>
     
-    <property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
+    <property name="sf.spec.sbs.config" value="winscw_udeb.whatlog,winscw_urel.whatlog,armv5_udeb.whatlog,armv5_urel.whatlog"/> <!-- both _urel and _udeb -->
     <property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/>
     
+    <property name="sf.os.compile.iterate"  value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once -->
+    
     <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  -->