EBS Object Types - HTML (Web) Files
Used for tagging text files to achieve font, color, graphic, and hyperlink effects on web pages.
Object Type Identification
Files with the extensions .html, .htm, .js, .jsp, .css, .xss, .xsl are included regardless of location
File ExtensionsÂ
Name | Description |
---|---|
.html or .htm | Hypertext Markup Language is a standardized system for tagging text files. |
.js | Java Script file |
.jsp | Java Server Pages file |
.css or .xss | Cascading or XML Style Sheet |
.xsl | XSL Transformation file |
Object Type
Name | Code |
---|---|
HTML (Web) Files |
|
Object Type Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source |
| Object Source Location Type | SCM | SCM |
Target Location |
| Path to where the file should be deployed. | $OA_HTML/ | |
JSP Compile |
| JSP File Compilation Mode | The project property FDEBS_JSP_COMPILE controls the default. | Compile,No,Compile with Flush |
Target File Permissions |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
HTML Root Source Directory |
| Source folder for web files (e.g. web). | html |
HTML Root Destination Directory |
| Target directory for html files (e.g. $XXAR_TOP/html). | $OA_HTML |
JSP Compile Option |
| Compile option for JSP files. | No Valid values are (Compile,No,Compile with Flush) |
File Permissions |
| Permissions to apply to the file after it is deployed | Â |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
cp $SOURCE_FILE $OA_HTML/;
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s ahlprdMrJobMain.jsp
- style