assertPackageIsInstalled
Command Reference
Description
Confirm the package process is installed.
Checks for the presence of CATALINA_HOME/bin/startup.sh to confirm package installation
Usage
ctl -t TomcatZip -o <objectname> -c assertPackageIsInstalled [-basedir <>] [-depot <>] [-executable <>] [-installroot <>] [-name <>] [-nodeps] [-nodir] [-nomodule] [-nopackageinstall] [-noproperties] [-script <>] [-subdirs <>] [-type <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | instance directory | string | |
| depot | project depot | string | |
| executable | executable to run | string | ${entity.attribute.package-isinstalled-executable} |
| installroot | package installroot | string | ${entity.package-install-root} |
| name | object name | string | |
| nodeps | do not install dependencies | boolean | |
| nodir | do not create directories | boolean | |
| nomodule | do not update module | boolean | |
| nopackageinstall | do not install package | boolean | |
| noproperties | do not update properties | boolean | |
| script | script to execute | string | ${entity.attribute.package-isinstalled-script} |
| subdirs | directory list | string | |
| type | object type | string |


