|
|
@@ -435,6 +435,66 @@ |
|
|
|
valign="top" align="left"> |
|
|
|
Sun Public License |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h4 class="subsection"> |
|
|
|
<a name="Antcount"></a> |
|
|
|
Antcount |
|
|
|
</h4> |
|
|
|
<p>Antcount is a set of filters that can be used to gather statistics |
|
|
|
from files or resources. It is mainly used for log files analysis. |
|
|
|
It allows to:<ul> |
|
|
|
<li>count inputs (lines, strings)</li> |
|
|
|
<li>count occurrences of each input</li> |
|
|
|
<li>calculate average, max and min values of floats in input</li> |
|
|
|
</ul> |
|
|
|
Antcount also includes some useful filters to:<ul> |
|
|
|
<li>stop filtering: read everything but write nothing</li> |
|
|
|
<li>echo input to the console or to a file. This allows users to create |
|
|
|
several files at once</li> |
|
|
|
<li>split the stream in two for parallel processing</li> |
|
|
|
</ul> |
|
|
|
</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.2 and higher |
|
|
|
</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://antcount.sourceforge.net/">http://antcount.sourceforge.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="http://antcount.sourceforge.net/contacts.html">Patrick Martin</a> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th colspan="1" rowspan="1" |
|
|
|
valign="top" align="left"> |
|
|
|
License: |
|
|
|
</th> |
|
|
|
<td colspan="1" rowspan="1" |
|
|
|
valign="top" align="left"> |
|
|
|
LGPL |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h4 class="subsection"> |
|
|
@@ -697,11 +757,11 @@ |
|
|
|
</h4> |
|
|
|
<p> |
|
|
|
Ant Pretty Build is a tool to easily show and run Ant buildfiles directly from |
|
|
|
within a browser window. It consists of a single XSL file that will generate, |
|
|
|
on the fly, in the browser, from the .xml buildfile, a pretty interface showing |
|
|
|
within a browser window. It consists of a single XSL file that will generate, |
|
|
|
on the fly, in the browser, from the .xml buildfile, a pretty interface showing |
|
|
|
project name, description, properties and targets, etc. sorted or unsorted, |
|
|
|
allowing to load/modify/add properties, run the whole project, or run selected |
|
|
|
set of targets in a specific order, with the ability to modify logger/logfile, |
|
|
|
set of targets in a specific order, with the ability to modify logger/logfile, |
|
|
|
mode and add more libs or command line arguments. |
|
|
|
</p> |
|
|
|
<table class="externals" cellspacing="1" cellpadding="4"> |
|
|
|