RMS.CodeGeneration.buildEar()
Signature
boolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
Description
Builds the project EAR file for the given project path.
Parameters
Name | Type | Description |
projectName | String | Name of the project. |
projectPath | String | Project Path. |
earPath | String | Path to enterprise archive. |
extendedClasspath | String | Extended class path if any |
studioToolsExecPath | String | Path to studio tools executable |
useLegacyCompiler | boolean | Whether to use legacy compilation |
Returns
Type | Description |
boolean | Success/Failure |