You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2010/07/30 07:05:10 UTC

svn commit: r980651 - in /ant/core/trunk: docs/external.html xdocs/external.xml

Author: jhm
Date: Fri Jul 30 05:05:10 2010
New Revision: 980651

URL: http://svn.apache.org/viewvc?rev=980651&view=rev
Log:
Add AntStatistics BuildLogger.

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?rev=980651&r1=980650&r2=980651&view=diff
==============================================================================
--- ant/core/trunk/docs/external.html (original)
+++ ant/core/trunk/docs/external.html Fri Jul 30 05:05:10 2010
@@ -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>,
       <a href="#IDE%20and%20Editor%20Integration">IDE integration
       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
       information to one of the mailing lists.  For details, see the
       <a href="faq.html#adding-external-tasks">FAQ</a>.</p>
@@ -7479,6 +7479,59 @@
       </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>
+          </table>
                                     
     </div>
   </div>

Modified: ant/core/trunk/xdocs/external.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?rev=980651&r1=980650&r2=980651&view=diff
==============================================================================
--- ant/core/trunk/xdocs/external.xml (original)
+++ ant/core/trunk/xdocs/external.xml Fri Jul 30 05:05:10 2010
@@ -31,7 +31,7 @@
       href="#Compiler%20Implementations">Compiler Implementations</a>,
       <a href="#IDE%20and%20Editor%20Integration">IDE integration
       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
       information to one of the mailing lists.  For details, see the
       <a href="faq.html#adding-external-tasks">FAQ</a>.</p>
@@ -4096,5 +4096,32 @@
 
     </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>
 </document>