bodewig 2004/06/24 23:54:27
Modified: docs external.html
xdocs external.xml
Log:
Add pointer to Grand by Christophe Labouisse
Revision Changes Path
1.173 +51 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- external.html 23 Jun 2004 06:48:20 -0000 1.172
+++ external.html 25 Jun 2004 06:54:27 -0000 1.173
@@ -1353,6 +1353,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.134 +27 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- external.xml 23 Jun 2004 06:48:20 -0000 1.133
+++ external.xml 25 Jun 2004 06:54:27 -0000 1.134
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]