This task exports an EGL project to an EGLAR or binary project.
| Attribute | Description | Required |
|---|---|---|
| project | The project to be exported. | Yes |
| destFolder | The destination folder to which the project is exported. | Yes |
| type | The export type. Valid values are eglar or binary. | Yes |
| exportWithError | A boolean value, which specifies whether the project can be exported when there are errors. | No, the default is false. |
| exportWithWarning | A boolean value, which specifies whether the project can be exported when there are warnings. | No, the default is false. |
| vendor | The name of the vendor who created this eglar. | No, the default is IBM®. |
| version | The version of the exported file. | No |
| overWriteTarget | Specifies whether to overwrite the file when the target file already exists. | No, the default is true. |
| exportTLFSrcFiles | Specifies whether the source files are exported. | No, the default is true. |
| 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. |