>>
>> some of the default *true *values are changed to false
>
> That's because I don't think the defaults for --createtables and
> --dropandcreatetables actually *are* true. It certainly doesn't
> make sense for both of them to be true.
Well, the options are mutually exclusive. So one cannot pass both
options at the same time.
[--createtables[=createtables(default:false)>] |
\n\t--dropandcreatetables[=<dropandcreatetables(default:false)>]]
> I think the syntax was meant to show how you would specify them to
> override the default.
>
> But correct me if I'm wrong...
I think "true" is the default value even if the option is not specified.
Like --enabled=true , if "true" was put there to show how it can be
overridden then actually the application should be deployed as disabled
not enabled.
>> < deploy.command.usagetext=deploy [--virtualservers virtual_servers]
>> [--contextroot context_root] [--force=false] [--precompilejsp=false]
>> [--verify=false] [--name component_name] [--upload=false] [--retrieve
>> local_dirpath] [--dbvendorname dbvendorname] *[--createtables=true |
>> --dropandcreatetables=true]* [--uniquetablenames=true] [--deploymentplan
>> deployment_plan] [--enabled=true] [--generatermistubs=false]
>> [--libraries
>> jar_file[,jar_file*]] [--type pkg-type]
>> [--properties(name=value)[:name=value]*] [-?|--help=false]
>> file_archive |
>> filepath ---
>>
>