StudioUtil.buildEar()
Signature
boolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath, boolean useLegacyCompiler)
Description
Builds the project EAR file for the given project path.
Parameters
Name | Type | Description |
projectName | String | The name of the project to be built. |
projectPath | String | The path to the project to be built. |
earPath | String | The full path to the output ear file, i.e. C:/temp/proj.ear. |
extendedClasspath | String | or null if no additional classPath entries are needed |
useLegacyCompiler | boolean | Whether to use legacy compilation |
libPath | String | Optional lib path |
Returns
Type | Description |
boolean | A boolean indicating success or failure. |