diff --git a/proposal/ant-site/anakia/docs/external.html b/proposal/ant-site/anakia/docs/external.html index 139ecea4a..cffe20226 100644 --- a/proposal/ant-site/anakia/docs/external.html +++ b/proposal/ant-site/anakia/docs/external.html @@ -914,10 +914,11 @@

-

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):

@@ -936,7 +937,7 @@ @@ -946,7 +947,7 @@ @@ -956,20 +957,12 @@
- 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
-

-

-

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.

+

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

@@ -988,7 +981,7 @@ @@ -998,7 +991,7 @@ @@ -1008,17 +1001,64 @@ + +
- Ant 1.4.1 + Ant 1.3
- http://www.experimentalstuff.com/Technologies/JavaMake/index.html + http://www.stampysoft.com/ant/
- Mikhail Dmitriev + Josh Eckels
- BSD-like 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

-

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.

@@ -1037,7 +1077,7 @@ @@ -1047,7 +1087,7 @@ @@ -1057,12 +1097,41 @@
- 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:

+ @@ -1081,7 +1150,7 @@ @@ -1091,7 +1160,7 @@ @@ -1101,16 +1170,18 @@
- 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.

@@ -1129,7 +1200,7 @@ @@ -1139,7 +1210,7 @@ @@ -1149,7 +1220,7 @@
- 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
@@ -1518,6 +1589,54 @@ valign="top" align="left"> GNU GPL 2.0 + + +

+

+

pack

+ +

pack is a task to build the smallest possible JAR to link + and run one or more classes.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 +
+ URL: + + http://sadun-util.sourceforge.net/pack.html +
+ Contact: + + Cristiano Sadun +
+ License: + + GNU Lesser General Public License +

diff --git a/proposal/ant-site/anakia/docs/faq.html b/proposal/ant-site/anakia/docs/faq.html index cc74d9509..595d61233 100644 --- a/proposal/ant-site/anakia/docs/faq.html +++ b/proposal/ant-site/anakia/docs/faq.html @@ -273,6 +273,10 @@