common/build.xml
changeset 895 5b76b79b6713
parent 892 24ecf67cba71
child 901 1bec8957803b
equal deleted inserted replaced
894:828906d2a151 895:5b76b79b6713
   368                     <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/>
   368                     <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/>
   369                     <arg value="-all"/>
   369                     <arg value="-all"/>
   370                 </exec>
   370                 </exec>
   371                 <for list="${sf.spec.all.drives}" param="physical.drive">
   371                 <for list="${sf.spec.all.drives}" param="physical.drive">
   372                     <sequential>
   372                     <sequential>
   373                         <available property="sf.spec.sourcesync.cachelocation" value="@{physical.drive}/${sf.spec.sourcesync.cache.path}" file="@{physical.drive}${sf.spec.sourcesync.cache.path}" type="dir"/>
   373                         <available property="sf.spec.sourcesync.cachelocation" value="@{physical.drive}/${sf.spec.sourcesync.cache.path}" file="@{physical.drive}/${sf.spec.sourcesync.cache.path}" type="dir"/>
   374                     </sequential>
   374                     </sequential>
   375                 </for>
   375                 </for>
   376                 <if>
   376                 <if>
   377                     <not><isset property="sf.spec.sourcesync.cachelocation"/></not>
   377                     <not><isset property="sf.spec.sourcesync.cachelocation"/></not>
   378                     <then>
   378                     <then>