I am excuting the following: <target name="VSS get CFN" depends="init"> <!-- Get files from VSS DB --> <vssget localPath="${cfnDir}" ssdir="\\nycdevweb003\cdrive\Program Files\Microsoft Visual Studio\Common\VSS\win32" serverPATH="\cdrive\citco_vss" recursive="true" label="v1.01" autoresponse="Y" login="admin,password" vsspath="/cfn" writable="true"/> </target>
I am encoutering the following error: VSS get CFN: Execute:Java13CommandLauncher: "\cdrive\Program Files\Microsoft Vi sual Studio\Common\VSS\win32\ss" Get $/cfn -GLD:\cfn -I-Y -R -VLv1.01 -W -Yadmin ,password [vssget] Version not found BUILD FAILED d:\scripts\cfn\getcfn_new.xml:83: Failed executing: "\cdrive\Progr am Files\Microsoft Visual Studio\Common\VSS\win32\ss" Get $/cfn -GLD:\cfn -I-Y - R -VLv1.01 -W -Yadmin,password at org.apache.tools.ant.taskdefs.optional.vss.MSVSSGET.execute(MSVSSGET. java:185) at org.apache.tools.ant.Task.perform(Task.java:217) at org.apache.tools.ant.Target.execute(Target.java:184) at org.apache.tools.ant.Target.performTasks(Target.java:202) at org.apache.tools.ant.Project.executeTarget(Project.java:601) at org.apache.tools.ant.Project.executeTargets(Project.java:560) at org.apache.tools.ant.Main.runBuild(Main.java:454) at org.apache.tools.ant.Main.start(Main.java:153) at org.apache.tools.ant.Main.main(Main.java:176) Total time: 4 seconds -----Original Message----- From: Jon Skeet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:48 PM To: Ant Users List Subject: RE: ANT vss get - Problems with retrieving specific lable > ssget -p$/cfn/sicav/compisol/java -r -uadmin,password -lv1.01 > \\cdrive\citco_vss > > Actually the ssget program is something i downlaoded from the > internet - It seems microsoft had written it But that's not what Ant is executing. What happens if you try running what Ant is running? Jon -- 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]>