Browse Source

Fix broken link.

Submitted by:	Trevor Fields <fields_t@ociweb.com>

Add pointer to AntDoc.
Submitted by:	Edouard Mercier <antdoc@noos.fr>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273151 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
5c0429c7ac
4 changed files with 109 additions and 2 deletions
  1. +76
    -0
      docs/projects.html
  2. +1
    -1
      docs/resources.html
  3. +31
    -0
      xdocs/projects.xml
  4. +1
    -1
      xdocs/resources.xml

+ 76
- 0
docs/projects.html View File

@@ -178,6 +178,82 @@
</table> </table>
</blockquote> </blockquote>
</td></tr> </td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="AntDoc"><strong>AntDoc</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<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>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4.1 and higher
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://mapage.noos.fr/antdoc">http://mapage.noos.fr/antdoc</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:antdoc@noos.fr">Edouard Mercier</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
At the moment, no license is being attached to the tool.
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%"> <table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6"> <tr><td bgcolor="#828DA6">


+ 1
- 1
docs/resources.html View File

@@ -1130,7 +1130,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan="" <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.ociweb.com/downloads/Ant.pdf">http://www.ociweb.com/downloads/Ant.pdf</a>
<a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a>
</font> </font>
</td> </td>
</tr> </tr>


+ 31
- 0
xdocs/projects.xml View File

@@ -42,6 +42,37 @@
</table> </table>
</subsection> </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://mapage.noos.fr/antdoc">http://mapage.noos.fr/antdoc</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:antdoc@noos.fr">Edouard Mercier</a></td>
</tr>
<tr>
<th>License:</th>
<td>At the moment, no license is being attached to the tool.</td>
</tr>
</table>
</subsection>

<subsection name="AntHill"> <subsection name="AntHill">


<p>Anthill is a build tool that promotes a controlled build <p>Anthill is a build tool that promotes a controlled build


+ 1
- 1
xdocs/resources.xml View File

@@ -401,7 +401,7 @@
</tr> </tr>
<tr> <tr>
<th>URL:</th> <th>URL:</th>
<td><a href="http://www.ociweb.com/downloads/Ant.pdf">http://www.ociweb.com/downloads/Ant.pdf</a></td>
<td><a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>


Loading…
Cancel
Save