Markus Gebhard <markus at jave dot de>
Steve Neal <S dot Neal at Smartkey dot co dot uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274267 13f79535-47bb-0310-9956-ffa450edef68
master
| @@ -1102,7 +1102,7 @@ | |||
| </font> | |||
| </td></tr> | |||
| </table> | |||
| <p>There are three different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro | |||
| <p>There are four 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="ForrestTable" cellspacing="1" cellpadding="4"> | |||
| @@ -1237,6 +1237,56 @@ | |||
| valign="top" align="left"> | |||
| 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="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 | |||
| </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/antic.html">www.smartkey.co.uk</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:support@smartkey.co.uk">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> | |||
| <br/> | |||
| @@ -1423,6 +1473,60 @@ | |||
| valign="top" align="left"> | |||
| BSD-like License | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <br/> | |||
| <a name="Java2Html"></a> | |||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||
| <tr><td bgcolor="#4C6C8F"> | |||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||
| <strong>Java2Html</strong> | |||
| </font> | |||
| </td></tr> | |||
| </table> | |||
| <p>Uses the Java2Html library for converting java source files | |||
| or snipplets to syntax highlighted html, rtf, tex and | |||
| others.</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 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.java2html.de">http://www.java2html.de</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:java2html@jave.de">java2html@jave.de</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> | |||
| <br/> | |||
| @@ -213,6 +213,62 @@ | |||
| developers, if you encounter any problems with them, please use | |||
| the contact information.</p> | |||
| <br/> | |||
| <a name="AndroMDA"></a> | |||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||
| <tr><td bgcolor="#4C6C8F"> | |||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||
| <strong>AndroMDA</strong> | |||
| </font> | |||
| </td></tr> | |||
| </table> | |||
| <p>AndroMDA is a code generator tool that follows the Model | |||
| Driven Architecture (MDA) paradigm. It takes a UML model from | |||
| a CASE-tool and generates classes and deployable components | |||
| (J2EE or other) specific for your application | |||
| architecture.</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"> | |||
| 1.4.1 and above | |||
| </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.andromda.org/">http://www.AndroMDA.org/</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=73047">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"> | |||
| BSD license | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <br/> | |||
| <a name="AntContrib"></a> | |||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||
| <tr><td bgcolor="#4C6C8F"> | |||
| @@ -452,7 +452,7 @@ | |||
| <subsection name="J2ME Ant Tasks"> | |||
| <p>There are three different sets of tasks to help build <a | |||
| <p>There are four different sets of tasks to help build <a | |||
| href="http://java.sun.com/j2me/">Java 2 Platform, Micro | |||
| Edition</a> (J2ME) applications.</p> | |||
| @@ -525,6 +525,34 @@ | |||
| </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> | |||
| <tr> | |||
| <th>Compatibility:</th> | |||
| <td>Ant 1.5</td> | |||
| </tr> | |||
| <tr> | |||
| <th>URL:</th> | |||
| <td><a href="http://www.smartkey.co.uk/antic.html">www.smartkey.co.uk</a> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <th>Contact:</th> | |||
| <td><a href="mailto:support@smartkey.co.uk">smartkey.co.uk</a></td> | |||
| </tr> | |||
| <tr> | |||
| <th>License:</th> | |||
| <td>GNU General Public License</td> | |||
| </tr> | |||
| </table> | |||
| </subsection> | |||
| <subsection name="Jacson"> | |||
| @@ -630,6 +658,32 @@ | |||
| </table> | |||
| </subsection> | |||
| <subsection name="Java2Html"> | |||
| <p>Uses the Java2Html library for converting java source files | |||
| or snipplets to syntax highlighted html, rtf, tex and | |||
| others.</p> | |||
| <table> | |||
| <tr> | |||
| <th>Compatibility:</th> | |||
| <td>Ant 1.5 and later</td> | |||
| </tr> | |||
| <tr> | |||
| <th>URL:</th> | |||
| <td><a href="http://www.java2html.de">http://www.java2html.de</a></td> | |||
| </tr> | |||
| <tr> | |||
| <th>Contact:</th> | |||
| <td><a href="mailto:java2html@jave.de">java2html@jave.de</a></td> | |||
| </tr> | |||
| <tr> | |||
| <th>License:</th> | |||
| <td>GNU General Public License</td> | |||
| </tr> | |||
| </table> | |||
| </subsection> | |||
| <subsection name="Javamake"> | |||
| <p>A task to compile Java sources and manage class file | |||
| @@ -14,6 +14,34 @@ | |||
| developers, if you encounter any problems with them, please use | |||
| the contact information.</p> | |||
| <subsection name="AndroMDA"> | |||
| <p>AndroMDA is a code generator tool that follows the Model | |||
| Driven Architecture (MDA) paradigm. It takes a UML model from | |||
| a CASE-tool and generates classes and deployable components | |||
| (J2EE or other) specific for your application | |||
| architecture.</p> | |||
| <table> | |||
| <tr> | |||
| <th>Compatibility:</th> | |||
| <td>1.4.1 and above</td> | |||
| </tr> | |||
| <tr> | |||
| <th>URL:</th> | |||
| <td><a href="http://www.andromda.org/">http://www.AndroMDA.org/</a></td> | |||
| </tr> | |||
| <tr> | |||
| <th>Contact:</th> | |||
| <td><a href="http://sourceforge.net/mail/?group_id=73047">project mailing lists</a></td> | |||
| </tr> | |||
| <tr> | |||
| <th>License:</th> | |||
| <td>BSD license</td> | |||
| </tr> | |||
| </table> | |||
| </subsection> | |||
| <subsection name="AntContrib"> | |||
| <p>The Ant-Contrib project is a collection of user supplied | |||