From 84b1cad0c6eae815f5d1e6e8bf86479815b7ee16 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig 2001/04/29
@@ -53,6 +54,14 @@ they were primarily intended to be used by automated build systems.
Copyright © 2001 Apache Software Foundation. All rights + + +
Attribute | +Values | +Required | +
---|---|---|
localpath | +Specify the local file(s) to add to VSS | +Yes | +
login | +username[,password] - The username and password needed to get access + to VSS. Note that you may need to specify both (if you have a password) - + Ant/VSS will hang if you leave the password out and VSS does not accept + login without a password. | +No | +
ssdir | +directory where ss.exe resides. By default the
+ task expects it to be in the PATH. |
+ No | +
serverPath | +directory where srssafe.ini resides. |
+ No | +
writable | +true or false | +No | +
recursive | +true or false | +No | +
comment | +Comment to use for the files that where checked in. | +No | +
autoresponse | +'Y', 'N' or empty. Specify how to reply to questions from VSS. | +No | +
+++<vssadd localpath="D:\build\build.00012.zip" + comment="Added by automatic build"/> ++
Add the file named build.00012.zip into the project current working +directory (see vsscp).
+Task to perform CP (Change Project) commands to Microsoft Visual SourceSafe.
+This task is typically used before a VssAdd in order to set the target project
+Attribute | +Values | +Required | +
---|---|---|
vsspath | +SourceSafe path which specifies the project you wish to + make the current project. You should not specify the leading dollar-sign - + it is prepended by Ant automatically. | +Yes | +
login | +username[,password] - The username and password needed to get access + to VSS. Note that you may need to specify both (if you have a password) - + Ant/VSS will hang if you leave the password out and VSS does not accept + login without a password. | +No | +
ssdir | +directory where ss.exe resides. By default the
+ task expects it to be in the PATH. |
+ No | +
serverPath | +directory where srssafe.ini resides. |
+ No | +
+++<vsscp vsspath="/Projects/ant"/> ++
Sets the current VSS project to $/Projects/ant.
+Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.