The path to the "srcsafe.ini" should be in your PATH environment variable or give the value to the serverpath in the vssget tag. Alternatively check whether the user name / password are correct.
Probably this could be the reason why it hangs. Suresh -----Original Message----- From: manish kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: urgent help needed?? vss with ant hi can some one help in my problem the problem is that i want to get files from the vss folder into my local directory this is my build.xml part which does it <target name="connect"> <echo message="Checking for getvss..."/> <vssget localPath="D:\Testing" recursive="true" login="User,password123" vsspath="/Dir/SubDir/09_Source Code" writable="false"/> </target> the problem is that when i run rthe ant script, it shoes the following in command prompt and hangs D:\bea\wlserver6.1\config\mydomain\applications\fusionr2>runmyant Buildfile: build.xml connect: [echo] Checking for getvss... [vssget] Username: User why is it hanging??what do i need to do so as to get the files from vss??? i ahve also put ss.exe in the path!! some one please help??? __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com -- 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]>
