Browse Source

Add link to "antcount" as requested by Patrick Martin.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419034 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 19 years ago
parent
commit
891efe5573
2 changed files with 101 additions and 6 deletions
  1. +63
    -3
      docs/external.html
  2. +38
    -3
      xdocs/external.xml

+ 63
- 3
docs/external.html View File

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


+ 38
- 3
xdocs/external.xml View File

@@ -179,6 +179,41 @@
</table>
</subsection>

<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/contacts.html">Patrick Martin</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>

<subsection name="AntDoc">

<p>AntDoc is a tool that generates HTML documentation from Ant
@@ -322,11 +357,11 @@
<subsection name="AntPrettyBuild">
<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">


Loading…
Cancel
Save