Author: jhm Date: Thu Mar 8 22:01:38 2007 New Revision: 516309 URL: http://svn.apache.org/viewvc?view=rev&rev=516309 Log: Add Antomology pointed to by Eric Jain on Bug-41392.
Modified: ant/core/trunk/docs/external.html ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/docs/external.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?view=diff&rev=516309&r1=516308&r2=516309 ============================================================================== --- ant/core/trunk/docs/external.html (original) +++ ant/core/trunk/docs/external.html Thu Mar 8 22:01:38 2007 @@ -757,6 +757,57 @@ </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"> <a name="AntPrettyBuild"></a> AntPrettyBuild </h4> Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?view=diff&rev=516309&r1=516308&r2=516309 ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Thu Mar 8 22:01:38 2007 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]