When we try to do Team => Show Annotation… on any JSP file in our projects we get the following error from MyEclipse:
“Because of a Eclipse platform issue, this file cannot be opened in its current context. The text editor will be used instead.”
It proceeds to open the file in a text editor, along with the annotation view listing usernames and revisions, but the two do not appear to be linked or working correctly. Selecting revisions in the annotation view does not highlight the associated changes in the JSP, and vice versa.
So far, this only appears to happen with JSPs, but it happens consistently.
We are running current Eclipse 3.0x and MyEclipse 3.8.4 on Windows XP. Our project is not specified as either an EJB or WebApp project (because it’s one big project containing multiple of each).