mirror of
https://github.com/apache/ant.git
synced 2025-05-18 22:14:47 +00:00
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:
parent
e5eca124f4
commit
b51b3c657f
@ -1799,7 +1799,7 @@ <h4 class="subsection">
|
|||||||
<a name="J2ME Ant Tasks"></a>
|
<a name="J2ME Ant Tasks"></a>
|
||||||
J2ME Ant Tasks
|
J2ME Ant Tasks
|
||||||
</h4>
|
</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>
|
Edition</a> (J2ME) applications.</p>
|
||||||
<p>This set supports CLDC and the K Virtual Machine (KVM):</p>
|
<p>This set supports CLDC and the K Virtual Machine (KVM):</p>
|
||||||
<table class="externals" cellspacing="1" cellpadding="4">
|
<table class="externals" cellspacing="1" cellpadding="4">
|
||||||
@ -1989,6 +1989,61 @@ <h4 class="subsection">
|
|||||||
valign="top" align="left">
|
valign="top" align="left">
|
||||||
GNU General Public License
|
GNU General Public License
|
||||||
</td>
|
</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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h4 class="subsection">
|
<h4 class="subsection">
|
||||||
|
@ -928,7 +928,7 @@
|
|||||||
|
|
||||||
<subsection name="J2ME Ant Tasks">
|
<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
|
href="http://java.sun.com/j2me/">Java 2 Platform, Micro
|
||||||
Edition</a> (J2ME) applications.</p>
|
Edition</a> (J2ME) applications.</p>
|
||||||
|
|
||||||
@ -1034,6 +1034,40 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</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>
|
||||||
|
|
||||||
<subsection name="Jacson">
|
<subsection name="Jacson">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user