Browse Source

Add Antomology pointed to by Eric Jain on Bug-41392.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@516309 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
d79ae0de40
2 changed files with 80 additions and 0 deletions
  1. +51
    -0
      docs/external.html
  2. +29
    -0
      xdocs/external.xml

+ 51
- 0
docs/external.html View File

@@ -754,6 +754,57 @@
valign="top" align="left">
GNU Lesser General Public License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Antomology"></a>
Antomology
</h4>
<p>Antomology is an analysis tool suite for Ant. It includes:<ul>
<li><b>StatisticsListener</b> - an Ant BuildListener which can be used to gather
statistics while an Ant build is executed. Statistics on the targets
and tasks executed are written to the console after the build completes. </li>
</ul></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">
<i>unknown</i>
</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://antomology.codehaus.org">http://antomology.codehaus.org</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://xircles.codehaus.org/projects/antomology/lists">contact page</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache License V2.0
</td>
</tr>
</table>
<h4 class="subsection">


+ 29
- 0
xdocs/external.xml View File

@@ -354,7 +354,36 @@
</tr>
</table>
</subsection>

<subsection name="Antomology">
<p>Antomology is an analysis tool suite for Ant. It includes:<ul>
<li><b>StatisticsListener</b> - an Ant BuildListener which can be used to gather
statistics while an Ant build is executed. Statistics on the targets
and tasks executed are written to the console after the build completes. </li>
</ul></p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td> <i>unknown</i> </td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antomology.codehaus.org">http://antomology.codehaus.org</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://xircles.codehaus.org/projects/antomology/lists">contact page</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License V2.0</td>
</tr>
</table>
</subsection>
<subsection name="AntPrettyBuild">
<p>
Ant Pretty Build is a tool to easily show and run Ant buildfiles directly from


Loading…
Cancel
Save