I’m new to J2ME application development, I want to write an ANT script to build and run the application in the emulator. Assuming that I’m going to use JAVA_ME_Platform_SDK,
My main doubt is how do I can create the JAD file using ANT
apart from other building activities.
You can use Antenna http://antenna.sourceforge.net/.
“There are several sample build.xml files in the “samples” subdirectory of the Antenna source distribution. These files show how to build the default demo MIDlets contained in the Wireless Toolkit and some others. Running the samples is a good way to test your setup as well as a good starting point for your own build.xml files.”