bodewig     2003/06/23 04:47:30

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointers to FMPP and GroboUtilsCoverage
  
  Revision  Changes    Path
  1.118     +98 -1     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- external.html     6 Jun 2003 11:54:39 -0000       1.117
  +++ external.html     23 Jun 2003 11:47:28 -0000      1.118
  @@ -167,7 +167,7 @@
         <a name="External Tools and Tasks"></a>
         External Tools and Tasks
       </h3>
  -                        <p>This page lists external resources for Apache 
Ant: <a href="#Tasks">tasks</a>, <a href="#Compiler%20Implementations">Compiler 
Implementations</a>,
  +                        <p>This page lists external resources for Apache 
Ant: <a href="#Tasks">Tasks</a>, <a href="#Compiler%20Implementations">Compiler 
Implementations</a>,
         <a href="#IDE%20and%20Editor%20Integration">IDE integration
         tools</a>, loggers, you name it. If you've written
         something that should be included, please post all relevant
  @@ -782,6 +782,51 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="FMPP"></a>
  +        FMPP
  +      </h4>
  +                        <p>FMPP is a general-purpose text file preprocessor 
tool that
  +        uses FreeMarker templates. It is particularly designed for
  +        HTML preprocessor, for the generation of complete (static)
  +        homepages: directory structure that contains HTML-s, image
  +        files, etc. But of course it can be used to generate source
  +        code or whatever text files. FMPP is extendable with Java
  +        classes to pull data from any data sources (XML file,
  +        database, etc.) and embed the data into the generated
  +        files.</p>
  +                                  <table class="ForrestTable" 
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.5.1
  +      </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://fmpp.sourceforge.net/";>http://fmpp.sourceforge.net/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          BSD License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="GenJar"></a>
           GenJar
         </h4>
  @@ -878,6 +923,58 @@
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
             Apache Software License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
  +        <a name="GroboUtils CodeCoverage"></a>
  +        GroboUtils CodeCoverage
  +      </h4>
  +                        <p>The CodeCoverage sub-project of GroboUtils 
provides a 100%
  +        pure Java code coverage tool.  It uses pre-execution class file
  +        recompilation, and generates XML files containing the coverage
  +        statistics.  It does not require any advanced VM setup to generate
  +        coverage numbers.
  +        </p>
  +                                  <table class="ForrestTable" 
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.5.1
  +      </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://groboutils.sourceforge.net/codecoverage/";>http://groboutils.sourceforge.net/codecoverage/</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://sourceforge.net/mail/?group_id=22594";>project 
mailing lists</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          MIT License
         </td>
         </tr>
           </table>
  
  
  
  1.86      +57 -1     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- external.xml      6 Jun 2003 11:54:39 -0000       1.85
  +++ external.xml      23 Jun 2003 11:47:29 -0000      1.86
  @@ -11,7 +11,7 @@
       <section name="External Tools and Tasks">
   
         <p>This page lists external resources for Apache Ant: <a
  -      href="#Tasks">tasks</a>, <a
  +      href="#Tasks">Tasks</a>, <a
         href="#Compiler%20Implementations">Compiler Implementations</a>,
         <a href="#IDE%20and%20Editor%20Integration">IDE integration
         tools</a>, loggers, you name it. If you've written
  @@ -351,6 +351,33 @@
           </table>
         </subsection>
   
  +      <subsection name="FMPP">
  +        <p>FMPP is a general-purpose text file preprocessor tool that
  +        uses FreeMarker templates. It is particularly designed for
  +        HTML preprocessor, for the generation of complete (static)
  +        homepages: directory structure that contains HTML-s, image
  +        files, etc. But of course it can be used to generate source
  +        code or whatever text files. FMPP is extendable with Java
  +        classes to pull data from any data sources (XML file,
  +        database, etc.) and embed the data into the generated
  +        files.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5.1</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://fmpp.sourceforge.net/";>http://fmpp.sourceforge.net/</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>BSD License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="GenJar">
           <p>Builds a JAR file based on class dependencies rather than simply 
the contents of a directory</p>
   
  @@ -400,6 +427,35 @@
             <tr>
               <th>License:</th>
               <td>Apache Software License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="GroboUtils CodeCoverage">
  +
  +        <p>The CodeCoverage sub-project of GroboUtils provides a 100%
  +        pure Java code coverage tool.  It uses pre-execution class file
  +        recompilation, and generates XML files containing the coverage
  +        statistics.  It does not require any advanced VM setup to generate
  +        coverage numbers.
  +        </p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5.1</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://groboutils.sourceforge.net/codecoverage/";>http://groboutils.sourceforge.net/codecoverage/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a 
href="http://sourceforge.net/mail/?group_id=22594";>project mailing 
lists</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>MIT License</td>
             </tr>
           </table>
         </subsection>
  
  
  

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

Reply via email to