Hello,

I created a sourceforge project called antcount
(http://antcount.sourceforge.net/). Antcount is a set of Ant filters
used for gathering statistic information from files or resources.

I already added a reference to it in the AntExternalTaskdefs Wiki
page. I'd like to know if it is possible to add it to the "External
Tools and Tasks" page, even though it's not really a task.

Here is the description:

<subsection name="Antcount">

 <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">
   <tr>
     <th>Compatibility:</th>
     <td>Ant 1.6.2 and higher</td>
   </tr>
   <tr>
     <th>URL:</th>
     <td><a 
href="http://antcount.sourceforge.net/";>http://antcount.sourceforge.net/</a></td>
   </tr>
   <tr>
     <th>Contact:</th>
     <td><a href="http://antcount.sourceforge.net/";>Patrick Martin</a></td>
   </tr>
   <tr>
     <th>License:</th>
     <td>LGPL</td>
   </tr>
 </table>
</subsection>

Thank you,

Patrick Martin.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to