git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274038 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -224,8 +224,7 @@ is so important. | |||||
| <h2>Test</h2> | <h2>Test</h2> | ||||
| <!--Look in <tt>ant/src/testcases</tt> and you will find JUnit tests for the--> | |||||
| Look in <tt>jakarta-ant/src/testcases</tt> and you will find JUnit tests for the | |||||
| Look in <tt>ant/src/testcases</tt> and you will find JUnit tests for the | |||||
| shipping ant tasks, to see how it is done and what is expected of a new | shipping ant tasks, to see how it is done and what is expected of a new | ||||
| task. Most of them are rudimentary, and no doubt you could do better for | task. Most of them are rudimentary, and no doubt you could do better for | ||||
| your task -feel free to do so! | your task -feel free to do so! | ||||
| @@ -211,18 +211,10 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</p | |||||
| <p>Modules available for access are (click the links to view the | <p>Modules available for access are (click the links to view the | ||||
| CVS tree via ViewCVS):</p> | CVS tree via ViewCVS):</p> | ||||
| <ul> | <ul> | ||||
| <!-- | |||||
| <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The | <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The | ||||
| "main" Ant module.</li> | |||||
| "main" Ant module.</li> | |||||
| <li><a | |||||
| href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a> | |||||
| - Antidote, a GUI frontend to Ant.</li> | |||||
| --> | |||||
| <li><a href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> - | |||||
| The "main" Ant module.</li> | |||||
| <li><a href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a> | |||||
| <li><a href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a> | |||||
| - Antidote, a GUI frontend to Ant.</li> | - Antidote, a GUI frontend to Ant.</li> | ||||
| </ul> | </ul> | ||||
| <p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | <p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | ||||
| @@ -451,10 +451,7 @@ | |||||
| </td></tr> | </td></tr> | ||||
| </table> | </table> | ||||
| <p>The page you are looking it is generated from | <p>The page you are looking it is generated from | ||||
| <!-- | |||||
| <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/faq.xml">this</a> | <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/faq.xml">this</a> | ||||
| --> | |||||
| <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/faq.xml">this</a> | |||||
| document. If you want to add a new question, please submit | document. If you want to add a new question, please submit | ||||
| a patch against this document to one of Ant's mailing lists; | a patch against this document to one of Ant's mailing lists; | ||||
| hopefully, the structure is self-explanatory.</p> | hopefully, the structure is self-explanatory.</p> | ||||
| @@ -479,8 +476,7 @@ | |||||
| <p>The Velocity stylesheets used to process the XML files can | <p>The Velocity stylesheets used to process the XML files can | ||||
| be found in the <code>xdocs/stylesheets</code> subdirectory of | be found in the <code>xdocs/stylesheets</code> subdirectory of | ||||
| Ant's CVS repository - the build file | Ant's CVS repository - the build file | ||||
| <!-- <code>docs.xml</code> at the top level of the ant CVS --> | |||||
| <code>docs.xml</code> at the top level of the jakarta-ant CVS | |||||
| <code>docs.xml</code> at the top level of the ant CVS | |||||
| module is used to drive Anakia.</p> | module is used to drive Anakia.</p> | ||||
| <p>This file assumes that you have the | <p>This file assumes that you have the | ||||
| <code>jakarta-site2</code> CVS module checked out as well, but | <code>jakarta-site2</code> CVS module checked out as well, but | ||||
| @@ -689,7 +685,7 @@ | |||||
| <li>a License: entry containing the type of license for the | <li>a License: entry containing the type of license for the | ||||
| tool/task</li> | tool/task</li> | ||||
| </ul> | </ul> | ||||
| <p>The preferred format for this information is a patch to <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/external.xml">this</a> | |||||
| <p>The preferred format for this information is a patch to <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a> | |||||
| document.</p> | document.</p> | ||||
| <br/> | <br/> | ||||
| <a name="passing-cli-args"></a> | <a name="passing-cli-args"></a> | ||||
| @@ -1361,7 +1357,7 @@ while(<STDIN>) { | |||||
| <pre class="code"> | <pre class="code"> | ||||
| ant -logger org.apache.tools.ant.listener.MailLogger | ant -logger org.apache.tools.ant.listener.MailLogger | ||||
| </pre> | </pre> | ||||
| <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listeners | |||||
| <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners | |||||
| & Loggers</a> documentation for details on the properties | & Loggers</a> documentation for details on the properties | ||||
| required.</p> | required.</p> | ||||
| <p>For older versions of Ant, you can use a custom | <p>For older versions of Ant, you can use a custom | ||||
| @@ -24,21 +24,12 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</s | |||||
| CVS tree via ViewCVS):</p> | CVS tree via ViewCVS):</p> | ||||
| <ul> | <ul> | ||||
| <!-- | |||||
| <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The | <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The | ||||
| "main" Ant module.</li> | "main" Ant module.</li> | ||||
| <li><a | <li><a | ||||
| href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a> | href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a> | ||||
| - Antidote, a GUI frontend to Ant.</li> | - Antidote, a GUI frontend to Ant.</li> | ||||
| --> | |||||
| <li><a | |||||
| href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> - | |||||
| The "main" Ant module.</li> | |||||
| <li><a | |||||
| href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a> | |||||
| - Antidote, a GUI frontend to Ant.</li> | |||||
| </ul> | </ul> | ||||
| <p>If you are not familiar with CVS, <a | <p>If you are not familiar with CVS, <a | ||||
| @@ -20,10 +20,7 @@ | |||||
| <question>How can I contribute to this FAQ?</question> | <question>How can I contribute to this FAQ?</question> | ||||
| <answer> | <answer> | ||||
| <p>The page you are looking it is generated from | <p>The page you are looking it is generated from | ||||
| <!-- | |||||
| <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/faq.xml">this</a> | <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/faq.xml">this</a> | ||||
| --> | |||||
| <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/faq.xml">this</a> | |||||
| document. If you want to add a new question, please submit | document. If you want to add a new question, please submit | ||||
| a patch against this document to one of Ant's mailing lists; | a patch against this document to one of Ant's mailing lists; | ||||
| hopefully, the structure is self-explanatory.</p> | hopefully, the structure is self-explanatory.</p> | ||||
| @@ -46,8 +43,7 @@ | |||||
| <p>The Velocity stylesheets used to process the XML files can | <p>The Velocity stylesheets used to process the XML files can | ||||
| be found in the <code>xdocs/stylesheets</code> subdirectory of | be found in the <code>xdocs/stylesheets</code> subdirectory of | ||||
| Ant's CVS repository - the build file | Ant's CVS repository - the build file | ||||
| <!-- <code>docs.xml</code> at the top level of the ant CVS --> | |||||
| <code>docs.xml</code> at the top level of the jakarta-ant CVS | |||||
| <code>docs.xml</code> at the top level of the ant CVS | |||||
| module is used to drive Anakia.</p> | module is used to drive Anakia.</p> | ||||
| <p>This file assumes that you have the | <p>This file assumes that you have the | ||||
| @@ -213,14 +209,9 @@ | |||||
| tool/task</li> | tool/task</li> | ||||
| </ul> | </ul> | ||||
| <!-- | |||||
| <p>The preferred format for this information is a patch to <a | <p>The preferred format for this information is a patch to <a | ||||
| href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a> | href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a> | ||||
| document.</p> | document.</p> | ||||
| --> | |||||
| <p>The preferred format for this information is a patch to <a | |||||
| href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/external.xml">this</a> | |||||
| document.</p> | |||||
| </answer> | </answer> | ||||
| @@ -850,14 +841,9 @@ while(<STDIN>) { | |||||
| ant -logger org.apache.tools.ant.listener.MailLogger | ant -logger org.apache.tools.ant.listener.MailLogger | ||||
| ]]></source> | ]]></source> | ||||
| <!-- | |||||
| <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners | <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners | ||||
| & Loggers</a> documentation for details on the properties | & Loggers</a> documentation for details on the properties | ||||
| required.</p> | required.</p> | ||||
| --> | |||||
| <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listeners | |||||
| & Loggers</a> documentation for details on the properties | |||||
| required.</p> | |||||
| <p>For older versions of Ant, you can use a custom | <p>For older versions of Ant, you can use a custom | ||||
| BuildListener that sends out an email | BuildListener that sends out an email | ||||