Browse Source

Add a new BuildListener to external page.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@548956 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
e28a475e17
2 changed files with 93 additions and 0 deletions
  1. +56
    -0
      docs/external.html
  2. +37
    -0
      xdocs/external.xml

+ 56
- 0
docs/external.html View File

@@ -6193,6 +6193,62 @@
valign="top" align="left">
Commercial
</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>
</table>
<h3 class="section">


+ 37
- 0
xdocs/external.xml View File

@@ -3362,6 +3362,42 @@

</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">

<subsection name="Generics (JSR14) Early-Access Compiler Adapter">
@@ -3787,6 +3823,7 @@
</section>



<section name="Source Control Systems">
<p>There are several integration with SCM systems. Some are
<a href="manual/tasksoverview.html#scm">built in</a>. But some are available as


Loading…
Cancel
Save