git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292956 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -142,6 +142,7 @@ Fixed bugs: | |||||
| Other changes: | Other changes: | ||||
| -------------- | -------------- | ||||
| * Fixed references to obsoleted CVS web site. Burzilla Report 36854. | |||||
| * Log fine-grained events at verbose level from JUnit. Bugzilla report 31885. | * Log fine-grained events at verbose level from JUnit. Bugzilla report 31885. | ||||
| @@ -11,7 +11,7 @@ | |||||
| <h2><a name="changelog">CvsChangeLog</a></h2> | <h2><a name="changelog">CvsChangeLog</a></h2> | ||||
| <h3>Description</h3> | <h3>Description</h3> | ||||
| <p>Generates an XML-formatted report file of the change logs recorded in a | <p>Generates an XML-formatted report file of the change logs recorded in a | ||||
| <a href="http://www.cvshome.org/" target="_top">CVS</a> repository. </p> | |||||
| <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a> repository. </p> | |||||
| <p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you will get | <p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you will get | ||||
| an error (such as error 2 on windows). If <code><cvs></code> doesn't work, try to execute cvs.exe | an error (such as error 2 on windows). If <code><cvs></code> doesn't work, try to execute cvs.exe | ||||
| from the command line in the target directory in which you are working. | from the command line in the target directory in which you are working. | ||||
| @@ -12,7 +12,7 @@ | |||||
| <h2><a name="cvs">Cvs</a></h2> | <h2><a name="cvs">Cvs</a></h2> | ||||
| <h3>Description</h3> | <h3>Description</h3> | ||||
| <p>Handles packages/modules retrieved from a | <p>Handles packages/modules retrieved from a | ||||
| <a href="http://www.cvshome.org/" target="_top">CVS</a> repository.</p> | |||||
| <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a> repository.</p> | |||||
| <p><b>Important:</b> This task needs "<code>cvs</code>" on the path. If it isn't, you will get | <p><b>Important:</b> This task needs "<code>cvs</code>" on the path. If it isn't, you will get | ||||
| an error (such as error <code>2</code> on windows). If <code><cvs></code> doesn't work, try to execute <code>cvs.exe</code> | an error (such as error <code>2</code> on windows). If <code><cvs></code> doesn't work, try to execute <code>cvs.exe</code> | ||||
| from the command line in the target directory in which you are working. | from the command line in the target directory in which you are working. | ||||
| @@ -176,8 +176,8 @@ 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.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> | |||||
| above. See <a href="http://ximbiot.com/cvs/wiki/index.php?title=Category:User_Documentation" target="_top">the cvs manual</a> for details, | |||||
| specifically the <a href="http://ximbiot.com/cvs/wiki/index.php?title=CVS--Concurrent_Versions_System_v1.12.12.1:_Guide_to_CVS_commands#SEC116" target="_top">Guide to CVS commands</a></p> | |||||
| <hr> | <hr> | ||||
| <p align="center">Copyright © 2000-2005 The Apache Software | <p align="center">Copyright © 2000-2005 The Apache Software | ||||
| Foundation. All rights Reserved.</p> | Foundation. All rights Reserved.</p> | ||||
| @@ -8,7 +8,7 @@ | |||||
| <h2><a name="cvstagdiff">CvsTagDiff</a></h2> | <h2><a name="cvstagdiff">CvsTagDiff</a></h2> | ||||
| <h3>Description</h3> | <h3>Description</h3> | ||||
| <p>Generates an XML-formatted report file of the changes between two tags or dates recorded in a | <p>Generates an XML-formatted report file of the changes between two tags or dates recorded in a | ||||
| <a href="http://www.cvshome.org/" target="_top">CVS</a> repository. </p> | |||||
| <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a> repository. </p> | |||||
| <p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you will get | <p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you will get | ||||
| an error (such as error 2 on windows). If <code><cvs></code> doesn't work, try to execute <code>cvs.exe</code> | an error (such as error 2 on windows). If <code><cvs></code> doesn't work, try to execute <code>cvs.exe</code> | ||||
| from the command line in the target directory in which you are working. | from the command line in the target directory in which you are working. | ||||
| @@ -1136,14 +1136,14 @@ documentation.</p> | |||||
| <tr valign="top"> | <tr valign="top"> | ||||
| <td nowrap><a href="CoreTasks/cvs.html">Cvs</a></td> | <td nowrap><a href="CoreTasks/cvs.html">Cvs</a></td> | ||||
| <td><p>Handles packages/modules retrieved from a | <td><p>Handles packages/modules retrieved from a | ||||
| <a href="http://www.cvshome.org/" target="_top">CVS</a> | |||||
| <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a> | |||||
| repository.</p></td> | repository.</p></td> | ||||
| </tr> | </tr> | ||||
| <tr valign="top"> | <tr valign="top"> | ||||
| <td nowrap><a href="CoreTasks/changelog.html">CvsChangeLog</a></td> | <td nowrap><a href="CoreTasks/changelog.html">CvsChangeLog</a></td> | ||||
| <td><p>Generates an XML report of the changes recorded in a | <td><p>Generates an XML report of the changes recorded in a | ||||
| <a href="http://www.cvshome.org/" target="_top">CVS</a> | |||||
| <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a> | |||||
| repository.</p></td> | repository.</p></td> | ||||
| </tr> | </tr> | ||||
| @@ -1156,7 +1156,7 @@ documentation.</p> | |||||
| <tr valign="top"> | <tr valign="top"> | ||||
| <td nowrap><a href="CoreTasks/cvstagdiff.html">CvsTagDiff</a></td> | <td nowrap><a href="CoreTasks/cvstagdiff.html">CvsTagDiff</a></td> | ||||
| <td><p>Generates an XML-formatted report file of the changes between | <td><p>Generates an XML-formatted report file of the changes between | ||||
| two tags or dates recorded in a <a href="http://www.cvshome.org/" | |||||
| two tags or dates recorded in a <a href="http://www.nongnu.org/cvs/" | |||||
| target="_top">CVS</a> repository.</p></td> | target="_top">CVS</a> repository.</p></td> | ||||
| </tr> | </tr> | ||||