|
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.
|