Fixed to enable the temp directory to be created in the right place, and avoid cluttering up the CWD.
--- a/bootstrap.xml Mon Mar 09 15:24:14 2009 +0000
+++ b/bootstrap.xml Thu Apr 09 15:09:49 2009 +0100
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-BOOTSTRAP" default="bootstrap" xmlns:hlm="http://www.nokia.com/helium">
-
+
+ <property environment="env"/>
+
<dirname property="sf.bootstrap.dir" file="${ant.file.SF-CONFIG}"/>
<import file="bootstrap.properties.ant.xml" />