Updated the options to pass to getenv, to include -k. This avoids aborts if things are not exactly as the tool expects.
--- a/sf-platform/platform_props.ant.xml Wed Nov 11 13:04:22 2009 +0000
+++ b/sf-platform/platform_props.ant.xml Thu Nov 12 11:56:20 2009 +0000
@@ -7,11 +7,11 @@
<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.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"/>
+ <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 -->