Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 66046 invoked from network); 8 Jan 2003 08:36:08 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 8 Jan 2003 08:36:08 -0000 Received: (qmail 17712 invoked by uid 97); 8 Jan 2003 08:37:33 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 17691 invoked by uid 97); 8 Jan 2003 08:37:32 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 17680 invoked by uid 97); 8 Jan 2003 08:37:32 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 8 Jan 2003 08:35:58 -0000 Message-ID: <20030108083558.39454.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/xdocs external.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ -
- Jalopy + J2ME Ant Tasks
-

An Ant Plug-in for the Java Source Code Formatter - Jalopy.

+

There are three different sets of tasks to help build Java 2 Platform, Micro + Edition (J2ME) applications.

+

This set supports CLDC and the K Virtual Machine (KVM):

@@ -1165,7 +1166,7 @@ @@ -1179,7 +1180,7 @@ @@ -1193,49 +1194,13 @@
- Ant 1.4 (or higher) + Ant 1.3
- http://jalopy.sourceforge.net + http://www.dribin.org/dave/j2me_ant/
- http://jalopy.sf.net/contact.html + Dave Dribin
- 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
-
-
- - - -
- - Java+ Precompile Task - -
-
-

Java+ is an open source Java preprocessorthat adds these - features to any Java compiler:

-
    -
  • 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.
  • - -
  • 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.
  • - -
  • Fast. Negligible impact on build times. By default, - skips inputs whose outputs are up to date to avoid - triggering recompilations.
  • - -
  • Pure Java code, portable to any platform, with - graphical, shell and ant interfaces.
  • - -
  • Simple, general, recursive, digraph-driven string - syntax. Digraph characters are user-selectable.
  • -
+

And this set works with the J2ME Wireless Toolkit and MIDP + for PalmOS:

@@ -1261,7 +1226,7 @@ @@ -1275,7 +1240,7 @@ @@ -1289,26 +1254,17 @@
- Ant 1.5.1 + Ant 1.3
- http://virtualschool.edu/java+/ + http://www.stampysoft.com/ant/
- Brad Cox + Josh Eckels
- BSD-like License + MIT License
-
-
- - -
- - Javamake - -
-
-

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.

+

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.

@@ -1334,7 +1290,7 @@ @@ -1348,7 +1304,7 @@ @@ -1362,7 +1318,7 @@ @@ -1373,14 +1329,13 @@
- Ant 1.4.1 + Ant 1.4.1 or later
- http://www.experimentalstuff.com/Technologies/JavaMake/index.html + http://antenna.sourceforge.net/
- Mikhail Dmitriev + J�rg Pleumann
- BSD-like License + GNU Lesser General Public License
+
- J2ME Ant Tasks + Jalopy
-

There are three different sets of tasks to help build Java 2 Platform, Micro - Edition (J2ME) applications.

-

This set supports CLDC and the K Virtual Machine (KVM):

+

An Ant Plug-in for the Java Source Code Formatter + Jalopy.

@@ -1406,7 +1361,7 @@ @@ -1420,7 +1375,7 @@ @@ -1434,13 +1389,49 @@
- Ant 1.3 + Ant 1.4 (or higher)
- http://www.dribin.org/dave/j2me_ant/ + http://jalopy.sourceforge.net
- Dave Dribin + http://jalopy.sf.net/contact.html
- 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.
-

And this set works with the J2ME Wireless Toolkit and MIDP - for PalmOS:

+
+
+ + + +
+ + Java+ Precompile Task + +
+
+

Java+ is an open source Java preprocessorthat adds these + features to any Java compiler:

+
    +
  • 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.
  • + +
  • 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.
  • + +
  • Fast. Negligible impact on build times. By default, + skips inputs whose outputs are up to date to avoid + triggering recompilations.
  • + +
  • Pure Java code, portable to any platform, with + graphical, shell and ant interfaces.
  • + +
  • Simple, general, recursive, digraph-driven string + syntax. Digraph characters are user-selectable.
  • +
@@ -1466,7 +1457,7 @@ @@ -1480,7 +1471,7 @@ @@ -1494,17 +1485,26 @@
- Ant 1.3 + Ant 1.5.1
- http://www.stampysoft.com/ant/ + http://virtualschool.edu/java+/
- Josh Eckels + Brad Cox
- MIT License + BSD-like License
-

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.

+
+
+ + +
+ + Javamake + +
+
+

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.

@@ -1530,7 +1530,7 @@ @@ -1544,7 +1544,7 @@ @@ -1558,7 +1558,7 @@ 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 @@
- Ant 1.4.1 or later + Ant 1.4.1
- http://antenna.sourceforge.net/ + http://www.experimentalstuff.com/Technologies/JavaMake/index.html
- J�rg Pleumann + Mikhail Dmitriev
- GNU Lesser General Public License + BSD-like License
+ + +

There are three different sets of tasks to help build Java 2 Platform, Micro + Edition (J2ME) applications.

+ +

This set supports CLDC and the K Virtual Machine (KVM):

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.3
URL:http://www.dribin.org/dave/j2me_ant/
Contact:Dave Dribin
License:Apache Software License
+ +

And this set works with the J2ME Wireless Toolkit and MIDP + for PalmOS:

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.3
URL:http://www.stampysoft.com/ant/
Contact:Josh Eckels
License:MIT License
+ +

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.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4.1 or later
URL:http://antenna.sourceforge.net/
Contact:Jörg Pleumann
License:GNU Lesser General Public License
+ +
+

An Ant Plug-in for the Java Source Code Formatter @@ -496,83 +573,6 @@

BSD-like License
- - - - -

There are three different sets of tasks to help build Java 2 Platform, Micro - Edition (J2ME) applications.

- -

This set supports CLDC and the K Virtual Machine (KVM):

- - - - - - - - - - - - - - - - - - -
Compatibility:Ant 1.3
URL:http://www.dribin.org/dave/j2me_ant/
Contact:Dave Dribin
License:Apache Software License
- -

And this set works with the J2ME Wireless Toolkit and MIDP - for PalmOS:

- - - - - - - - - - - - - - - - - - -
Compatibility:Ant 1.3
URL:http://www.stampysoft.com/ant/
Contact:Josh Eckels
License:MIT License
- -

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.

- - - - - - - - - - - - - - - - - - -
Compatibility:Ant 1.4.1 or later
URL:http://antenna.sourceforge.net/
Contact:Jörg Pleumann
License:GNU Lesser General Public License
-
-- To unsubscribe, e-mail: For additional commands, e-mail: