jhm         2004/06/14 08:22:12

  Modified:    xdocs    Tag: ANT_16_BRANCH external.xml
               xdocs/stylesheets Tag: ANT_16_BRANCH site.vsl
               docs     Tag: ANT_16_BRANCH external.html
  Log:
  Sync with Head (by copying head-version).
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.100.2.16 +233 -103  ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.100.2.15
  retrieving revision 1.100.2.16
  diff -u -r1.100.2.15 -r1.100.2.16
  --- external.xml      7 Jun 2004 11:06:41 -0000       1.100.2.15
  +++ external.xml      14 Jun 2004 15:22:11 -0000      1.100.2.16
  @@ -572,6 +572,57 @@
           </table>
         </subsection>
   
  +      <subsection name="DTDDoc">
  +        <p>DTDDoc is here to help you to document your DTD's efficiently. It 
is a
  +        straightforward extension of the javadoc concept to the DTD file 
format.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://dtddoc.sourceforge.net/";>http://dtddoc.sourceforge.net/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a 
href="http://sourceforge.net/mail/?group_id=53704";>Project Mailing List</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>X11 (Open Source)</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="EMMA">
  +        <p>EMMA is an open-source toolkit for measuring and reporting
  +        Java code coverage. EMMA distinguishes itself from other tools
  +        by going after a unique feature combination: support large-scale
  +        enterprise software development while keeping individual developers
  +        work fast and iterative at the same time.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.6</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://emma.sourceforge.net/";>http://emma.sourceforge.net/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Mailinglist</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Common Public License 1.0</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="FMPP">
           <p>FMPP is a general-purpose text file preprocessor tool that
           uses FreeMarker templates. It is particularly designed for
  @@ -899,114 +950,158 @@
           </table>
         </subsection>
   
  +
         <subsection name="J2ME Ant Tasks">
   
  -        <p>There are four different sets of tasks to help build <a
  +        <p>There are different sets of tasks to help build <a
           href="http://java.sun.com/j2me/";>Java 2 Platform, Micro
           Edition</a> (J2ME) applications.</p>
   
  -        <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  -
  -        <table class="externals">
  -          <tr>
  -            <th>Compatibility:</th>
  -            <td>Ant 1.3</td>
  -          </tr>
  -          <tr>
  -            <th>URL:</th>
  -            <td><a 
href="http://www.dribin.org/dave/j2me_ant/";>http://www.dribin.org/dave/j2me_ant/</a></td>
  -          </tr>
  -          <tr>
  -            <th>Contact:</th>
  -            <td><a href="mailto:[EMAIL PROTECTED]">Dave Dribin</a></td>
  -          </tr>
  -          <tr>
  -            <th>License:</th>
  -            <td>Apache Software License</td>
  -          </tr>
  -        </table>
  -
  -        <p>And this set works with the J2ME Wireless Toolkit and MIDP
  -        for PalmOS:</p>
  -
  -        <table class="externals">
  -          <tr>
  -            <th>Compatibility:</th>
  -            <td>Ant 1.3</td>
  -          </tr>
  -          <tr>
  -            <th>URL:</th>
  -            <td><a 
href="http://www.stampysoft.com/ant/";>http://www.stampysoft.com/ant/</a></td>
  -          </tr>
  -          <tr>
  -            <th>Contact:</th>
  -            <td><a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a></td>
  -          </tr>
  -          <tr>
  -            <th>License:</th>
  -            <td>MIT License</td>
  -          </tr>
  -        </table>
  -
  -        <p>Antenna provides a set of Ant tasks suitable for developing
  -        wireless Java applications targeted at the Mobile Information
  -        Device Profile (MIDP). With Antenna, you can compile,
  -        preverify, package, obfuscate, and run your MIDP applications
  -        (aka MIDlets), manipulate Java Application Descriptor (JAD)
  -        files, as well as convert JAR files to PRC files designed to
  -        run on MIDP for Palm OS. Deployment is supported via a
  -        deployment task and a corresponding HTTP servlet for
  -        Over-the-Air (OTA) provisioning. A small preprocessor allows
  -        to generate different variants of a MIDlet from a single
  -        source.</p>
  -
  -        <table class="externals">
  -          <tr>
  -            <th>Compatibility:</th>
  -            <td>Ant 1.4.1 or later</td>
  -          </tr>
  -          <tr>
  -            <th>URL:</th>
  -            <td><a 
href="http://antenna.sourceforge.net/";>http://antenna.sourceforge.net/</a></td>
  -          </tr>
  -          <tr>
  -            <th>Contact:</th>
  -            <td><a href="mailto:[EMAIL PROTECTED]">J&#xF6;rg 
Pleumann</a></td>
  -          </tr>
  -          <tr>
  -            <th>License:</th>
  -            <td>GNU Lesser General Public License</td>
  -          </tr>
  -        </table>
  -
  -        <p>Antic is a freely available task for packaging J2ME
  -        applications. It produces both the Jar and Jad files in a
  -        single step. This allows *all* entries to be correclty set in
  -        the jad file, including the size of the jar file that is
  -        produced. This task has been used and tested extensively with
  -        Sun's Wireless Toolkit and also the Nokia SDK and
  -        emulators.</p>
  -
  -        <table class="externals">
  -          <tr>
  -            <th>Compatibility:</th>
  -            <td>Ant 1.5</td>
  -          </tr>
  -          <tr>
  -            <th>URL:</th>
  -            <td><a 
href="http://www.smartkey.co.uk/tools/antic/antic.html";>http://www.smartkey.co.uk/tools/antic/antic.html</a>
  -            </td>
  -          </tr>
  -          <tr>
  -            <th>Contact:</th>
  -            <td><a href="mailto:[EMAIL PROTECTED]">smartkey.co.uk</a></td>
  -          </tr>
  -          <tr>
  -            <th>License:</th>
  -            <td>GNU General Public License</td>
  -          </tr>
  -        </table>
  -
  +        <subsubsection name="Antenna">
  +          <p>Antenna provides a set of Ant tasks suitable for developing
  +          wireless Java applications targeted at the Mobile Information
  +          Device Profile (MIDP). With Antenna, you can compile,
  +          preverify, package, obfuscate, and run your MIDP applications
  +          (aka MIDlets), manipulate Java Application Descriptor (JAD)
  +          files, as well as convert JAR files to PRC files designed to
  +          run on MIDP for Palm OS. Deployment is supported via a
  +          deployment task and a corresponding HTTP servlet for
  +          Over-the-Air (OTA) provisioning. A small preprocessor allows
  +          to generate different variants of a MIDlet from a single
  +          source.</p>
  +
  +          <table class="externals">
  +            <tr>
  +              <th>Compatibility:</th>
  +              <td>Ant 1.4.1 or later</td>
  +            </tr>
  +            <tr>
  +              <th>URL:</th>
  +              <td><a 
href="http://antenna.sourceforge.net/";>http://antenna.sourceforge.net/</a></td>
  +            </tr>
  +            <tr>
  +              <th>Contact:</th>
  +              <td><a href="mailto:[EMAIL PROTECTED]">J&#xF6;rg 
Pleumann</a></td>
  +            </tr>
  +            <tr>
  +              <th>License:</th>
  +              <td>GNU Lesser General Public License</td>
  +            </tr>
  +          </table>
  +        </subsubsection>
  +
  +        <subsubsection name="Antic">
  +          <p>Antic is a freely available task for packaging J2ME
  +          applications. It produces both the Jar and Jad files in a
  +          single step. This allows *all* entries to be correclty set in
  +          the jad file, including the size of the jar file that is
  +          produced. This task has been used and tested extensively with
  +          Sun's Wireless Toolkit and also the Nokia SDK and
  +          emulators.</p>
  +
  +          <table class="externals">
  +            <tr>
  +              <th>Compatibility:</th>
  +              <td>Ant 1.5</td>
  +            </tr>
  +            <tr>
  +              <th>URL:</th>
  +              <td><a 
href="http://www.smartkey.co.uk/tools/antic/antic.html";>http://www.smartkey.co.uk/tools/antic/antic.html</a>
  +              </td>
  +            </tr>
  +            <tr>
  +              <th>Contact:</th>
  +              <td><a href="mailto:[EMAIL PROTECTED]">smartkey.co.uk</a></td>
  +            </tr>
  +            <tr>
  +              <th>License:</th>
  +              <td>GNU General Public License</td>
  +            </tr>
  +          </table>
  +        </subsubsection>
  +
  +        <subsubsection name="Dave's J2ME Tasks">
  +          <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  +
  +          <table class="externals">
  +            <tr>
  +              <th>Compatibility:</th>
  +              <td>Ant 1.3</td>
  +            </tr>
  +            <tr>
  +              <th>URL:</th>
  +              <td><a 
href="http://www.dribin.org/dave/j2me_ant/";>http://www.dribin.org/dave/j2me_ant/</a></td>
  +            </tr>
  +            <tr>
  +              <th>Contact:</th>
  +              <td><a href="mailto:[EMAIL PROTECTED]">Dave Dribin</a></td>
  +            </tr>
  +            <tr>
  +              <th>License:</th>
  +              <td>Apache Software License</td>
  +            </tr>
  +          </table>
  +        </subsubsection>
  +
  +        <subsubsection name="J2ME Polish">
  +          <p>J2ME Polish is an Ant-based tool for the creation of
  +          MIDP applications. It covers the whole circle of preprocessing, 
compiling,
  +          obfuscation, preverifying, packaging and JAD-creation. J2ME Polish 
is
  +          ideal for creating device optimized applications with its powerful
  +          preprocessing capabilities and the integrated device database.
  +          With J2ME Polish no hardcoded values are needed and the 
portability of an
  +          application is not sacrificed, even though highly opimized 
applications are
  +          created from a single source.
  +          <br/>
  +          It contains a logging framework and an optional MIDP-compatible GUI
  +          which can be designed using the web-standard CSS. With the J2ME 
Polish GUI
  +          you can even use MIDP/2.0 features on MIDP/1.0 phones.
  +          </p>
  +
  +          <table class="externals">
  +            <tr>
  +              <th>Compatibility:</th>
  +              <td>Ant 1.4.1 or later</td>
  +            </tr>
  +            <tr>
  +              <th>URL:</th>
  +              <td><a
  +              
href="http://www.j2mepolish.org/";>http://www.j2mepolish.org/</a></td>
  +            </tr>
  +            <tr>
  +              <th>Contact:</th>
  +              <td><a href="mailto:[EMAIL PROTECTED]">Enough Software</a></td>
  +            </tr>
  +            <tr>
  +              <th>License:</th>
  +              <td>GNU General Public License; commercial licenses 
available</td>
  +             </tr>
  +           </table>
  +        </subsubsection>
  +
  +        <subsubsection name="Stampysoft's J2ME Tasks">
  +          <p>And this set works with the J2ME Wireless Toolkit and MIDP
  +          for PalmOS:</p>
  +
  +          <table class="externals">
  +            <tr>
  +              <th>Compatibility:</th>
  +              <td>Ant 1.3</td>
  +            </tr>
  +            <tr>
  +              <th>URL:</th>
  +              <td><a 
href="http://www.stampysoft.com/ant/";>http://www.stampysoft.com/ant/</a></td>
  +            </tr>
  +            <tr>
  +              <th>Contact:</th>
  +              <td><a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a></td>
  +            </tr>
  +            <tr>
  +              <th>License:</th>
  +              <td>MIT License</td>
  +            </tr>
  +          </table>
  +        </subsubsection>
         </subsection>
   
         <subsection name="Jacson">
  @@ -1799,6 +1894,33 @@
           </table>
         </subsection>
   
  +      <subsection name="RefactorIT">
  +
  +        <p>RefactorIT includes an Ant task for metrics and audits.
  +        RefactorIT is a Java refactoring, audit and metrics tool.
  +        It plugs into major Java IDEs, also runs stand-alone with
  +        a GUI and a command line interface.</p>
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.refactorit.com/";>http://www.refactorit.com/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Commercial. (Free for accredited open source products, see
  +            <a 
href="http://www.refactorit.com/osc";>http://www.refactorit.com/osc</a>.)</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Reflectant Task">
   
           <p>This is a task for reflection invocation from within ant build 
file.</p>
  @@ -2841,6 +2963,14 @@
             </tr>
           </table>
         </subsection>
  +
  +    </section>
  +
  +
  +    <section name="Source Control Systems">
  +      <p>There are several integration with SCM systems. Some are
  +      <a href="manual/tasksoverview.html#scm">build in</a>. But some are 
available as
  +      external libraries. Here a list of task libraries we are aware of:</p>
   
       </section>
   
  
  
  
  No                   revision
  No                   revision
  1.8.2.4   +23 -3     ant/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.8.2.3
  retrieving revision 1.8.2.4
  diff -u -r1.8.2.3 -r1.8.2.4
  --- site.vsl  16 Feb 2004 16:45:10 -0000      1.8.2.3
  +++ site.vsl  14 Jun 2004 15:22:11 -0000      1.8.2.4
  @@ -1,4 +1,4 @@
  -#* 
  +#*
    * Copyright  2001-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
  @@ -12,7 +12,7 @@
    *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    *  See the License for the specific language governing permissions and
    *  limitations under the License.
  - * 
  + *
    *#
   
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  @@ -46,6 +46,26 @@
             #source ($items)
           #elseif ($items.getName().equals("table"))
             #table ($items)
  +        #elseif ($items.getName().equals("subsubsection"))
  +          #subsubsection ($items)
  +        #else
  +          $xmlout.outputString($items)
  +        #end
  +      #end
  +#end
  +
  +#macro ( subsubsection $subsubsection)
  +      <h5 class="subsection">
  +        <a 
name="$escape.getText($subsubsection.getAttributeValue("name"))"></a>
  +        *** $subsubsection.getAttributeValue("name") ***
  +      </h5>
  +      #foreach ( $items in $subsubsection.getChildren() )
  +        #if ($items.getName().equals("img"))
  +          #image ($items)
  +        #elseif ($items.getName().equals("source"))
  +          #source ($items)
  +        #elseif ($items.getName().equals("table"))
  +          #table ($items)
           #else
             $xmlout.outputString($items)
           #end
  @@ -141,4 +161,4 @@
     </div>
   
     #footer()
  -#end
  +#end
  \ No newline at end of file
  
  
  
  No                   revision
  No                   revision
  1.136.2.16 +272 -39   ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.136.2.15
  retrieving revision 1.136.2.16
  diff -u -r1.136.2.15 -r1.136.2.16
  --- external.html     7 Jun 2004 11:06:41 -0000       1.136.2.15
  +++ external.html     14 Jun 2004 15:22:11 -0000      1.136.2.16
  @@ -1159,6 +1159,105 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="DTDDoc"></a>
  +        DTDDoc
  +      </h4>
  +                        <p>DTDDoc is here to help you to document your DTD's 
efficiently. It is a
  +        straightforward extension of the javadoc concept to the DTD file 
format.</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.4 and later
  +      </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://dtddoc.sourceforge.net/";>http://dtddoc.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://sourceforge.net/mail/?group_id=53704";>Project 
Mailing List</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          X11 (Open Source)
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
  +        <a name="EMMA"></a>
  +        EMMA
  +      </h4>
  +                        <p>EMMA is an open-source toolkit for measuring and 
reporting
  +        Java code coverage. EMMA distinguishes itself from other tools
  +        by going after a unique feature combination: support large-scale
  +        enterprise software development while keeping individual developers
  +        work fast and iterative at the same time.</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
  +      </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://emma.sourceforge.net/";>http://emma.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="mailto:[EMAIL PROTECTED]">Mailinglist</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Common Public License 1.0
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="FMPP"></a>
           FMPP
         </h4>
  @@ -1745,9 +1844,23 @@
           <a name="J2ME Ant Tasks"></a>
           J2ME Ant Tasks
         </h4>
  -                        <p>There are four different sets of tasks to help 
build <a href="http://java.sun.com/j2me/";>Java 2 Platform, Micro
  +                        <p>There are different sets of tasks to help build 
<a href="http://java.sun.com/j2me/";>Java 2 Platform, Micro
           Edition</a> (J2ME) applications.</p>
  -                                <p>This set supports CLDC and the K Virtual 
Machine (KVM):</p>
  +                                      <h5 class="subsection">
  +        <a name="Antenna"></a>
  +        *** Antenna ***
  +      </h5>
  +                        <p>Antenna provides a set of Ant tasks suitable for 
developing
  +          wireless Java applications targeted at the Mobile Information
  +          Device Profile (MIDP). With Antenna, you can compile,
  +          preverify, package, obfuscate, and run your MIDP applications
  +          (aka MIDlets), manipulate Java Application Descriptor (JAD)
  +          files, as well as convert JAR files to PRC files designed to
  +          run on MIDP for Palm OS. Deployment is supported via a
  +          deployment task and a corresponding HTTP servlet for
  +          Over-the-Air (OTA) provisioning. A small preprocessor allows
  +          to generate different variants of a MIDlet from a single
  +          source.</p>
                                         <table class="externals" 
cellspacing="1" cellpadding="4">
                 <tr>
                         <th colspan="1" rowspan="1"
  @@ -1756,7 +1869,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          Ant 1.3
  +          Ant 1.4.1 or later
         </td>
         </tr>
                     <tr>
  @@ -1766,7 +1879,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a 
href="http://www.dribin.org/dave/j2me_ant/";>http://www.dribin.org/dave/j2me_ant/</a>
  +          <a 
href="http://antenna.sourceforge.net/";>http://antenna.sourceforge.net/</a>
         </td>
         </tr>
                     <tr>
  @@ -1776,7 +1889,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a href="mailto:[EMAIL PROTECTED]">Dave Dribin</a>
  +          <a href="mailto:[EMAIL PROTECTED]">Jörg Pleumann</a>
         </td>
         </tr>
                     <tr>
  @@ -1786,12 +1899,69 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          Apache Software License
  +          GNU Lesser General Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h5 class="subsection">
  +        <a name="Antic"></a>
  +        *** Antic ***
  +      </h5>
  +                        <p>Antic is a freely available task for packaging 
J2ME
  +          applications. It produces both the Jar and Jad files in a
  +          single step. This allows *all* entries to be correclty set in
  +          the jad file, including the size of the jar file that is
  +          produced. This task has been used and tested extensively with
  +          Sun's Wireless Toolkit and also the Nokia SDK and
  +          emulators.</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.5
  +      </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://www.smartkey.co.uk/tools/antic/antic.html";>http://www.smartkey.co.uk/tools/antic/antic.html</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="mailto:[EMAIL PROTECTED]">smartkey.co.uk</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          GNU General Public License
         </td>
         </tr>
           </table>
  -                                <p>And this set works with the J2ME Wireless 
Toolkit and MIDP
  -        for PalmOS:</p>
  +                                                    <h5 class="subsection">
  +        <a name="Dave's J2ME Tasks"></a>
  +        *** Dave's J2ME Tasks ***
  +      </h5>
  +                        <p>This set supports CLDC and the K Virtual Machine 
(KVM):</p>
                                         <table class="externals" 
cellspacing="1" cellpadding="4">
                 <tr>
                         <th colspan="1" rowspan="1"
  @@ -1810,7 +1980,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a 
href="http://www.stampysoft.com/ant/";>http://www.stampysoft.com/ant/</a>
  +          <a 
href="http://www.dribin.org/dave/j2me_ant/";>http://www.dribin.org/dave/j2me_ant/</a>
         </td>
         </tr>
                     <tr>
  @@ -1820,7 +1990,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a>
  +          <a href="mailto:[EMAIL PROTECTED]">Dave Dribin</a>
         </td>
         </tr>
                     <tr>
  @@ -1830,21 +2000,27 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          MIT License
  +          Apache Software License
         </td>
         </tr>
           </table>
  -                                <p>Antenna provides a set of Ant tasks 
suitable for developing
  -        wireless Java applications targeted at the Mobile Information
  -        Device Profile (MIDP). With Antenna, you can compile,
  -        preverify, package, obfuscate, and run your MIDP applications
  -        (aka MIDlets), manipulate Java Application Descriptor (JAD)
  -        files, as well as convert JAR files to PRC files designed to
  -        run on MIDP for Palm OS. Deployment is supported via a
  -        deployment task and a corresponding HTTP servlet for
  -        Over-the-Air (OTA) provisioning. A small preprocessor allows
  -        to generate different variants of a MIDlet from a single
  -        source.</p>
  +                                                    <h5 class="subsection">
  +        <a name="J2ME Polish"></a>
  +        *** J2ME Polish ***
  +      </h5>
  +                        <p>J2ME Polish is an Ant-based tool for the creation 
of
  +          MIDP applications. It covers the whole circle of preprocessing, 
compiling,
  +          obfuscation, preverifying, packaging and JAD-creation. J2ME Polish 
is
  +          ideal for creating device optimized applications with its powerful
  +          preprocessing capabilities and the integrated device database.
  +          With J2ME Polish no hardcoded values are needed and the 
portability of an
  +          application is not sacrificed, even though highly opimized 
applications are
  +          created from a single source.
  +          <br />
  +          It contains a logging framework and an optional MIDP-compatible GUI
  +          which can be designed using the web-standard CSS. With the J2ME 
Polish GUI
  +          you can even use MIDP/2.0 features on MIDP/1.0 phones.
  +          </p>
                                         <table class="externals" 
cellspacing="1" cellpadding="4">
                 <tr>
                         <th colspan="1" rowspan="1"
  @@ -1863,7 +2039,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a 
href="http://antenna.sourceforge.net/";>http://antenna.sourceforge.net/</a>
  +          <a href="http://www.j2mepolish.org/";>http://www.j2mepolish.org/</a>
         </td>
         </tr>
                     <tr>
  @@ -1873,7 +2049,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a href="mailto:[EMAIL PROTECTED]">Jörg Pleumann</a>
  +          <a href="mailto:[EMAIL PROTECTED]">Enough Software</a>
         </td>
         </tr>
                     <tr>
  @@ -1883,17 +2059,16 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          GNU Lesser General Public License
  +          GNU General Public License; commercial licenses available
         </td>
         </tr>
           </table>
  -                                <p>Antic is a freely available task for 
packaging J2ME
  -        applications. It produces both the Jar and Jad files in a
  -        single step. This allows *all* entries to be correclty set in
  -        the jad file, including the size of the jar file that is
  -        produced. This task has been used and tested extensively with
  -        Sun's Wireless Toolkit and also the Nokia SDK and
  -        emulators.</p>
  +                                                    <h5 class="subsection">
  +        <a name="Stampysoft's J2ME Tasks"></a>
  +        *** Stampysoft's J2ME Tasks ***
  +      </h5>
  +                        <p>And this set works with the J2ME Wireless Toolkit 
and MIDP
  +          for PalmOS:</p>
                                         <table class="externals" 
cellspacing="1" cellpadding="4">
                 <tr>
                         <th colspan="1" rowspan="1"
  @@ -1902,7 +2077,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          Ant 1.5
  +          Ant 1.3
         </td>
         </tr>
                     <tr>
  @@ -1912,8 +2087,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a 
href="http://www.smartkey.co.uk/tools/antic/antic.html";>http://www.smartkey.co.uk/tools/antic/antic.html</a>
  -            
  +          <a 
href="http://www.stampysoft.com/ant/";>http://www.stampysoft.com/ant/</a>
         </td>
         </tr>
                     <tr>
  @@ -1923,7 +2097,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a href="mailto:[EMAIL PROTECTED]">smartkey.co.uk</a>
  +          <a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a>
         </td>
         </tr>
                     <tr>
  @@ -1933,11 +2107,11 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          GNU General Public License
  +          MIT License
         </td>
         </tr>
           </table>
  -                                                    <h4 class="subsection">
  +                                                                  <h4 
class="subsection">
           <a name="Jacson"></a>
           Jacson
         </h4>
  @@ -3333,6 +3507,57 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="RefactorIT"></a>
  +        RefactorIT
  +      </h4>
  +                        <p>RefactorIT includes an Ant task for metrics and 
audits.
  +        RefactorIT is a Java refactoring, audit and metrics tool.
  +        It plugs into major Java IDEs, also runs stand-alone with
  +        a GUI and a command line interface.</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.5 and later
  +      </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://www.refactorit.com/";>http://www.refactorit.com/</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="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Commercial. (Free for accredited open source products, see
  +            <a 
href="http://www.refactorit.com/osc";>http://www.refactorit.com/osc</a>.)
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Reflectant Task"></a>
           Reflectant Task
         </h4>
  @@ -5257,7 +5482,14 @@
         </td>
         </tr>
           </table>
  -                              
  +                                      <h3 class="section">
  +      <a name="Source Control Systems"></a>
  +      Source Control Systems
  +    </h3>
  +                        <p>There are several integration with SCM systems. 
Some are
  +      <a href="manual/tasksoverview.html#scm">build in</a>. But some are 
available as
  +      external libraries. Here a list of task libraries we are aware of:</p>
  +                
       </div>
     </div>
   
  @@ -5270,6 +5502,7 @@
         </p>
       </body>
     </html>
  +
   
   
   
  
  
  

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

Reply via email to