Added -k to let getenv keep going in the case where grace string properties are not ready yet.
authorThomasE
Wed, 14 Oct 2009 12:42:44 +0100
changeset 258 3a3d9a1c7e13
parent 257 3c16451d82bc
child 259 f1f4d639a226
Added -k to let getenv keep going in the case where grace string properties are not ready yet.
symbian3/split/job_props.ant.xml
--- a/symbian3/split/job_props.ant.xml	Wed Oct 14 12:23:43 2009 +0100
+++ b/symbian3/split/job_props.ant.xml	Wed Oct 14 12:42:44 2009 +0100
@@ -29,12 +29,12 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
+    <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.baseline.location"       value="\\v800008\Builds01\Releases\PDK_3.0.a_candidate_Public_PDK.26_FCL.129" />
     
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
+    <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_1.1_patched" /> <!-- for TEF etc -->