diff --git a/docs/manual/OptionalTasks/vss.html b/docs/manual/OptionalTasks/vss.html index 2d0cbeadd..f66c0482b 100644 --- a/docs/manual/OptionalTasks/vss.html +++ b/docs/manual/OptionalTasks/vss.html @@ -13,6 +13,7 @@
2001/04/29
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.