Building resource extensions
You can build the resource extension by rebuilding the resources.jar.
To build extensions to application resources, you must rebuild the resources.jar file by running the deployer.sh utility from the <runtime_sandbox>/bin directory. For example:
./deployer.sh -t resourcejar
- Theme, CSS, Config resources, Data types files, and so forth
- Extended APIs, Events, and XSL templates
- Modifications made in the database, resources, and template directories
If you are extending any resource XML files, place your extended *.xml files in the <runtime_sandbox><runtime_sandbox>/extensions/global/template/resource folder.
If you are extending any event.xml files, place your extended *.xml files in the <runtime_sanbox>/extensions/global/template/event folder.
If you are extending an *.xsl file, place your extended .xsl files in the <runtime_sanbox>/extensions/global/template/xsl folder. But when providing the name of the template.xsl file during service definition, the path should be /global/template/xsl/<CUSTOM_TEMPLATE_XSL>.
Ensure that all the extended JSP and JS files are stored in the <runtime_sandbox>/extensions/global/webpages directory, if they are not already there.