Hi Vijay, Have you set the SSDIR variable to point to the srcsafe.ini? Either you can specify the path to this file with the "serverpath" parameter in the vssget tag or you can set this as a system environment variable.
The above could be one of the reasons why it hangs or your password might be wrong. Hope that helps! Regards, Suresh -----Original Message----- From: Vijay Gupta [mailto:[EMAIL PROTECTED]] Sent: Thursday, 5 September 2002 3:07 AM To: Ant Users List Subject: RE: VSS Problem Hi DD, Thanx for the reponse... Ya u r right, ss.exe was not in path.... after setting that path, now it just displays username and waits for infinite time... " [vssget] Username: gupta " after doing CTRL+C it says....... " [vssget] Username: gupta [vssget] Password: BUILD FAILED file:D:/root/build.xml:22: Failed executing: ss Get $/Projects/KTI/GPiS/Sources -GLD:\root\tempVSS -I- -R -W -Ygupta,vij Total time: 19 seconds" thax for the response Vijay Dominique Devienne To: "'Ant Users List'" <[EMAIL PROTECTED]> <DDevienne@lgc cc: .com> Subject: RE: VSS Problem 09/05/02 07:14 AM Please respond to "Ant Users List" It cannot find the ss.exe process in your path! --DD -----Original Message----- From: Vijay Gupta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 3:44 PM To: Ant Users List Subject: VSS Problem Hi Friends, I am new to this list. I get following error when i try to get files from VSS... "BUILD FAILED file:D:/root/build.xml:22: java.io.IOException: CreateProcess: ss Get $/Projects/KTI/GPiS/Sources -GLD:\root\tempVSS -I- -R -Ygupta,gupta error=2" I am using vssget in my build file the task is ... <vssget localPath="tempVSS" recursive="true" login="gupta,gupta" vsspath="/Projects/KTI/GPiS/Sources" writable="false"/> username, password, and vsspath are correct. The ant version is 1.5 can anybody help me getting out of this problem ? Thanx in advance. Regards vijay -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. ********************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
