You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2006/05/05 09:51:46 UTC

svn commit: r400005 - /ant/sandbox/antlibs/vss/docs/vss.html

Author: kevj
Date: Fri May  5 00:51:43 2006
New Revision: 400005

URL: http://svn.apache.org/viewcvs?rev=400005&view=rev
Log:
added doco for vss:status

Modified:
    ant/sandbox/antlibs/vss/docs/vss.html

Modified: ant/sandbox/antlibs/vss/docs/vss.html
URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/docs/vss.html?rev=400005&r1=400004&r2=400005&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/docs/vss.html (original)
+++ ant/sandbox/antlibs/vss/docs/vss.html Fri May  5 00:51:43 2006
@@ -1196,7 +1196,65 @@
 </blockquote>
 <p>Locates the VSS-Project <i>$/${vss-project}</i>.</p>
 
-
+<!-- vss:status -->
+ <h2><a name="vss:status">vss:status</a></h2>
+ <h3>Description</h3>
+ Task to perform STATUS commands to Microsoft Visual Source Safe.
+ <p>Shows check out information on files 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>user</td>
+    <td>The user to search for files for.</td>
+    <td>No</td>
+  </tr>
+  <tr>
+    <td>vsspath</td>
+    <td>SourceSafe path of project or file to be recovered</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>
+</table>
+<h3>Examples</h3>
+<blockquote>
+<pre>
+ &lt;vss:status
+	  vsspath=&quot;$/${vss-project}&quot;
+	  login=&quot;Guest,&quot;
+      user=&quot;Guest&quot;
+	/&gt;
+</pre>
+</blockquote>
+<p>Locates the VSS-Project <i>$/${vss-project}</i>.</p>
 <hr>
 
 <!-- Footer -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org