Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 21105 invoked from network); 20 Feb 2001 21:13:14 -0000 Received: from web8001.in.yahoo.com (HELO web8001.mail.in.yahoo.com) (203.199.70.19) by h31.sny.collab.net with SMTP; 20 Feb 2001 21:13:14 -0000 Message-ID: <20010220211838.5151.qmail@web8001.mail.in.yahoo.com> Received: from [208.204.155.241] by web8001.mail.in.yahoo.com; Tue, 20 Feb 2001 21:18:38 GMT Date: Tue, 20 Feb 2001 21:18:38 +0000 (GMT) From: =?iso-8859-1?q?jaideep=20satghare?= Subject: RE: VSS get problem To: ant-user@jakarta.apache.org In-Reply-To: <3B2485FD3A5C2A418C6BDD2F43E02413047E47@dmi-exch.demandsolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N yup! that was the problem. Works now. Thanks Chris. --- Chris Greenlee wrote: > > I was getting a similar error, and I tracked it down > to ss.exe not being > in my path. You'll have to tack it on to your path, > or set the ssdir > attribute. Try something like this: > > value="c:/vss/win32"/> > > ... snip ... > ssdir="${vssexecutable}"/> > > > > -----Original Message----- > > From: jaideep satghare > [mailto:jaideep_ant@yahoo.co.in] > > Sent: Tuesday, February 20, 2001 2:17 PM > > To: ant-user@jakarta.apache.org > > Subject: VSS get problem > > > > > > Hi everyone, > > > > I am working on the Ant 1.2 and need it to > > get some files from the VSS. > > I tried this with Ant 1.3 as someone had suggested > for > > another problem, but I keep getting the following > > error... > > > > BUILD FAILED > > > > C:\jaideep\ant\TestVSS.xml:11: > java.io.IOException: > > CreateProcess: ss Get $/CSW_Intranet/put-039/Code > > /Phase2 -GLC:\jaideep\ant\test -I- -R -W > -Yadmin,admin > > error=2 > > java.io.IOException: CreateProcess: ss Get > > $/CSW_Intranet/put-039/Code/Phase2 > > -GLC:\jaideep\ant\test > > -I- -R -W -Yadmin,admin error=2 > > at java.lang.Win32Process.create(Native > > Method) > > at > > > java.lang.Win32Process.(Win32Process.java:64) > > at java.lang.Runtime.execInternal(Native > > Method) > > at > java.lang.Runtime.exec(Runtime.java:272) > > at > > > org.apache.tools.ant.taskdefs.Execute$CommandLauncher.exec(Exe > > cute.java:325) > > at > > > org.apache.tools.ant.taskdefs.Execute$CommandLauncherProxy.exe > > c(Execute.java:431) > > at > > > org.apache.tools.ant.taskdefs.Execute$WinNTCommandLauncher.exe > > c(Execute.java:456) > > 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.java:167) > > 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 > > > > > > > > The builfile is as below > > > > > > > > > > > > > > > > > recursive="true" > > login="admin,admin" > > vsspath="/CSW_Intranet/put-039/Code/Phase2" > > writable="true"/> > > > > > > > > > > > > Can anyone see what I am missing ? > > > > Thanks, > > Jaideep. > > > > > > > ____________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.co.in address at > http://mail.yahoo.co.in > > ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.in address at http://mail.yahoo.co.in