bodewig 2004/06/25 00:03:40
Modified: docs Tag: ANT_16_BRANCH external.html resources.html
xdocs Tag: ANT_16_BRANCH external.xml resources.xml
Log:
merge
Revision Changes Path
No revision
No revision
1.136.2.19 +51 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.136.2.18
retrieving revision 1.136.2.19
diff -u -r1.136.2.18 -r1.136.2.19
--- external.html 23 Jun 2004 06:49:24 -0000 1.136.2.18
+++ external.html 25 Jun 2004 07:03:39 -0000 1.136.2.19
@@ -1350,6 +1350,57 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="Grand"></a>
+ Grand
+ </h4>
+ <p>Grand is a set of tools to create a visual
representation of Ant target
+ dependencies. It works by taking an Ant build file and creating a
"dot" file. It
+ differs from the existing tools by relying on the Ant API rather
than XML parsing to
+ get the dependencies. It includes many advanced features such as
filtering or
+ rendering depending on the target's nature. Also features a SWT
based GUI.</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.6 and later
+ </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://www.ggtools.net/grand/">http://www.ggtools.net/grand/</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Contact:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Christophe Labouisse
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ BSD License
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Greebo"></a>
Greebo
</h4>
1.66.2.4 +33 -3 ant/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/ant/docs/resources.html,v
retrieving revision 1.66.2.3
retrieving revision 1.66.2.4
diff -u -r1.66.2.3 -r1.66.2.4
--- resources.html 16 Jun 2004 14:27:27 -0000 1.66.2.3
+++ resources.html 25 Jun 2004 07:03:39 -0000 1.66.2.4
@@ -498,14 +498,44 @@
<a name="Articles and Presentations"></a>
Articles and Presentations
</h3>
- <p>The following sections list articles and
presentations written about Apache Ant. If
- you've written something that should be included, please post it to one
- of the mailing lists.</p>
+ <p>The following sections list articles and
presentations
+ written about Apache Ant. If you've written something that
+ should be included, please post it to one of the mailing
+ lists.</p>
<h3 class="section">
<a name="Articles"></a>
Articles
</h3>
<h4 class="subsection">
+ <a name="New Ant 1.6 Features for Big Projects"></a>
+ New Ant 1.6 Features for Big Projects
+ </h4>
+ <p>This article describes the <macrodef>,
<import>
+ and <subant> in detail and shows how they help in
+ building bigger systems.</p>
+ <table class="externals"
cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Author:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Stefan Bodewig
+ </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://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a>
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Ant in Anger: Using Ant in a Production Development
System"></a>
Ant in Anger: Using Ant in a Production Development System
</h4>
No revision
No revision
1.100.2.19 +27 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.100.2.18
retrieving revision 1.100.2.19
diff -u -r1.100.2.18 -r1.100.2.19
--- external.xml 23 Jun 2004 06:49:24 -0000 1.100.2.18
+++ external.xml 25 Jun 2004 07:03:39 -0000 1.100.2.19
@@ -673,6 +673,33 @@
</table>
</subsection>
+ <subsection name="Grand">
+ <p>Grand is a set of tools to create a visual representation of Ant
target
+ dependencies. It works by taking an Ant build file and creating a
"dot" file. It
+ differs from the existing tools by relying on the Ant API rather
than XML parsing to
+ get the dependencies. It includes many advanced features such as
filtering or
+ rendering depending on the target's nature. Also features a SWT
based GUI.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.6 and later</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.ggtools.net/grand/">http://www.ggtools.net/grand/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td>Christophe Labouisse</td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>BSD License</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Greebo">
<p>Greebo is an Ant-task for downloading dependency files
1.31.2.2 +21 -3 ant/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/resources.xml,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -r1.31.2.1 -r1.31.2.2
--- resources.xml 16 Feb 2004 16:45:09 -0000 1.31.2.1
+++ resources.xml 25 Jun 2004 07:03:39 -0000 1.31.2.2
@@ -245,13 +245,31 @@
<section name="Articles and Presentations">
- <p>The following sections list articles and presentations written
about Apache Ant. If
- you've written something that should be included, please post it to one
- of the mailing lists.</p>
+ <p>The following sections list articles and presentations
+ written about Apache Ant. If you've written something that
+ should be included, please post it to one of the mailing
+ lists.</p>
</section>
<section name="Articles">
+
+ <subsection name="New Ant 1.6 Features for Big Projects">
+ <p>This article describes the <macrodef>, <import>
+ and <subant> in detail and shows how they help in
+ building bigger systems.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Author:</th>
+ <td>Stefan Bodewig</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a></td>
+ </tr>
+ </table>
+ </subsection>
<subsection name="Ant in Anger: Using Ant in a Production Development
System">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]