You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Everitt, Andrew" <An...@gbr.xerox.com> on 2000/07/17 09:57:59 UTC

[Patch] MSVSSGET.java

Make sure the task uses the attribute for the ss.exe path. See also patch to
MSVSS.java

Thanks,
Andi.

cvs diff MSVSSGET.java (in directory
D:\OPENSOURCE\APACHE\JAKARTA\jakarta-ant\src\main\org\apache\too
ls\ant\taskd
efs\optional\vss\)
Index: MSVSSGET.java
===================================================================
RCS file:
/home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskde
fs/optional/
vss/MSVSSGET.java,v
retrieving revision 1.1
diff -r1.1 MSVSSGET.java
147c147
<         commandLine.append(SS_EXE).append(' ').append(COMMAND_GET);
---
>         commandLine.append(getSSCommand()).append('
').append(COMMAND_GET);