Fixed to enable the temp directory to be created in the right place, and avoid cluttering up the CWD.
authorSimon Howkins <simonh@symbian.org>
Thu, 09 Apr 2009 15:09:49 +0100
changeset 7 e042f0022639
parent 6 51b7a2f1676a
child 8 92db3a857f66
Fixed to enable the temp directory to be created in the right place, and avoid cluttering up the CWD.
bootstrap.xml
--- 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" />