You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/02/10 14:49:25 UTC

cvs commit: ant/xdocs cvs.xml faq.xml

bodewig     2003/02/10 05:49:25

  Modified:    docs     ant_task_guidelines.html cvs.html faq.html
               xdocs    cvs.xml faq.xml
  Log:
  jakarta-ant module has gone away
  
  Revision  Changes    Path
  1.9       +1 -2      ant/docs/ant_task_guidelines.html
  
  Index: ant_task_guidelines.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/ant_task_guidelines.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ant_task_guidelines.html	10 Feb 2003 12:35:09 -0000	1.8
  +++ ant_task_guidelines.html	10 Feb 2003 13:49:24 -0000	1.9
  @@ -224,8 +224,7 @@
   
   <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
   task. Most of them are rudimentary, and no doubt you could do better for
   your task -feel free to do so!
  
  
  
  1.6       +2 -10     ant/docs/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/cvs.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cvs.html	10 Feb 2003 12:35:09 -0000	1.5
  +++ cvs.html	10 Feb 2003 13:49:24 -0000	1.6
  @@ -211,18 +211,10 @@
                                   <p>Modules available for access are (click the links to view the
         CVS tree via ViewCVS):</p>
                                   <ul>
  -<!--
           <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
  -        &quot;main&quot; 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>
         </ul>
                                   <p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
  
  
  
  1.55      +3 -7      ant/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/faq.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- faq.html	10 Feb 2003 12:35:09 -0000	1.54
  +++ faq.html	10 Feb 2003 13:49:24 -0000	1.55
  @@ -451,10 +451,7 @@
           </td></tr>
         </table>
                     <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~/jakarta-ant/xdocs/faq.xml">this</a>
             document.  If you want to add a new question, please submit
             a patch against this document to one of Ant's mailing lists;
             hopefully, the structure is self-explanatory.</p>
  @@ -479,8 +476,7 @@
                           <p>The Velocity stylesheets used to process the XML files can
           be found in the <code>xdocs/stylesheets</code> subdirectory of
           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>
                           <p>This file assumes that you have the
           <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
             tool/task</li>
           </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>
                       <br/>
         <a name="passing-cli-args"></a>
  @@ -1361,7 +1357,7 @@
                           <pre class="code">
            ant -logger org.apache.tools.ant.listener.MailLogger
   </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
           &amp; Loggers</a> documentation for details on the properties
           required.</p>
                           <p>For older versions of Ant, you can use a custom
  
  
  
  1.4       +0 -9      ant/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/cvs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.xml	10 Feb 2003 11:00:36 -0000	1.3
  +++ cvs.xml	10 Feb 2003 13:49:25 -0000	1.4
  @@ -24,20 +24,11 @@
         CVS tree via ViewCVS):</p>
   
         <ul>
  -<!--
           <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
           &quot;main&quot; 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 &quot;main&quot; 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>
   
  
  
  
  1.31      +1 -15     ant/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/faq.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- faq.xml	10 Feb 2003 12:35:11 -0000	1.30
  +++ faq.xml	10 Feb 2003 13:49:25 -0000	1.31
  @@ -20,10 +20,7 @@
         <question>How can I contribute to this FAQ?</question>
         <answer>
           <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~/jakarta-ant/xdocs/faq.xml">this</a>
             document.  If you want to add a new question, please submit
             a patch against this document to one of Ant&apos;s mailing lists;
             hopefully, the structure is self-explanatory.</p>
  @@ -46,8 +43,7 @@
           <p>The Velocity stylesheets used to process the XML files can
           be found in the <code>xdocs/stylesheets</code> subdirectory of
           Ant&apos;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>
   
           <p>This file assumes that you have the
  @@ -213,14 +209,9 @@
             tool/task</li>
           </ul>
   
  -<!--
           <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>
  --->
  -        <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>
   
  @@ -850,12 +841,7 @@
            ant -logger org.apache.tools.ant.listener.MailLogger
   ]]></source>
   
  -<!--
           <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners
  -        &amp; Loggers</a> documentation for details on the properties
  -        required.</p>
  --->
  -        <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listeners
           &amp; Loggers</a> documentation for details on the properties
           required.</p>