Community
Participate
Working Groups
The generation reports feature (which creates an HTML version of the generated source) conflicts with VE; with generation reports enabled, VE actually renders the generation report rather than the RUIHandlers / RUIWidgets being developed. To avoid this, we'll move generation reports to their own directory under the project workspace. By default, it will be called "genReports" and the directory structure under it will mirror that of the source being generated. All generators will be writing their gen reports to this one directory, which will make it easier to compare their reports for the same EGL part. The filenames will be the same as the generated source except ".HTML" will be tacked on; to allow generators to differentiate their reports when they would otherwise have the same name, generators will be able to specify a special suffix to be added before ".HTML" is added.
Implemented.
closing this defect