You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Anna Bernhardt <An...@crystaldecisions.com> on 2002/03/05 19:48:47 UTC

Problems with vssget

Hi 

I'm trying to modify an ant (1.4.1) build script so that it includes the
getting files from vss. I've tried this script with and without specifying a
username/password and still get the same error. When the build fails, it
looks like there is a syntax problem with the dashes -l-. I am using a
mapped drive for the server path. I don't know if this could cause problems.

Any suggestions would be very appreciated. I'm not familiar with using vss
from the command line, so my apologies if I'm missing something obvious.
I've attached what I have in my build file, and the error that I'm getting.

Thanks
Anna
 

>From build file:

</target>
<target name="vss">
<mkdir dir="${build}"/>
<vssget 
localPath="${build}"
recursive="true" 
serverPath="U:\"
vsspath="/Enterprise/K2/JCE"	    
 writable="true"/>
</target> 

How it fails:

BUILD FAILED

C:\utest\build.xml:40: java.io.IOException: CreateProcess: ss Get
$/Enterprise/K
2/JCE -GLC:\utest\dir -I- -R -W error=2

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Problems with vssget

Posted by Jesse Stockall <je...@cryptocard.com>.
On Tue, 2002-03-05 at 13:48, Anna Bernhardt wrote:

> C:\utest\build.xml:40: java.io.IOException: CreateProcess: ss Get
> $/Enterprise/K
> 2/JCE -GLC:\utest\dir -I- -R -W error=2

Is ss.exe in your path? If not you need to specify the path to it with
the "ssdir" attribute.

I got the same error when I removed ss.exe from my path.

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


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>