I couldn't find in the manual, but is there any way to get more then one
file with vssget task? I want to do something like this
  <target name="getLibsFromVSS" >
    <vssget localPath="lib"
        login="${vss.user},${vss.pass}"
        vsspath="/third-party/apache/xerces/xerces.jar" and here to add
some other /third-party/org/product/some.jar />
  </target>

Thanks,
Emil

Reply via email to