Since i could not figure out what the problem was with the VSS task - I went
forward with the following

<target name="vssget" depends="init">

<exec dir="\vssget" executable="d:\vssget\SSGet.exe" os="Windows 2000"
output="v-test.txt">
  <arg line="-p$/core -r -uadmin,password -lv1.01
\\nycdevweb003\cdrive\citco_vss"/>
</exec>
</target>

It works pretty nice

I appreciate all your help - Also - If youve done the above and have
warnings - Please let me know

Thanks

-----Original Message-----
From: Jesse Stockall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 1:04 PM
To: Ant Users List
Subject: RE: ANT vss get - Problems with retrieving specific lable


On Wed, 2002-02-27 at 12:51, Atluri, Vamsi NYC wrote:
> 
> 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

Try to execute:
"\cdrive\Program Files\Microsoft Visual Studio\Common\VSS\win32\ss" Get
$/cfn -GLD:\cfn -I-Y -R VLv1.01 -W -Yadmin,password 
from a command prompt. 

Do you get the same error about the label?

-- 
 Jesse Stockall                 |       Tel: 1+ 613.599.2441 ext. 243
 CRYPTOCard Corporation         |       Fax: 1+ 613.599.2442            
 Suite 304, 300 March Rd.       |       email: [EMAIL PROTECTED]
 Ottawa, ON, Canada K2K 2E2     |       web: www.cryptocard.com 
---------------------------------------------------------------------


--
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]>

Reply via email to