git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@548956 13f79535-47bb-0310-9956-ffa450edef68master
@@ -6193,6 +6193,62 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Commercial | Commercial | ||||
</td> | </td> | ||||
</tr> | |||||
</table> | |||||
<h3 class="section"> | |||||
<a name="Build Listeners"></a> | |||||
Build Listeners | |||||
</h3> | |||||
<h4 class="subsection"> | |||||
<a name="AntUtility"></a> | |||||
AntUtility | |||||
</h4> | |||||
<p> | |||||
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" 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.6 | |||||
</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="https://antutility.dev.java.net/">https://antutility.dev.java.net/</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="mailto:dgreen@dev.java.net">David Green</a> | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
License: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License</a> | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<h3 class="section"> | <h3 class="section"> | ||||
@@ -3362,6 +3362,42 @@ | |||||
</section> | </section> | ||||
<section name="Build Listeners"> | |||||
<subsection name="AntUtility"> | |||||
<p> | |||||
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:dgreen@dev.java.net">David Green</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>License:</th> | |||||
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License</a></td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
</section> | |||||
<section name="Compiler Implementations"> | <section name="Compiler Implementations"> | ||||
<subsection name="Generics (JSR14) Early-Access Compiler Adapter"> | <subsection name="Generics (JSR14) Early-Access Compiler Adapter"> | ||||
@@ -3787,6 +3823,7 @@ | |||||
</section> | </section> | ||||
<section name="Source Control Systems"> | <section name="Source Control Systems"> | ||||
<p>There are several integration with SCM systems. Some are | <p>There are several integration with SCM systems. Some are | ||||
<a href="manual/tasksoverview.html#scm">built in</a>. But some are available as | <a href="manual/tasksoverview.html#scm">built in</a>. But some are available as | ||||