boolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath)
boolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath)
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 |
libPath | String | Optional lib path |
Type | Description |
---|---|
boolean | A boolean indicating success or failure. |