From eba35ca5ba793f34fd46a32aac37aea6bf87bc72 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig 2001/04/29 $Date$
Contents
@@ -62,6 +63,10 @@ they were primarily intended to be used by automated build systems.
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.