bodewig 2002/07/23 00:35:13
Modified: docs Tag: ANT_15_BRANCH projects.html resources.html
xdocs Tag: ANT_15_BRANCH projects.xml resources.xml
Log:
Fix broken link.
Submitted by: Trevor Fields <[EMAIL PROTECTED]>
Add pointer to AntDoc.
Submitted by: Edouard Mercier <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.12.2.1 +76 -0 jakarta-ant/docs/projects.html
Index: projects.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/projects.html,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -r1.12 -r1.12.2.1
--- projects.html 30 Apr 2002 01:20:31 -0000 1.12
+++ projects.html 23 Jul 2002 07:35:13 -0000 1.12.2.1
@@ -182,6 +182,82 @@
<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:[EMAIL PROTECTED]">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 border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="AntHill"><strong>AntHill</strong></a>
</font>
</td></tr>
1.29.2.3 +1 -1 jakarta-ant/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/resources.html,v
retrieving revision 1.29.2.2
retrieving revision 1.29.2.3
diff -u -r1.29.2.2 -r1.29.2.3
--- resources.html 30 May 2002 03:20:22 -0000 1.29.2.2
+++ resources.html 23 Jul 2002 07:35:13 -0000 1.29.2.3
@@ -1130,7 +1130,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<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>
</td>
</tr>
No revision
No revision
1.3.2.1 +31 -0 jakarta-ant/xdocs/projects.xml
Index: projects.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/projects.xml,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- projects.xml 20 Feb 2002 11:28:03 -0000 1.3
+++ projects.xml 23 Jul 2002 07:35:13 -0000 1.3.2.1
@@ -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:[EMAIL PROTECTED]">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
1.16.2.3 +1 -1 jakarta-ant/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/resources.xml,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -r1.16.2.2 -r1.16.2.3
--- resources.xml 30 May 2002 03:20:22 -0000 1.16.2.2
+++ resources.xml 23 Jul 2002 07:35:13 -0000 1.16.2.3
@@ -401,7 +401,7 @@
</tr>
<tr>
<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>
</table>
</subsection>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>