Andrew Borthwick (JIRA) wrote: > Can't build CAS Editor from SVN checkout in Eclipse > --------------------------------------------------- > > Key: UIMA-457 > URL: https://issues.apache.org/jira/browse/UIMA-457 > Project: UIMA > Issue Type: Bug > Components: Sandbox > Environment: Eclipse 3.2.2, Ubuntu Linux 7.04, Java 1.5.0_11 > Reporter: Andrew Borthwick > > > I can't build the CAS Editor in Eclipse after checking it out from SVN. I'm > getting an error messages that "AbstractAnnotationDocumentListener", > "AbstractDocument", "Action", and other classes can't be resolved to a type. > > I'm assuming that this is some sort of class path issue. Could somebody help? > > Thanks. >
Did you set the compiler settings to 1.5? I think you also need to enable annotations. I had the exact same errors yesterday, but I forget what I did exactly to get rid of them :-( I believe it had to do with Java 1.5 compliance. --Thilo
