Browse Source

Add pointer to Grand by Christophe Labouisse

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276633 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
2bb7991265
2 changed files with 78 additions and 0 deletions
  1. +51
    -0
      docs/external.html
  2. +27
    -0
      xdocs/external.xml

+ 51
- 0
docs/external.html View File

@@ -1350,6 +1350,57 @@
valign="top" align="left"> valign="top" align="left">
Apache Software Foundation License Apache Software Foundation License
</td> </td>
</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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 27
- 0
xdocs/external.xml View File

@@ -673,6 +673,33 @@
</table> </table>
</subsection> </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"> <subsection name="Greebo">


<p>Greebo is an Ant-task for downloading dependency files <p>Greebo is an Ant-task for downloading dependency files


Loading…
Cancel
Save