Hi
I found the documentation on the subject, but I can't seem tu get it to
work. Maybe because I'm quite new to Ant :)
I want to checkout a JAR file, generate a new JAR file, and checkin this new
JAR file. I have tried the following (not complete, just my first try):
<target name="deploy" depends="build">
<vsscheckout vsspath="/projects/myproject/lib/my.jar"
localpath="${jardir}/my.jar" recursive="false" login="myname,mypwd"/>
<jar jarfile="${jardir}/my.jar" basedir="${destdir}"/>
</target>
But it comes with the following error:
build.xml:27: java.io.IOException: CreateProcess: ss Checkout
$/projects/myproject/lib/my.jar -GLD:\projects\myproject\jar\my.jar -I- -Ymy
name,mypwd error=2
What is this, is it because the path to SourseSafe is wrong? What do I do to
get it running?
Med venlig hilsen/Best regards
S�ren Neigaard
System Architect
................................
Mobilethink A/S
Arosgaarden
�boulevarden 23, 5.sal
DK - 8000 �rhus C
Telefon: +45 86207800
Direct: +45 86207810
Fax: +45 86207801
Email: [EMAIL PROTECTED]
Web: www.mobilethink.dk
................................
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>