For more logging and / or debug start ant with the -debug or -verbose flag i.e. ant -debug <target> or ant -verbose <target>
Btw, the localpath in the vssget is that a correct path? I would think it should look something like c:\tempVSS instead but I'm not sure... Cheers Christian > -----Ursprungligt meddelande----- > Fr�n: Vijay Gupta [mailto:[EMAIL PROTECTED]] > Skickat: den 26 april 2001 09:55 > Till: Ant Users List > �mne: RE: VSS Problem > > > > Hi Suresh, > > Now i have modified my build file for vssget setting as follows..... > " <vssget > vsspath="/Projects/KTI/GPiS/Sources" > login="Gupta,vij" > localpath="tempVSS" > ssdir="D:\Program Files\Microsoft Visual > Studio\Common\VSS\win32" > serverPath="D:\Program Files\Microsoft Visual > Studio\Common\VSS" > writable="true" > recursive="true" > /> " > > but still getting same problem, it displays username and > waits for infinite > time and after CTRL+C it just displays password as follows.. > "Buildfile: build.xml > > init: > [vssget] Username: Gupta > [vssget] Password:" > > the only difference this time is it does not give any > error....is there any > log file to see all these problems?? > > thanx for the reponse and for further help.. > > regards > vijay > > > > > > > Paidighantam > > Venkata Suresh To: 'Ant Users > List' <[EMAIL PROTECTED]> > <psuresh1@vane cc: > > nburg.com> Subject: RE: VSS > Problem > > > 09/05/02 02:06 > > PM > > Please respond > > to "Ant Users > > List" > > > > > > > > > > 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]> -- 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]>
