<ANTENNA/>
|
AntennaAn Ant-to-End Solution For Wireless Java Version 1.2.1 (c) 2002-2010Erik Wetterberg Sourceforge project |
Task | Purpose |
---|---|
WtkJad | A task that is able to create new JAD files from scratch or update existing ones. |
WtkBuild | An extension to Ant's standard javac task that sets the appropriate bootclasspath allows for preverification. |
WtkPackage | An extension to Ant's standard jar task that handles the JAD file correctly and is able to include complete libraries into the resulting JAR file. It also allows for preverification and obfuscation of the generated file. |
WtkMakePrc | A task to convert an existing JAR/JAD into a PalmOS PRC file that can be used with MIDP for Palm OS. |
WtkRun | A task to run a MIDlet suite contained in a JAR/JAD file in the Wireless Toolkit's emulator. |
WtkRapc |
A task that invokes the BlackBerry rapc compiler, and generates BlackBerry .cod files.
|
WtkPreverify | A standalone task for preverifying a set of classes. This task is normally not needed, since the build and packaging tasks include the same functionality. |
WtkObfuscate | A standalone task for obfuscating a JAR file. This task is normally not needed, since the packaging task includes the same functionality. |
WtkSmartLink | A task for removing unnecessary classes from a JAR file. |
WtkPreprocess | A simple Java preprocessor, similar to the ones known from C and other languages, that allows for conditional compilation and including source files. |
WtkDeploy | A deployment task that allows to put a MIDlet on a remote Web server for later download. |
WtkSign | A task for signing midlets |