If you set the attribute ssdir to the location of your ss.exe file that
should sort you out.
Like this:
<target name="GetAll">
<vssget recursive="true"
login="user,password"
vsspath="/VSSpropject/"
writable="true"
ssdir="C:\Program Files\Microsoft Visual
Studio\Common\VSS\win32"/>
</target>
Also to note user is not my real username and password is not my real
password :-)
-----Original Message-----
From: Surojit Das [mailto:[EMAIL PROTECTED]]
Sent: 09 January 2001 16:37
To: '[EMAIL PROTECTED]'
Subject: Vssget Question
Ant,
I am new to ant. I want to use vssget but when i am using it in the
buildfile i am getting following error
[vssget] The name specified is not recognized as an
[vssget] internal or external command, operable program or batch file.
What should i do to make it work?
Thanks
Surojit