bodewig 02/03/22 00:43:14
Modified: docs/manual/OptionalTasks vss.html
Log:
documentation for vsscreate.
PR: 7153
Submitted by: Gary Weaver <[EMAIL PROTECTED]>
Also made the date field update itself instead of outdated.
Revision Changes Path
1.7 +65 -1 jakarta-ant/docs/manual/OptionalTasks/vss.html
Index: vss.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/vss.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vss.html 21 Mar 2002 08:33:56 -0000 1.6
+++ vss.html 22 Mar 2002 08:43:14 -0000 1.7
@@ -14,8 +14,9 @@
<li>Phillip Wells</li>
<li>Jon Skeet (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
<li>Nigel Magnay (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
+ <li>Gary S. Weaver</li>
</ul>
-<p>2001/04/29</p>
+<p>$Date: 2002/03/22 08:43:14 $</p>
<hr>
<h2>Contents</h2>
<ul>
@@ -62,6 +63,10 @@
<td><a href="#vsscp">vsscp</a></td>
<td>Change the current project being used in VSS</td>
</tr>
+ <tr>
+ <td><a href="#vsscreate">vsscreate</a></td>
+ <td>Creates a project in VSS.</td>
+ </tr>
</table>
<hr>
@@ -664,6 +669,65 @@
<p>Sets the current VSS project to <i>$/Projects/ant</i>.</p>
<hr>
+<!-- VSSCREATE -->
+
+ <h2><a name="vsscreate">VssCreate</a></h2>
+ <h3>Description</h3>
+ Task to perform CREATE commands to Microsoft Visual Source Safe.
+ <p>Creates a new project in VSS.</p>
+<h3>Parameters</h3>
+<table border="1" cellpadding="2" cellspacing="0">
+ <tr>
+ <th>Attribute</th>
+ <th>Values</th>
+ <th>Required</th>
+ </tr>
+ <tr>
+ <td>login</td>
+ <td>username,password</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>vsspath</td>
+ <td>SourceSafe path of project to be created</td>
+ <td>Yes</td>
+ </tr>
+ <tr>
+ <td>ssdir</td>
+ <td>directory where <code>ss.exe</code> resides. By default the task
expects it to be in the PATH.</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>quiet</td>
+ <td>suppress output (off by default)</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>failOnError</td>
+ <td>fail if there is an error creating the project (true by default)</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>autoresponse</td>
+ <td>What to respond with (sets the -I option). By default, -I- is used;
values of Y or N will be appended to this.</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>comment</td>
+ <td>The comment to use for this label. Empty or '-' for no comment.</td>
+ <td>No</td>
+ </tr>
+</table>
+<h3>Examples</h3>
+<blockquote>
+<pre>
+<vsscreate vsspath="/existingProject/newProject"/>
+</pre>
+</blockquote>
+<p>Creates the VSS-Project <i>$/existingProject/newProject</i>.</p>
+<hr>
+
+<!-- Footer -->
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>