You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Jörgen Lundberg <jo...@cypoint.se> on 2000/11/14 07:40:26 UTC

vssget, recursive

I'm having problems with 'vssget'.
It seems like vss doesn't care about
the recursive-attribute. I get a
recursive get even if i specify recursive
to be false, like this:

   <vssget
      localPath="${src.dir}/com/"
      recursive="false"
      login="username,password"
      vsspath="${vss.src}/com/"
      ssdir="${vss.dir}"
      writable="true"/> 

Any body have a clue?

  / Jörgen Lundberg, jorgen.lundberg@cypoint.se

Re: vssget, recursive

Posted by Eric Hodges <ha...@swbell.net>.
vssget, recursiveWhere did you get "vssget"?  I need it.
  ----- Original Message ----- 
  From: Jörgen Lundberg 
  To: 'ant-user@jakarta.apache.org' 
  Sent: Tuesday, November 14, 2000 12:40 AM
  Subject: vssget, recursive


  I'm having problems with 'vssget'. 
  It seems like vss doesn't care about 
  the recursive-attribute. I get a 
  recursive get even if i specify recursive 
  to be false, like this: 

     <vssget 
        localPath="${src.dir}/com/" 
        recursive="false" 
        login="username,password" 
        vsspath="${vss.src}/com/" 
        ssdir="${vss.dir}" 
        writable="true"/> 

  Any body have a clue? 

    / Jörgen Lundberg, jorgen.lundberg@cypoint.se