In Release 9.2, the documentation EAR contains development-related documentation only, such as the javadocs, ERDs, and XSDs. The documentation EAR is not built and deployed with the application EAR.
In earlier releases, the documentation EAR, smcfsdocs.ear, contained the context-sensitive help and was built and deployed on the same application server as the application EAR, smcfs.ear. If the -Dnodocear parameter was added to the create-ear script, the documentation EAR did not build.
In Release 9.2, the BUILD_DOC_EAR property has been added to the <INSTALL_DIR>/properties/sandbox.cfg file. By default, this property is set to "false", which prevents the documentation EAR from building and deploying with the application EAR. If you want to create the documentation EAR when you build the application EAR, set this property to "true" in the <INSTALL_DIR>/properties/sandbox.cfg file and then run the setupfiles script. Release 9.2 continues to support the -Dnodocear parameter, which takes precedence over the BUILD_DOC_EAR property. For example, if the BUILD_DOC_EAR property is set to "true" but the -Dnodocear parameter is used with the create-ear script, the documentation EAR does not build.
None
None.
None.