diff options
| author | Stefan Bodewig <bodewig@apache.org> | 2002-07-23 07:29:49 +0000 |
|---|---|---|
| committer | Stefan Bodewig <bodewig@apache.org> | 2002-07-23 07:29:49 +0000 |
| commit | 5c0429c7acf0a3f9f6ce0b7e84dfff858bf8e7dd (patch) | |
| tree | d804a10798a519e449ecba551d4303d7b5449a56 /xdocs/projects.xml | |
| parent | ef45079a18e0b8caca8e108548189914d271ed13 (diff) | |
| download | ant-5c0429c7acf0a3f9f6ce0b7e84dfff858bf8e7dd.tar.gz | |
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
Diffstat (limited to 'xdocs/projects.xml')
| -rw-r--r-- | xdocs/projects.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/xdocs/projects.xml b/xdocs/projects.xml index 8cf75a327..53633366a 100644 --- a/xdocs/projects.xml +++ b/xdocs/projects.xml @@ -42,6 +42,37 @@ </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://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"> <p>Anthill is a build tool that promotes a controlled build |
