Runs Ant Script.
The plugin provides the ability for the user to define additional inputs that will be available to the scripts when executing.In addition, the plugin provides the ability for the user to define any number of outputs from the execution of the script that could be utilized in subsequent steps in the workflowDeploys any combination of Menu, Form, Library, Report, and other files to a Forms and Reports server.
Compiled and source files can be kept in different or the same locations based on project property values.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|
Oracle Forms Source Script | FDOFR_ |
SOURCE_ |
SCRIPT | No |
The JAVA_HOME directory to be used by the target for builds.
Project Properties
...
Property Name
...
Required
...
Description
Inputs
Input Name
Required
Description
Build XML
FDOFR_BUILD_XML
Yes
Ant script to execute.
Run Target
FDOFR_RUN_TARGET
No
Path to an Oracle Forms environment file (e.g. On a linux environment, this property is required. On a Windows environment, the environment must be set manually before running the plugin. | |||
Oracle Forms Database User | FDOFR_DB_USER | Yes | DB User to connect with privileges. (e.g. Apps). |
Oracle Forms Database Password | FDOFR_DB_PASSWORD | Yes | DB Password for FDORF_DB_USER . |
Oracle Forms Database TNS Name | FDOFR_DB_TNS_NAME | Yes | TNS Name for the DB. May need to be defined in tnsnames.ora. |
Oracle Forms Custom Classpath Additions | FDOFR_FORMS_CLASSPATH | No | Additional classpath to add when compiling Forms, Menus, and Libraries. |
The following properties are DESTINATION properties. They set where the (compiled for Forms, Menus, and Libraries) files are placed on the deploy server. If no STAGE properties are set, the Forms, Menus, and Libraries source files will be placed in the same folder. | |||
Oracle Forms Destination Directory | FDOFR_FORMS_DESTINATION_DIR | No | Target directory for compiled Form files (fmx). |
Oracle Libraries Destination Directory | FDOFR_LIBRARY_DESTINATION_DIR | No | Target directory for compiled Library files (plx). |
Oracle Menus Destination Directory | FDOFR_MENUS_DESTINATION_DIR | No | Target directory for compiled Menu files (mmx). |
Oracle Reports Destination Directory | FDOFR_REPORTS_DESTINATION_DIR | No | Target directory for report files (rep, rdf, jsp, rex). |
Oracle Forms Other Files Root Destination Directory | FDOFR_OTHER_FILES_ROOT_DESTINATION_DIR | No | Target directory for other files (not handled by any other _DESTINATION_DIR property) |
The following properties are STAGE properties. They are used to keep the source and compiled files in different locations on the deploy server, similar to how there are src and class folders in Java projects. | |||
Oracle Forms Root Stage Directory | FDOFR_FORMS_ROOT_STAGE_DIR | No | Stage folder where uncompiled Form files (fmb) are kept. |
Oracle Forms Root Stage Directory | FDOFR_LIBRARY_ROOT_STAGE_DIR | No | Stage folder where uncompiled Library files (pll, pld) are kept. |
Oracle Forms Root Menu Stage Directory | FDOFR_MENUS_ROOT_STAGE_DIR | No | Stage folder where uncompiled Menu files (mmb) are kept. |
The following properties are SOURCE properties. They are used to define a subfolder 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" | |||
Oracle Forms Root Source Directory | FDOFR_FORMS_ROOT_SOURCE_DIR | No | Source folder for Form files (fmb, fmx) |
Oracle Forms Root Source Directory | FDOFR_LIBRARY_ROOT_SOURCE_DIR | No | Source folder for Library files (pll, pld, plx) |
Oracle Menus Root Source Directory | FDOFR_MENUS_ROOT_SOURCE_DIR | No | Source folder for menu files (mmb, mmx) |
Oracle Reports Root Source Directory | FDOFR_REPORTS_ROOT_SOURCE_DIR | No | Sourcedirectory for report files (rep, rdf, jsp, rex). |
Oracle Forms Other Files Source Directory | FDOFR_OTHER_FILES_ROOT_SOURCE_DIR | No | Source folder for other files (not handled by any other _SOURCE_DIR property) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation delegates the consumes /produces artifacts decisions to the workflow developer. Check Consumes Artifacts
on the workflow step editor if this operation requires artifacts to be delivered prior to execution of the script. Check Produces Artifacts
on the workflow step editor if this operation creates artifacts. The artifacts folder is available via the FD_ARTIFACTS_DIR
variable.from the BuildForms 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 instance. Selecting a specific resource will result in selection of endpoints associated to the environment instance 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.