bodewig 2003/01/08 00:35:58
Modified: docs external.html
xdocs external.xml
Log:
closer to alphanumeriucally sorted
Revision Changes Path
1.74 +92 -92 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- external.html 8 Jan 2003 08:34:10 -0000 1.73
+++ external.html 8 Jan 2003 08:35:57 -0000 1.74
@@ -1133,13 +1133,14 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Jalopy"><strong>Jalopy</strong></a>
+ <a name="J2ME Ant Tasks"><strong>J2ME Ant Tasks</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
- <p>An Ant Plug-in for the Java Source Code Formatter
- Jalopy.</p>
+ <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>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -1151,7 +1152,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Ant 1.4 (or higher)
+ Ant 1.3
</font>
</td>
</tr>
@@ -1165,7 +1166,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a
href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a>
+ <a
href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a>
</font>
</td>
</tr>
@@ -1179,7 +1180,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a
href="http://jalopy.sf.net/contact.html">http://jalopy.sf.net/contact.html</a>
+ <a href="mailto:[EMAIL PROTECTED]">Dave Dribin</a>
</font>
</td>
</tr>
@@ -1193,49 +1194,13 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Starting with release 1.0 Beta 6 the license is the
- BSD License. Prior releases were under the GNU General
- Public License.
+ Apache Software License
</font>
</td>
</tr>
</table>
- </blockquote>
- </td></tr>
- </table>
- <table border="0" cellspacing="0"
cellpadding="2" width="100%">
- <tr><td bgcolor="#828DA6">
- <font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Java+ Precompile Task"><strong>Java+ Precompile
Task</strong></a>
- </font>
- </td></tr>
- <tr><td>
- <blockquote>
- <p>Java+ is an open source Java preprocessorthat
adds these
- features to any Java compiler:</p>
- <ul>
- <li>Multi-line strings with executable inclusions like Perl
- and Ruby. It eliminates the need for JSP or ASP and their
- need for Java compilers on deployment servers (a security
- concern) while adding no overhead in either space or
- time. </li>
-
- <li>Optionally supports localization by segregating Java+
- strings into ResourceBundle files with invarient keys based
- on the hash code of the strings's value. This is handled
- automatically and transparently; no intervention is
- required.</li>
-
- <li>Fast. Negligible impact on build times. By default,
- skips inputs whose outputs are up to date to avoid
- triggering recompilations.</li>
-
- <li>Pure Java code, portable to any platform, with
- graphical, shell and ant interfaces.</li>
-
- <li>Simple, general, recursive, digraph-driven string
- syntax. Digraph characters are user-selectable.</li>
- </ul>
+ <p>And this set works with the J2ME Wireless
Toolkit and MIDP
+ for PalmOS:</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -1247,7 +1212,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Ant 1.5.1
+ Ant 1.3
</font>
</td>
</tr>
@@ -1261,7 +1226,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a
href="http://virtualschool.edu/java+/">http://virtualschool.edu/java+/</a>
+ <a
href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a>
</font>
</td>
</tr>
@@ -1275,7 +1240,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a href="mailto:[EMAIL PROTECTED]">Brad Cox</a>
+ <a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a>
</font>
</td>
</tr>
@@ -1289,26 +1254,17 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- BSD-like License
+ MIT License
</font>
</td>
</tr>
</table>
- </blockquote>
- </td></tr>
- </table>
- <table border="0" cellspacing="0"
cellpadding="2" width="100%">
- <tr><td bgcolor="#828DA6">
- <font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Javamake"><strong>Javamake</strong></a>
- </font>
- </td></tr>
- <tr><td>
- <blockquote>
- <p>A task to compile Java sources and manage class
file
- dependencies. Functionality is equivalent to that of standard
- Javac and Depend tasks combined, with improved dependency
- checking.</p>
+ <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=""
@@ -1320,7 +1276,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Ant 1.4.1
+ Ant 1.4.1 or later
</font>
</td>
</tr>
@@ -1334,7 +1290,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a
href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a>
+ <a
href="http://antenna.sourceforge.net/">http://antenna.sourceforge.net/</a>
</font>
</td>
</tr>
@@ -1348,7 +1304,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a href="mailto:[EMAIL PROTECTED]">Mikhail Dmitriev</a>
+ <a href="mailto:[EMAIL PROTECTED]">J�rg Pleumann</a>
</font>
</td>
</tr>
@@ -1362,7 +1318,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- BSD-like License
+ GNU Lesser General Public License
</font>
</td>
</tr>
@@ -1373,14 +1329,13 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="J2ME Ant Tasks"><strong>J2ME Ant Tasks</strong></a>
+ <a name="Jalopy"><strong>Jalopy</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
- <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>
+ <p>An Ant Plug-in for the Java Source Code Formatter
+ Jalopy.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -1392,7 +1347,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Ant 1.3
+ Ant 1.4 (or higher)
</font>
</td>
</tr>
@@ -1406,7 +1361,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a
href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a>
+ <a
href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a>
</font>
</td>
</tr>
@@ -1420,7 +1375,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a href="mailto:[EMAIL PROTECTED]">Dave Dribin</a>
+ <a
href="http://jalopy.sf.net/contact.html">http://jalopy.sf.net/contact.html</a>
</font>
</td>
</tr>
@@ -1434,13 +1389,49 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Apache Software License
+ Starting with release 1.0 Beta 6 the license is the
+ BSD License. Prior releases were under the GNU General
+ Public License.
</font>
</td>
</tr>
</table>
- <p>And this set works with the J2ME Wireless
Toolkit and MIDP
- for PalmOS:</p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Java+ Precompile Task"><strong>Java+ Precompile
Task</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Java+ is an open source Java preprocessorthat
adds these
+ features to any Java compiler:</p>
+ <ul>
+ <li>Multi-line strings with executable inclusions like Perl
+ and Ruby. It eliminates the need for JSP or ASP and their
+ need for Java compilers on deployment servers (a security
+ concern) while adding no overhead in either space or
+ time. </li>
+
+ <li>Optionally supports localization by segregating Java+
+ strings into ResourceBundle files with invarient keys based
+ on the hash code of the strings's value. This is handled
+ automatically and transparently; no intervention is
+ required.</li>
+
+ <li>Fast. Negligible impact on build times. By default,
+ skips inputs whose outputs are up to date to avoid
+ triggering recompilations.</li>
+
+ <li>Pure Java code, portable to any platform, with
+ graphical, shell and ant interfaces.</li>
+
+ <li>Simple, general, recursive, digraph-driven string
+ syntax. Digraph characters are user-selectable.</li>
+ </ul>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -1452,7 +1443,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Ant 1.3
+ Ant 1.5.1
</font>
</td>
</tr>
@@ -1466,7 +1457,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a
href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a>
+ <a
href="http://virtualschool.edu/java+/">http://virtualschool.edu/java+/</a>
</font>
</td>
</tr>
@@ -1480,7 +1471,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a>
+ <a href="mailto:[EMAIL PROTECTED]">Brad Cox</a>
</font>
</td>
</tr>
@@ -1494,17 +1485,26 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- MIT License
+ BSD-like License
</font>
</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>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Javamake"><strong>Javamake</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>A task to compile Java sources and manage class
file
+ dependencies. Functionality is equivalent to that of standard
+ Javac and Depend tasks combined, with improved dependency
+ checking.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -1516,7 +1516,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Ant 1.4.1 or later
+ Ant 1.4.1
</font>
</td>
</tr>
@@ -1530,7 +1530,7 @@
<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>
+ <a
href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a>
</font>
</td>
</tr>
@@ -1544,7 +1544,7 @@
<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>
+ <a href="mailto:[EMAIL PROTECTED]">Mikhail Dmitriev</a>
</font>
</td>
</tr>
@@ -1558,7 +1558,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- GNU Lesser General Public License
+ BSD-like License
</font>
</td>
</tr>
1.58 +77 -77 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- external.xml 8 Jan 2003 08:34:10 -0000 1.57
+++ external.xml 8 Jan 2003 08:35:58 -0000 1.58
@@ -395,6 +395,83 @@
</table>
</subsection>
+ <subsection name="J2ME Ant Tasks">
+
+ <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>
+ <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>
+ <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>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="Jalopy">
<p>An Ant Plug-in for the Java Source Code Formatter
@@ -496,83 +573,6 @@
<td>BSD-like License</td>
</tr>
</table>
- </subsection>
-
- <subsection name="J2ME Ant Tasks">
-
- <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>
- <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>
- <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>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">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>