diff --git a/docs/external.html b/docs/external.html index ad58b5864..ecb64c4f8 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1102,7 +1102,7 @@ -
There are three different sets of tasks to help build Java 2 Platform, Micro
+ There are four different sets of tasks to help build Java 2 Platform, Micro
Edition (J2ME) applications. This set supports CLDC and the K Virtual Machine (KVM):
Antic is a freely available task for packaging J2ME + applications. It produces both the Jar and Jad files in a + single step. This allows *all* entries to be correclty set in + the jad file, including the size of the jar file that is + produced. This task has been used and tested extensively with + Sun's Wireless Toolkit and also the Nokia SDK and + emulators.
++ Compatibility: + | ++ Ant 1.5 + | +
---|---|
+ URL: + | ++ www.smartkey.co.uk + + | +
+ Contact: + | ++ smartkey.co.uk + | +
+ License: + | ++ GNU General Public License + |
+ + Java2Html + + |
Uses the Java2Html library for converting java source files + or snipplets to syntax highlighted html, rtf, tex and + others.
++ Compatibility: + | ++ Ant 1.5 and later + | +
---|---|
+ URL: + | ++ http://www.java2html.de + | +
+ Contact: + | ++ java2html@jave.de + | +
+ License: + | ++ GNU General Public License + |
+ + AndroMDA + + |
AndroMDA is a code generator tool that follows the Model + Driven Architecture (MDA) paradigm. It takes a UML model from + a CASE-tool and generates classes and deployable components + (J2EE or other) specific for your application + architecture.
++ Compatibility: + | ++ 1.4.1 and above + | +
---|---|
+ URL: + | ++ http://www.AndroMDA.org/ + | +
+ Contact: + | ++ project mailing lists + | +
+ License: + | ++ BSD license + | +
diff --git a/xdocs/external.xml b/xdocs/external.xml
index 726a852f3..9ad6b6f7e 100644
--- a/xdocs/external.xml
+++ b/xdocs/external.xml
@@ -452,7 +452,7 @@
There are three different sets of tasks to help build There are four different sets of tasks to help build Java 2 Platform, Micro Edition (J2ME) applications. @@ -525,6 +525,34 @@ |
Antic is a freely available task for packaging J2ME + applications. It produces both the Jar and Jad files in a + single step. This allows *all* entries to be correclty set in + the jad file, including the size of the jar file that is + produced. This task has been used and tested extensively with + Sun's Wireless Toolkit and also the Nokia SDK and + emulators.
+ +Compatibility: | +Ant 1.5 | +
---|---|
URL: | +www.smartkey.co.uk + | +
Contact: | +smartkey.co.uk | +
License: | +GNU General Public License | +
Uses the Java2Html library for converting java source files + or snipplets to syntax highlighted html, rtf, tex and + others.
+ +Compatibility: | +Ant 1.5 and later | +
---|---|
URL: | +http://www.java2html.de | +
Contact: | +java2html@jave.de | +
License: | +GNU General Public License | +
A task to compile Java sources and manage class file diff --git a/xdocs/projects.xml b/xdocs/projects.xml index 80977f374..65740af88 100644 --- a/xdocs/projects.xml +++ b/xdocs/projects.xml @@ -14,6 +14,34 @@ developers, if you encounter any problems with them, please use the contact information.
+AndroMDA is a code generator tool that follows the Model + Driven Architecture (MDA) paradigm. It takes a UML model from + a CASE-tool and generates classes and deployable components + (J2EE or other) specific for your application + architecture.
+ +Compatibility: | +1.4.1 and above | +
---|---|
URL: | +http://www.AndroMDA.org/ | +
Contact: | +project mailing lists | +
License: | +BSD license | +
The Ant-Contrib project is a collection of user supplied