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/11/14 14:32:10 UTC

cvs commit: ant/xdocs contributors.xml external.xml projects.xml

bodewig     2003/11/14 05:32:10

  Modified:    docs     contributors.html external.html projects.html
               xdocs    contributors.xml external.xml projects.xml
  Log:
  Move AntDoc pointer to external tools, add pointer to Jindent, submitted by Edouard Mercier
  
  Revision  Changes    Path
  1.32      +3 -3      ant/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/contributors.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- contributors.html	12 Oct 2003 19:39:52 -0000	1.31
  +++ contributors.html	14 Nov 2003 13:32:09 -0000	1.32
  @@ -207,9 +207,6 @@
   <a href="http://www.ehatchersolutions.com">eHatcher Solutions, Inc</a>.
   </p>
                                   <p>
  -                <b>Diane Holt</b><br />
  -            </p>
  -                                <p>
                   <b>Donald Leslie</b><br />
               </p>
                                   <p>
  @@ -269,6 +266,9 @@
   was one of the rabble-rousers within Sun that helped make the Jakarta
   Project a reality and served as the first Chairman of the Jakarta PMC.
   </p>
  +                                <p>
  +                <b>Diane Holt</b><br />
  +            </p>
                                   <p>
                   <b>Jon Skeet</b><br />
               </p>
  
  
  
  1.145     +93 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- external.html	3 Nov 2003 14:14:02 -0000	1.144
  +++ external.html	14 Nov 2003 13:32:09 -0000	1.145
  @@ -287,6 +287,60 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="AntDoc"></a>
  +        AntDoc
  +      </h4>
  +                        <p>AntDoc is a tool that generates HTML documentation from Ant
  +        buildfiles; the generated HTML is inspired from what javadoc
  +        yields.  AntDocGUI offers a simple Ant target launcher named
  +        AntDoc GUI. Ant targets may be launched from the generated
  +        AntDoc HTML pages. Integration to various IDEs is in
  +        progress.</p>
  +                                <p>AntDoc can be run via an Ant task, AntDoc GUI can be run
  +        via an Ant task, or via a JVM launch.</p>
  +                                      <table class="ForrestTable" cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.4.1 and higher
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="http://antdoc.free.fr/">http://antdoc.free.fr/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Edouard Mercier
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          The Apache Software License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Anteater"></a>
           Anteater
         </h4>
  @@ -2100,6 +2154,45 @@
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
             GNU General Public License (GPL)
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
  +        <a name="JindentTask"></a>
  +        JindentTask
  +      </h4>
  +                        <p>JindentTask is a very straightforward wrapping of the
  +        Jindent tool, a vendor code beautifier. It enables to use
  +        Jindent natively from Ant.</p>
  +                                      <table class="externals" cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.4.1 and higher
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="http://the.edouard.mercier.free.fr/Jindent_content.php">http://the.edouard.mercier.free.fr/Jindent_content.php</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Edouard Mercier
         </td>
         </tr>
           </table>
  
  
  
  1.48      +0 -53     ant/docs/projects.html
  
  Index: projects.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- projects.html	12 Oct 2003 19:39:52 -0000	1.47
  +++ projects.html	14 Nov 2003 13:32:09 -0000	1.48
  @@ -281,59 +281,6 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  -        <a name="AntDoc"></a>
  -        AntDoc
  -      </h4>
  -                        <p>AntDoc is a tool that generates HTML documentation from Ant
  -        buildfiles; the generated HTML is inspired from what javadoc
  -        yields. It also offers a simple Ant target launcher named
  -        AntDoc GUI. Ant targets may be launched from the generated
  -        AntDoc HTML pages.</p>
  -                                <p>AntDoc can be run via an Ant task, AntDoc GUI can be run
  -        via an Ant task, or via a JVM launch.</p>
  -                                      <table class="ForrestTable" cellspacing="1" cellpadding="4">
  -              <tr>
  -                      <th colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          Compatibility:
  -      </th>
  -                          <td colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          Ant 1.4.1 and higher
  -      </td>
  -      </tr>
  -                  <tr>
  -                      <th colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          URL:
  -      </th>
  -                          <td colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          <a href="http://antdoc.free.fr/">http://antdoc.free.fr/</a>
  -      </td>
  -      </tr>
  -                  <tr>
  -                      <th colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          Contact:
  -      </th>
  -                          <td colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          <a href="mailto:antdoc@noos.fr">Edouard Mercier</a>
  -      </td>
  -      </tr>
  -                  <tr>
  -                      <th colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          License:
  -      </th>
  -                          <td colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          The Apache Software License
  -      </td>
  -      </tr>
  -        </table>
  -                                                    <h4 class="subsection">
           <a name="Antelope"></a>
           Antelope
         </h4>
  
  
  
  1.17      +4 -4      ant/xdocs/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/contributors.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- contributors.xml	2 Sep 2003 16:17:40 -0000	1.16
  +++ contributors.xml	14 Nov 2003 13:32:10 -0000	1.17
  @@ -42,10 +42,6 @@
   </p>
   
               <p>
  -                <b>Diane Holt</b><br/>
  -            </p>
  -
  -            <p>
                   <b>Donald Leslie</b><br/>
               </p>
   
  @@ -111,6 +107,10 @@
   was one of the rabble-rousers within Sun that helped make the Jakarta
   Project a reality and served as the first Chairman of the Jakarta PMC.
   </p>
  +
  +            <p>
  +                <b>Diane Holt</b><br/>
  +            </p>
   
               <p>
                   <b>Jon Skeet</b><br/>
  
  
  
  1.107     +54 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- external.xml	3 Nov 2003 14:14:02 -0000	1.106
  +++ external.xml	14 Nov 2003 13:32:10 -0000	1.107
  @@ -77,6 +77,38 @@
           </table>
         </subsection>
   
  +      <subsection name="AntDoc">
  +
  +        <p>AntDoc is a tool that generates HTML documentation from Ant
  +        buildfiles; the generated HTML is inspired from what javadoc
  +        yields.  AntDocGUI offers a simple Ant target launcher named
  +        AntDoc GUI. Ant targets may be launched from the generated
  +        AntDoc HTML pages. Integration to various IDEs is in
  +        progress.</p>
  +
  +        <p>AntDoc can be run via an Ant task, AntDoc GUI can be run
  +        via an Ant task, or via a JVM launch.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4.1 and higher</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://antdoc.free.fr/">http://antdoc.free.fr/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td>Edouard Mercier</td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>The Apache Software License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Anteater">
   
           <p>Anteater is a set of Ant tasks for the functional testing of websites
  @@ -1078,6 +1110,28 @@
             <tr>
               <th>License:</th>
               <td>GNU General Public License (GPL)</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="JindentTask">
  +
  +        <p>JindentTask is a very straightforward wrapping of the
  +        Jindent tool, a vendor code beautifier. It enables to use
  +        Jindent natively from Ant.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4.1 and higher</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://the.edouard.mercier.free.fr/Jindent_content.php">http://the.edouard.mercier.free.fr/Jindent_content.php</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td>Edouard Mercier</td>
             </tr>
           </table>
         </subsection>
  
  
  
  1.11      +0 -31     ant/xdocs/projects.xml
  
  Index: projects.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- projects.xml	26 May 2003 07:09:54 -0000	1.10
  +++ projects.xml	14 Nov 2003 13:32:10 -0000	1.11
  @@ -69,37 +69,6 @@
           </table>
         </subsection>
   
  -      <subsection name="AntDoc">
  -
  -        <p>AntDoc is a tool that generates HTML documentation from Ant
  -        buildfiles; the generated HTML is inspired from what javadoc
  -        yields. It also offers a simple Ant target launcher named
  -        AntDoc GUI. Ant targets may be launched from the generated
  -        AntDoc HTML pages.</p>
  -
  -        <p>AntDoc can be run via an Ant task, AntDoc GUI can be run
  -        via an Ant task, or via a JVM launch.</p>
  -
  -        <table>
  -          <tr>
  -            <th>Compatibility:</th>
  -            <td>Ant 1.4.1 and higher</td>
  -          </tr>
  -          <tr>
  -            <th>URL:</th>
  -            <td><a href="http://antdoc.free.fr/">http://antdoc.free.fr/</a></td>
  -          </tr>
  -          <tr>
  -            <th>Contact:</th>
  -            <td><a href="mailto:antdoc@noos.fr">Edouard Mercier</a></td>
  -          </tr>
  -          <tr>
  -            <th>License:</th>
  -            <td>The Apache Software License</td>
  -          </tr>
  -        </table>
  -      </subsection>
  -
         <subsection name="Antelope">
   
           <p>A GUI for running Ant and editing build files, can run as
  
  
  

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