bodewig 2002/12/02 07:52:49 Modified: docs Tag: ANT_15_BRANCH external.html docs/manual/CoreTasks Tag: ANT_15_BRANCH conditions.html xdocs Tag: ANT_15_BRANCH external.xml Log: merge some doc updates from HEAD Revision Changes Path No revision No revision 1.48.2.20 +80 -2 jakarta-ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/external.html,v retrieving revision 1.48.2.19 retrieving revision 1.48.2.20 diff -u -r1.48.2.19 -r1.48.2.20 --- external.html 26 Nov 2002 07:47:05 -0000 1.48.2.19 +++ external.html 2 Dec 2002 15:52:48 -0000 1.48.2.20 @@ -1281,7 +1281,7 @@ </td></tr> <tr><td> <blockquote> - <p>There are two different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro + <p>There are three 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> @@ -1402,6 +1402,70 @@ </td> </tr> </table> + <p>With Antenna, you can compile, preverify, package, and + obfuscate your MIDP applications, as well as convert them to + PRC files designed to run on MIDP for PalmOS. The tasks are + mostly built around the Wireless Toolkit and the free + RetroGuard obfuscator, with some additional gimmicks like + automatic version numbering.</p> + <table> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Compatibility: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Ant 1.4.1 or later + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + URL: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="http://antenna.sourceforge.net/">http://antenna.sourceforge.net/</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Contact: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="mailto:[EMAIL PROTECTED]">Jörg Pleumann</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + License: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + GNU Lesser General Public License + </font> + </td> + </tr> + </table> </blockquote> </td></tr> </table> @@ -1499,7 +1563,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - Ant >1.5 + Ant >= 1.5 </font> </td> </tr> @@ -1514,6 +1578,20 @@ valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> <a href="http://jcsc.sourceforge.net/">http://jcsc.sourceforge.net/</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Contact: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="mailto:[EMAIL PROTECTED]">Ralph Jocham</a> </font> </td> </tr> No revision No revision 1.9.2.5 +1 -1 jakarta-ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/conditions.html,v retrieving revision 1.9.2.4 retrieving revision 1.9.2.5 diff -u -r1.9.2.4 -r1.9.2.5 --- conditions.html 4 Sep 2002 11:21:12 -0000 1.9.2.4 +++ conditions.html 2 Dec 2002 15:52:49 -0000 1.9.2.5 @@ -162,7 +162,7 @@ <tr> <td valign="top">url</td> <td valign="top">The full URL of the page to request. The web server must - return a status code of <<tt>errorsBeginAt</tt></td> + return a status code below the value of <tt>errorsBeginAt</tt></td> <td align="center">Yes.</td> </tr> <tr> No revision No revision 1.35.2.20 +32 -2 jakarta-ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v retrieving revision 1.35.2.19 retrieving revision 1.35.2.20 diff -u -r1.35.2.19 -r1.35.2.20 --- external.xml 26 Nov 2002 07:47:05 -0000 1.35.2.19 +++ external.xml 2 Dec 2002 15:52:49 -0000 1.35.2.20 @@ -451,7 +451,7 @@ <subsection name="J2ME Ant Tasks"> - <p>There are two different sets of tasks to help build <a + <p>There are three different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro Edition</a> (J2ME) applications.</p> @@ -498,6 +498,32 @@ </tr> </table> + <p>With Antenna, you can compile, preverify, package, and + obfuscate your MIDP applications, as well as convert them to + PRC files designed to run on MIDP for PalmOS. The tasks are + mostly built around the Wireless Toolkit and the free + RetroGuard obfuscator, with some additional gimmicks like + automatic version numbering.</p> + + <table> + <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örg Pleumann</a></td> + </tr> + <tr> + <th>License:</th> + <td>GNU Lesser General Public License</td> + </tr> + </table> + </subsection> <subsection name="javarec"> @@ -535,11 +561,15 @@ <table> <tr> <th>Compatibility:</th> - <td>Ant >1.5</td> + <td>Ant >= 1.5</td> </tr> <tr> <th>URL:</th> <td><a href="http://jcsc.sourceforge.net/">http://jcsc.sourceforge.net/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Ralph Jocham</a></td> </tr> <tr> <th>License:</th>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>