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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to