Name
|
Description
|
srcdir
|
Specifies the location of the project for which the .WAR or .ZIP file is to be generated.
|
dlc
|
Specifies the location of your OpenEdge installation.
|
verbose
|
(Optional) Enables the verbose mode. The valid values are true, false, on, off, yes, and no.
Note: By default, the value is set to false.
|
services
|
(Optional) Specifies the names of the services in the project.
Note: If there are multiple services, separate the names with a comma.
|
isIncremental
|
(Optional) Specifies whether to generate a .ZIP file for deploying the app incrementally or a .WAR file for deploying the app at once. The valid values are true, false, on, off, yes, and no.
Note: By default, the value is set to false and a .WAR file is generated for full deployment.
|
webAppName
|
(Optional) Specifies a name for the generated .WAR or .ZIP file.
Note: By default, the name of the project is assigned to the .WAR or .ZIP file.
|
destdir
|
(Optional) Specifies the destination directory where the .ZIP file is generated.
|