Hi, This might seem to be a simple question. I am trying to write to a build.xml to fetch all the files from Microsoft Visual Sourcesafe. The script should fetch all the files after a specified date. I am seeing the following error: what is the fix: ----------------------------- ERROR:
Buildfile: build.xml fetch: BUILD FAILED file:C://build.xml:8: java.io.IOException: CreateProcess: \\10.154.87.24\gif_vss \SS.EXE\ss Get "$$/PMO/Source Code/Production/GIFPMO/SourceCode/src" -GLC:\gm o\src -I- -Ygoneln,tester123 error=3 Total time: 1 second ----------------------------- <project name="GMO" default="fetch"> <description>GMO Build </description> <target name="fetch" description="Fetch the source " > <vssget localPath="C:/gmo/src" login="test,wipro123" ssdir="\\10.154.87.24\gif_vss\SS.EXE" serverPath="\\10.154.87.24\win32\srcsafe.ini" vsspath="$/PMO/SourceCode/Production/GMO/SourceCode/src"/> </target> </project> FYI: The sourcesafe is installed on a different system. Thanks & Regards, Gonella N.V.Jayprakash The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]