Installs an extension zip on a JDeveloper instance.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
JDeveloper Install Home |
| Yes | The JDeveloper installation directory. You can control Build instance associated with your project, which effectively controls which version of JDeveloper is used for build operations. |
Use OJWebUpdate64 | FDJDEV_EXT_USE_64 | Yes | Whether or not to use the 64-bit version of the OJWebUpdate executable. Default is true. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Zip File Path |
| Yes | The path to the extension zip to install. Relative paths are assumed to be in FD_ARTIFACTS_DIR or FD_TEMP_DIR . |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation at the least produces an EAR file as artifact. Alternatively, other files like MAR or WAR can also be generated as artifacts. The generated artifact file(s) are automatically copied to artifacts folder and subsequently uploaded to artifact repositoryconsumes a zip file containing extension info for the JDeveloper instance.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance.
You must create an instance for JDeveloper and associate the endpoints where you have JDeveloper installed. You can create more than one instance if you are supporting multiple JDeveloper versions in your environment. For example, JDeveloper 11.1.1.8, JDeveloper 12.1.3 etc. Projects can select a specific JDeveloper instance on the Project Configuration Screen as per what version of JDeveloper each project is using for development.
...