Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Builds a deployment object 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.

The buildForms operation supports both regular (full) and partial deployment .

  

Environment/Instance Properties

...

Property Name

...

Required

...

Description

  

Project Properties

...

Property Name

...

Required

...

Description

and it does not perform any compilation or validation; it simply creates artifact zip file.

Project Properties

Info

The following properties are SOURCE properties. They are used to define a

...

sub-folder in which to look for objects of the indicated source. For instance, if your SCM project keeps forms in the folder "forms", the SOURCE for forms is "forms"

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

Root

Source Directory

FDOFR_FORMS_ROOT_SOURCE_DIR

No

Source folder for Form

files 

files (fmb, fmx). Not used for Partial Deploy projects. (e.g. forms)

Oracle

Forms Root

Libraries Source Directory

FDOFR_LIBRARY_ROOT_SOURCE_DIR

No

Source folder for Library

files 

files (pll, pld, plx). Not used for Partial Deploy projects. (e.g. libraries)

Oracle Menus

Root

Source Directory

FDOFR_MENUS_ROOT_SOURCE_DIR

No

Source folder for menu

files 

files (mmb, mmx). Not used for Partial Deploy projects. (e.g. menus)

Oracle Reports

Root

Source Directory

FDOFR_REPORTS_ROOT_SOURCE_DIR

No

Source

directory

folder for

report

Report files (rep, rdf, jsp, rex). Not used for Partial Deploy projects.

Oracle Forms

(e.g. reports)

Other Files Source Directory

FDOFR_OTHER_FILES_ROOT_SOURCE_DIR

No

Source folder for other files (

not handled by any other _SOURCE_DIR property)

  

Inputs

...

Input Name

...

Required

...

Description

  

Outputs

...

Output Name

...

Required

...

Description

  

unknown files). Not used for Partial Deploy projects.

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.  

Endpoint Selection

This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instanceTarget. Selecting a specific resource will result in selection of endpoints associated to the environment instance Target which have that resource defined.  

Endpoint Execution

This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where previous step may have executed. Changing this value to "All" to will result in execution on all selected endpoints.