Browse Source

Add AntStatistics BuildLogger.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@980651 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 15 years ago
parent
commit
2921fcca58
2 changed files with 82 additions and 2 deletions
  1. +54
    -1
      docs/external.html
  2. +28
    -1
      xdocs/external.xml

+ 54
- 1
docs/external.html View File

@@ -206,7 +206,7 @@
<p>This page lists external resources for Apache Ant: <a href="#Tasks">Tasks</a>, <a href="#Compiler%20Implementations">Compiler Implementations</a>, <p>This page lists external resources for Apache Ant: <a href="#Tasks">Tasks</a>, <a href="#Compiler%20Implementations">Compiler Implementations</a>,
<a href="#IDE%20and%20Editor%20Integration">IDE integration <a href="#IDE%20and%20Editor%20Integration">IDE integration
tools</a>, <a href="#Source%20Control%20ystems">Source Control tools</a>, <a href="#Source%20Control%20ystems">Source Control
Systems</a>, loggers, you name it. If you've written
Systems</a>, <a href="#Loggers">Loggers</a>, you name it. If you've written
something that should be included, please post all relevant something that should be included, please post all relevant
information to one of the mailing lists. For details, see the information to one of the mailing lists. For details, see the
<a href="faq.html#adding-external-tasks">FAQ</a>.</p> <a href="faq.html#adding-external-tasks">FAQ</a>.</p>
@@ -7477,6 +7477,59 @@
valign="top" align="left"> valign="top" align="left">
<a href="http://jwaresoftware.org/wiki-include/svn4ant/latest/LICENSE.txt">LGPL 2.1</a> <a href="http://jwaresoftware.org/wiki-include/svn4ant/latest/LICENSE.txt">LGPL 2.1</a>
</td> </td>
</tr>
</table>
<h3 class="section">
<a name="Loggers"></a>
Loggers
</h3>
<h4 class="subsection">
<a name="AntStatistics"></a>
AntStatistics
</h4>
<p><a href="http://code.google.com/p/antstatistics/">AntStatistics</a> logs execution times for
all build targets and displays them at the end of the build. Furthermore execution times of
past builds are collected and graphed in a chart.</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.3
</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://code.google.com/p/antstatistics/">http://code.google.com/p/antstatistics/</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://code.google.com/p/antstatistics/issues/list">issue tracker</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 2.0
</td>
</tr> </tr>
</table> </table>


+ 28
- 1
xdocs/external.xml View File

@@ -31,7 +31,7 @@
href="#Compiler%20Implementations">Compiler Implementations</a>, href="#Compiler%20Implementations">Compiler Implementations</a>,
<a href="#IDE%20and%20Editor%20Integration">IDE integration <a href="#IDE%20and%20Editor%20Integration">IDE integration
tools</a>, <a href="#Source%20Control%20ystems">Source Control tools</a>, <a href="#Source%20Control%20ystems">Source Control
Systems</a>, loggers, you name it. If you've written
Systems</a>, <a href="#Loggers">Loggers</a>, you name it. If you've written
something that should be included, please post all relevant something that should be included, please post all relevant
information to one of the mailing lists. For details, see the information to one of the mailing lists. For details, see the
<a href="faq.html#adding-external-tasks">FAQ</a>.</p> <a href="faq.html#adding-external-tasks">FAQ</a>.</p>
@@ -4096,5 +4096,32 @@


</section> </section>


<section name="Loggers">
<subsection name="AntStatistics">

<p><a href="http://code.google.com/p/antstatistics/">AntStatistics</a> logs execution times for
all build targets and displays them at the end of the build. Furthermore execution times of
past builds are collected and graphed in a chart.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.3</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://code.google.com/p/antstatistics/">http://code.google.com/p/antstatistics/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://code.google.com/p/antstatistics/issues/list">issue tracker</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>
</section>
</body> </body>
</document> </document>

Loading…
Cancel
Save