| Attribute | Description | Required |
|---|---|---|
| cmdfile | The command file. | Yes |
| generationListenerClass | String, the Java class name created by the EGL
user which responds to events at the generation time. To create a customized generation listener class, follow these steps:
See Writing Java code to capture details of code generation for all the generation events and how to implement GenerationResultsListener. |
No |
| failOnError | Whether or not the build should fail if there is an error. | No, the default is true. |
| verbose | If true, show all the logs. If false, only show important logs. | No, the default is true. |