...
Property Name | Property Code | Required | Description |
---|---|---|---|
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. |
...