You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by T Master <tm...@iknowledgeinc.com> on 2001/08/30 20:19:56 UTC

vssget problem


When I use the vssget task, the verbose output freezes at the output below:
    init:

    fetch:
         [echo] Fetching appserver classes of current version 1 from VSS
       to src/com/iknowledge/inext/server.
       [vssget] Username: tmaster


It's interesting to note, that the command line version directly to ss.exe
prompt for my password and then does not authenticate my username.

Ideas anyone?

My XML is:
<target name="fetch" depends="init">
    <vssget localPath="${src.dir}"
            recursive="true"
            label="${vss.label}"
            version="${vss.version}"
            login="${vss.userid},${vss.userpwd}"
            vsspath="${vss.src.path}"
            writable="false"/>
</target>