Util.buildClasses()
Signature
boolean buildClasses(String projectName, String projectPath, String outputDirectory, String extendedClasspath)
Description
Builds classes for all resources inside this project.
Parameters
Name | Type | Description |
projectName | String | The name of the project to be built. |
projectPath | String | The path to the project to be built. |
outputDirectory | String | The full path of the output directory, e.g : C:/temp. |
extendedClasspath | String | Additional classpath entries required for compilation,
or null if no additional classPath entries are needed |
Returns
Type | Description |
boolean | A boolean indicating success or failure. |