--- a/buildframework/helium/helium.ant.xml Tue Apr 27 08:33:08 2010 +0300
+++ b/buildframework/helium/helium.ant.xml Wed Jun 16 16:51:40 2010 +0300
@@ -25,6 +25,7 @@
Main full build targets and properties
</description>
<property environment="env" />
+
<!-- Load the current Helium version. -->
<!--* @property helium.version
@@ -98,6 +99,10 @@
<fail message="ERROR: Failed to assign build drive, please check you are not running out of drives." />
</then>
</if>
+ <exec osfamily="windows" executable="subst" failonerror="false">
+ <arg value="${build.drive}" />
+ <arg value="${env.TEMP}/helium/temp_drive" />
+ </exec>
<echo> Using build drive ${build.drive} </echo>
</then>
</if>