<ANTENNA/>

Antenna

An Ant-to-End Solution For Wireless Java

Version 1.2.1

(c) 2002-2010


Erik Wetterberg
Sourceforge project


News | Overview | Download | Setup | JAD | Build | Package | MakePRC | RAPC
Run | Preverify | Obfuscate | SmartLink | Preprocess | Deploy | Sign | History |

Deploy

The WtkDeploy allows to deploy a MIDlet suite to a Web server for later download by users. Currently, a prerequisite is that the server is running the Antenna OTA servlet. Other methods might be added at a later point.

The task provides the following parameters:

Parameter Type Required Purpose
jadfile file yes The JAD file to deploy.
jarfile file yes The JAR file to deploy.
target URL no The URL under the OTA servlet can be found. Must start with "http://". Must include a port number, if the servlet is not running on port 80. The parameter can be omitted if the deployment target has already been specified in the JAD file using the JAD task's "target" parameter.
delete boolean no If true, existing JAR and JAD files are deleted from the server instead of uploading new ones.
login string no Specifies a login. Needed if the servlet is configured to require authentication.
password string no Specifies a password. Needed if the servlet is configured to require authentication.
if String no Provides fine-grained control over task execution based on a property definition. The task will only be executed if the given property is defined.
unless String no Provides fine-grained control over task execution based on a property definition. The task will only be executed if the given property is not defined.