RMS.CodeGeneration.buildEar()

Signature

boolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)

Domain

Description

Builds the project EAR file for the given project path.

Parameters

NameTypeDescription
projectNameStringName of the project.
projectPathStringProject Path.
earPathStringPath to enterprise archive.
extendedClasspathStringExtended class path if any
studioToolsExecPathStringPath to studio tools executable
useLegacyCompilerbooleanWhether to use legacy compilation

Returns

TypeDescription
booleanSuccess/Failure