common/build.xml
changeset 891 6c56420d1006
parent 889 89a04d480b55
child 892 24ecf67cba71
equal deleted inserted replaced
890:41f3579ef67e 891:6c56420d1006
    22     <if>
    22     <if>
    23         <not><isset property="sf.spec.job.root.drive"/></not>
    23         <not><isset property="sf.spec.job.root.drive"/></not>
    24         <then>
    24         <then>
    25             <exec executable="perl" outputproperty="sf.spec.job.root.drive" logerror="true" failonerror="true">
    25             <exec executable="perl" outputproperty="sf.spec.job.root.drive" logerror="true" failonerror="true">
    26                 <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/>
    26                 <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/>
       
    27                 <arg value="-space"/>
    27             </exec>
    28             </exec>
    28         </then>
    29         </then>
    29     </if>
    30     </if>
    30     
    31     
    31     <!-- Import common properties -->
    32     <!-- Import common properties -->