Parameter
|
Type
|
Required
|
Purpose
|
preverify
|
boolean
|
no
|
If set to "true", the resulting class files are preverified.
|
cldc
|
boolean
|
no
|
If set to "false" then "-cldc" is not passed as a parameter to the preverifier.
Defaults to "true".
|
nonative
|
boolean
|
no
|
Can be used to allow/forbid certain langage features during
preverification. If set to "true", then "-nonative" is passed
to the preverifier. Please turn "cldc" off before. Otherwise this
setting might have no effect.
|
nofloat
|
boolean
|
no
|
Can be used to allow/forbid certain langage features during
preverification. If set to "true", then "-nofloat" is passed
to the preverifier. Please turn "cldc" off before. Otherwise this
setting might have no effect.
|
nofinalize
|
boolean
|
no
|
Can be used to allow/forbid certain langage features during
preverification. If set to "true", then "-nofinalize" is passed
to the preverifier. Please turn "cldc" off before. Otherwise this
setting might have no effect.
|
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.
|