Builds a deployment artifact that contains any combination of Forms, Menus, Libraries, Reports, and Other Files. In case of Full Deployment project, all files from SCM folder are used to create artifact.
...
Environment/Instance Properties
Property Name | Property Code | Required | Description | Oracle Forms Script File | FDOFR_FORMS_SCRIPTS_FILE | No | The location of the script to be used to compile forms.|
---|---|---|---|---|---|---|---|
Project Properties
Info |
---|
The following properties are The value is removed from the beginning of the path when deploying. SOURCE_DIR properties are only used for Full Deployment projects. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Forms Source Directory | FDOFR_FORMS_ROOT_SOURCE_DIR | No | Source folder for Form files (fmb, fmx). Not used for Partial Deploy projects. (e.g. forms) |
Oracle Libraries Source Directory | FDOFR_LIBRARY_ROOT_SOURCE_DIR | No | Source folder for Library files (pll, pld, plx). Not used for Partial Deploy projects. (e.g. libraries) |
Oracle Menus Source Directory | FDOFR_MENUS_ROOT_SOURCE_DIR | No | Source folder for menu files (mmb, mmx). Not used for Partial Deploy projects. (e.g. menus) |
Oracle Reports Source Directory | FDOFR_REPORTS_ROOT_SOURCE_DIR | No | Source folder for Report files (rep, rdf, jsp, rex). Not used for Partial Deploy projects. (e.g. reports) |
Other Files Source Directory | FDOFR_OTHER_FILES_ROOT_SOURCE_DIR | No | Source folder for other files (unknown files). Not used for Partial Deploy projects. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces a zip file artifact that contains the items to be deployed and a manifest file describing them. The zip file is suitable for the deploy operation.
...