@@ -54,7 +54,7 @@ from the command line in the target directory in which you are working.
<tr>
<tr>
<td valign="top">dest</td>
<td valign="top">dest</td>
<td valign="top">the directory where the checked out files should
<td valign="top">the directory where the checked out files should
be placed. Note that this is different from CVS's -d command line
be placed. Note that this is different from CVS's <code> -d</code> command line
switch as Ant will never shorten pathnames to avoid empty
switch as Ant will never shorten pathnames to avoid empty
directories.</td>
directories.</td>
<td align="center" valign="top">No, default is project's basedir.</td>
<td align="center" valign="top">No, default is project's basedir.</td>
@@ -93,12 +93,12 @@ from the command line in the target directory in which you are working.
<tr>
<tr>
<td valign="top">output</td>
<td valign="top">output</td>
<td valign="top">the file to direct standard output from the command.</td>
<td valign="top">the file to direct standard output from the command.</td>
<td align="center" valign="top">No, default output to ANT Log as MSG_INFO.</td>
<td align="center" valign="top">No, default output to ANT Log as <code> MSG_INFO</code> .</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">error</td>
<td valign="top">error</td>
<td valign="top">the file to direct standard error from the command.</td>
<td valign="top">the file to direct standard error from the command.</td>
<td align="center" valign="top">No, default error to ANT Log as MSG_WARN.</td>
<td align="center" valign="top">No, default error to ANT Log as <code> MSG_WARN</code> .</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">append</td>
<td valign="top">append</td>
@@ -108,17 +108,17 @@ from the command line in the target directory in which you are working.
<tr>
<tr>
<td valign="top">port</td>
<td valign="top">port</td>
<td valign="top">Port used by CVS to communicate with the server.</td>
<td valign="top">Port used by CVS to communicate with the server.</td>
<td align="center" valign="top">No, default port 2401.</td>
<td align="center" valign="top">No, default port <code> 2401</code> .</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">passfile</td>
<td valign="top">passfile</td>
<td valign="top">Password file to read passwords from.</td>
<td valign="top">Password file to read passwords from.</td>
<td align="center" valign="top">No, default file ~/.cvspass.</td>
<td align="center" valign="top">No, default file <code> ~/.cvspass</code> .</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">failonerror</td>
<td valign="top">failonerror</td>
<td valign="top">Stop the build process if the command exits with a
<td valign="top">Stop the build process if the command exits with a
return code other than <code>0</code>. Defaults to false</td>
return code other than <code>0</code>. Defaults to " false" </td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
</table>
</table>
@@ -157,7 +157,7 @@ or:
</cvs>
</cvs>
</pre>
</pre>
<p>
<p>
You may include as many <commandline> elements as you like.
You may include as many <code> <commandline></code> elements as you like.
Each will inherit the <code>failonerror</code>, <code>compression</code>, and other "global" parameters
Each will inherit the <code>failonerror</code>, <code>compression</code>, and other "global" parameters
from the <code><cvs></code> element.
from the <code><cvs></code> element.
</p>
</p>
@@ -167,10 +167,10 @@ from the <code><cvs></code> element.
<p>Updates from the head of repository ignoring sticky bits (<code>-A</code>) and creating any new directories as necessary (<code>-d</code>).</p>
<p>Updates from the head of repository ignoring sticky bits (<code>-A</code>) and creating any new directories as necessary (<code>-d</code>).</p>
<p>Note: the text of the command is passed to cvs "as-is" so any cvs options should appear
<p>Note: the text of the command is passed to cvs "as-is" so any cvs options should appear
before the command, and any command options should appear after the command as in the diff example
before the command, and any command options should appear after the command as in the diff example
above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.7 /cvs.html" target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.7 /cvs_16.html" target="_top">Guide to CVS commands</a></p>
above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13 /cvs.html" target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13 /cvs_16.html" target="_top">Guide to CVS commands</a></p>
<hr>
<hr>
<p align="center">Copyright © 2000-2003 Apache Software
<p align="center">Copyright © 2000-2004 The Apache Software
Foundation. All rights Reserved.</p>
Foundation. All rights Reserved.</p>
</body>
</body>