diff --git a/docs/manual/OptionalTasks/vss.html b/docs/manual/OptionalTasks/vss.html index f66c0482b..2c27355c1 100644 --- a/docs/manual/OptionalTasks/vss.html +++ b/docs/manual/OptionalTasks/vss.html @@ -14,8 +14,9 @@
2001/04/29
+$Date$
Sets the current VSS project to $/Projects/ant.
Creates a new project in VSS.
+| Attribute | +Values | +Required | +
|---|---|---|
| login | +username,password | +No | +
| vsspath | +SourceSafe path of project to be created | +Yes | +
| ssdir | +directory where ss.exe resides. By default the task expects it to be in the PATH. |
+ No | +
| quiet | +suppress output (off by default) | +No | +
| failOnError | +fail if there is an error creating the project (true by default) | +No | +
| autoresponse | +What to respond with (sets the -I option). By default, -I- is used; values of Y or N will be appended to this. | +No | +
| comment | +The comment to use for this label. Empty or '-' for no comment. | +No | +
+++<vsscreate vsspath="/existingProject/newProject"/> ++
Creates the VSS-Project $/existingProject/newProject.
+Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.