new J2ME tasks

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jan Materne 2004-06-13 09:46:18 +00:00
parent e5eca124f4
commit b51b3c657f
2 changed files with 91 additions and 2 deletions

View File

@ -1799,7 +1799,7 @@ <h4 class="subsection">
<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>
<table class="externals" cellspacing="1" cellpadding="4">
@ -1989,6 +1989,61 @@ <h4 class="subsection">
valign="top" align="left">
GNU General Public License
</td>
</tr>
</table>
<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"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.4.1 or 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.j2mepolish.org/">http://www.j2mepolish.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="mailto:j2mepolish@enough.de">Enough Software</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; commercial licenses available
</td>
</tr>
</table>
<h4 class="subsection">

View File

@ -928,7 +928,7 @@
<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>
@ -1034,6 +1034,40 @@
</tr>
</table>
<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:j2mepolish@enough.de">Enough Software</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License; commercial licenses available</td>
</tr>
</table>
</subsection>
<subsection name="Jacson">