 |
A number of pre-made Ant Tasks exist for J2ME development. All of which have at lest two tasks, a preverify task, and an update JAD task.
Task Sets
Antenna
http://antenna.sourceforge.net/
Stampy Soft
http://www.jeckels.com/ant/index.html
J2ME Ant Tasks
http://www.dribin.org/dave/j2me_ant/
Useful Core Ant Tasks
Ant includes a wealth of tasks by default, some of which are very usefully for J2ME development.
Translate
http://ant.apache.org/manual/OptionalTasks/translate.html
If you require multiply language support in your J2ME application, but do not wish to bundle each language pack
Useful 3rd Party Tasks
Ant Contrib
http://ant-contrib.sourceforge.net/
The "for" task is very useful when using the Translation task above.
-- Main.mlk - 14 May 2004
|