Changes the VSS .ini file by setting the correct value for the default VSS database. This will fix it for sure.
_____________________________________
Kapil Singh Pawar
i2 Technologies India Private Ltd.
1 Primrose Road
Bangalore 560 025, INDIA
Email: [EMAIL PROTECTED]
Tel: +91 80 558 1487-90 ext. 2416



"T Master" <[EMAIL PROTECTED]>

08/30/01 11:49 PM
Please respond to ant-user

       
        To:        "ant user mailist" <[EMAIL PROTECTED]>
        cc:        
        Subject:        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>



Reply via email to