This may happen when you give the wrong login,password,re-check that once 
again (case-sensitivity etc)
and also try by mapping your \\intell59\C\Program Files\Microsoft Visual 
Studio\Common\VSS to x: drive
and keep the value as  serverPath="x:\" and make sure you connect to that dirve 
before you run the ant script.

     the follwiong snippet works fine for me
          <vssget localPath="${home}/src"           
                     label="V01"
                     login="${login}"
                     vsspath="$/root/java2/*.*"
                     serverPath="x:\"                  
                   writable="false"/>

thanks,
Murali

-----Original Message-----
From: Pritesh Saharey [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 27, 2005 5:32 AM
To: [email protected]
Subject: Uff VSS, hanging


Hi All
      I am trying to get latest code from VSS but it hangs after Username, this 
is what Iam doing
<target name="vssget-source"
                description="getting the latest source code">
                <vssget login="login,pass"
                                localPath="C:\downloads\take"
                            serverPath="\\intell59\C\Program Files\Microsoft 
Visual Studio\Common\VSS"
                                ssdir="C:\Program Files\Microsoft Visual 
Studio\Common\VSS\win32"
                                vsspath="/Orion Carmel(1.5)/Source Code"
                                recursive="true"
                                writable="true"
                                />
        </target >

Console output:

C:\downloads\take>ant build.xml
Buildfile: build.xml

vssget-source:
   [vssget] Username: login

After this nothing happans, I also gone through 
http://marc.theaimsgroup.com/?l=ant-user&m=103523403507111&w=2,
but the result is same, the VSS server is in LAN and you have to first login to 
that m/c(intell59) and than you can download the
latest source code by supplying your login id passwd to VSS, I also tried by 
first manully login to intell59 m/c and than tried to
run build file but the result same hangs the build, can anybody help me out 

Thanks 
Pritesh Saharey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to