This task executes the EGL commands.
| Attribute | Description | Required |
|---|---|---|
| cmdfile | The command file. | Yes |
| 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. |
| generationListenerClass | The class name of the customized generation listener. To use this attribute in the ant script, you must define the generationListener class which implements GenerationResultsListener. Refer to Writing Java code to capture details of code generation for how to define the generationListener class. | No |