The command line it creates works fine for me. Do I need a particular version of SS?
K.C. > -----Original Message----- > From: Matthew Geis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 21, 2000 12:45 PM > To: KC Baltz; ''[EMAIL PROTECTED]' ' > Subject: RE: Is VSSGET still working? > > > The best way to check is to run the command that VSSGET > generates. You have > it right there below. Try typing it in on the command line, > and you'll know > whether the problem is in ANT or in the params you're > passing. I'm guessing > that you simply have a bad password or something like that. > I'm using 1.2, > and with the exception of the bug I reported earlier this > morning, I've had > no problems with it. > > -----Original Message----- > From: KC Baltz > To: '[EMAIL PROTECTED]' > Sent: 11/21/00 9:11 AM > Subject: Is VSSGET still working? > > I'm trying to use it with Ant 1.2. I have the optional.jar > in ant/lib. > I > have ss.exe in my path. Here is the Target > > <target name="vss" depends="init"> > <vssget vsspath = "${ssProject}" > recursive = "true" > login = "${ssUser},${ssPassword}" > writable = "false" > /> > </target> > > Here is the error I get: > > D:\src\ant\build.xml:383: java.io.IOException: CreateProcess: ss Get > $/ResponseWorks -I- -R -Yuser,pass error=2 > java.io.IOException: CreateProcess: ss Get $/ResponseWorks -I- -R > -Yuser,pass error=2 > at java.lang.Win32Process.create(Native Method) > at java.lang.Win32Process.<init>(Win32Process.java:66) > at java.lang.Runtime.execInternal(Native Method) > at java.lang.Runtime.exec(Runtime.java:551) > at java.lang.reflect.Method.invoke(Native Method) > at > org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.ex > ec(Execute > .jav > a:390) > at > org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:247) > at > org.apache.tools.ant.taskdefs.optional.vss.MSVSS.run(MSVSS.java:161) > at > org.apache.tools.ant.taskdefs.optional.vss.MSVSSGET.execute(MS > VSSGET.jav > a:16 > 7) > at org.apache.tools.ant.Target.execute(Target.java:142) > at org.apache.tools.ant.Project.runTarget(Project.java:818) > at > org.apache.tools.ant.Project.executeTarget(Project.java:532) > at > org.apache.tools.ant.Project.executeTargets(Project.java:506) > at org.apache.tools.ant.Main.runBuild(Main.java:420) > at org.apache.tools.ant.Main.main(Main.java:149) > > Total time: 1 second > > Thanks in advance, > K.C. Baltz >
