Hi all,

I've created a new utility for Ant.  It is designed to help optimize Ant
build scripts when they take too long.

https://antutility.dev.java.net/

Patch to external.xml attached
Regards,

David
Index: /Users/dgreen/Documents/workspace/apache-ant/xdocs/external.xml
===================================================================
--- /Users/dgreen/Documents/workspace/apache-ant/xdocs/external.xml     
(revision 548805)
+++ /Users/dgreen/Documents/workspace/apache-ant/xdocs/external.xml     
(working copy)
@@ -3362,6 +3362,36 @@
 
     </section>
 
+    <section name="Build Listeners">
+      <subsection name="AntUtility">
+
+        <p><a href="https://antutility.dev.java.net/";>AntUtility</a> 
+               Wondering why your Ant build is slow? Is your continuous 
integration server taking too long 
+               to produce your project builds? This project may help.
+                       This project includes a small number of classes for use 
with Ant that can help you to analyze
+                       your build in a non-intrusive manner.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>Ant 1.6</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a 
href="https://antutility.dev.java.net/";>https://antutility.dev.java.net/</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="mailto:[EMAIL PROTECTED]">David Green</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>http://www.apache.org/licenses/LICENSE-2.0</td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+    
     <section name="Compiler Implementations">
 
       <subsection name="Generics (JSR14) Early-Access Compiler Adapter">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to