Community
Participate
Working Groups
This is because the IR's getFileName() is returning a value lowercased, so we can't find the IFile for the .egl file.
To be more specific, it was only a problem if the package had an uppercase character. Fixed Egl2MofBase.java and GenerationQueue.java. The IRs now store the file name in its original case, and when we couldn't find the IR we will traverse the Eclipse filesystem doing a case-insensitive compare on each segment.
Verified in latest CVS