buildframework/helium/helium.ant.xml
changeset 588 c7c26511138f
parent 587 85df38eb4012
child 628 7c4a911dc066
equal deleted inserted replaced
587:85df38eb4012 588:c7c26511138f
    23 <project name="helium" xmlns:hlm="http://www.nokia.com/helium">
    23 <project name="helium" xmlns:hlm="http://www.nokia.com/helium">
    24     <description>
    24     <description>
    25     Main full build targets and properties
    25     Main full build targets and properties
    26     </description>
    26     </description>
    27     <property environment="env" />
    27     <property environment="env" />
       
    28 	
    28     
    29     
    29     <!-- Load the current Helium version. -->
    30     <!-- Load the current Helium version. -->
    30     <!--* @property helium.version
    31     <!--* @property helium.version
    31     @type string
    32     @type string
    32     @scope private
    33     @scope private
    96                 <equals arg1="${build.drive}" arg2="Error: No free drive!"/>
    97                 <equals arg1="${build.drive}" arg2="Error: No free drive!"/>
    97                 <then>            
    98                 <then>            
    98                     <fail message="ERROR: Failed to assign build drive, please check you are not running out of drives." />    
    99                     <fail message="ERROR: Failed to assign build drive, please check you are not running out of drives." />    
    99                 </then>
   100                 </then>
   100             </if>
   101             </if>
       
   102             <exec osfamily="windows" executable="subst" failonerror="false">
       
   103                 <arg value="${build.drive}" />
       
   104                 <arg value="${env.TEMP}/helium/temp_drive" />
       
   105             </exec>
   101             <echo> Using build drive ${build.drive} </echo>
   106             <echo> Using build drive ${build.drive} </echo>
   102         </then>
   107         </then>
   103     </if>
   108     </if>
   104     
   109     
   105     <!-- For unix os prep.build.dir is equivalent to build.drive -->
   110     <!-- For unix os prep.build.dir is equivalent to build.drive -->