The zsdtPackTask
Create a package with the help of the ZendServer Deployment Tool.
The pack options should contain pointers to the application data directory, the package descriptor file,
and the package scripts directory.
Table C.129: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
package | String | A directory containing the data and the script directories, in addition to the package descriptor file. | none | Yes |
scripts | String | The directory which contains the package deployment scripts. The Deployment Tool will search this directory for the expected files (as described in section 2.2.1) and then packs them. | none | Yes |
descriptor | String | The package descriptor file. | none | Yes |
source | String | The directory that contains the application resources (PHP sources, JavaScript, etc.). The directory's internal structure must match the necessary structure for the application to be functional. | none | No |
output | String | The directory in which the package is created. The package name will be created as
app-name -app-version .zpk". | none | No |
lint | Boolean | Performs a PHP lint test on the deployment scripts before creating the package. | false | No |
phpbin | String | The PHP executable to use for lint. | none | No (Yes if option lint is set to true) |
schema | String | The path to the package descriptor schema used for validation. | none | No |