Author: jhm
Date: Tue Jul  4 08:26:08 2006
New Revision: 419034

URL: http://svn.apache.org/viewvc?rev=419034&view=rev
Log:
Add link to "antcount" as requested by Patrick Martin.

Modified:
    ant/core/trunk/docs/external.html
    ant/core/trunk/xdocs/external.xml

Modified: ant/core/trunk/docs/external.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?rev=419034&r1=419033&r2=419034&view=diff
==============================================================================
--- ant/core/trunk/docs/external.html (original)
+++ ant/core/trunk/docs/external.html Tue Jul  4 08:26:08 2006
@@ -438,6 +438,66 @@
       </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">
         <a name="AntDoc"></a>
         AntDoc
       </h4>
@@ -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">

Modified: ant/core/trunk/xdocs/external.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?rev=419034&r1=419033&r2=419034&view=diff
==============================================================================
--- ant/core/trunk/xdocs/external.xml (original)
+++ ant/core/trunk/xdocs/external.xml Tue Jul  4 08:26:08 2006
@@ -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">



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

Reply via email to