Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » The method getGrammar() of type ScopeProviderGrammarAccess must override a superclass method(The plugin runs fine in a second eclipse instance but does not if it gets installed in an eclipse instance)
The method getGrammar() of type ScopeProviderGrammarAccess must override a superclass method [message #1703623] Mon, 03 August 2015 17:25 Go to next message
Olaf Bigalk is currently offline Olaf BigalkFriend
Messages: 155
Registered: July 2009
Location: Berlin
Senior Member
I have defined a DSL with Xtext and the generated plugins are running fine if they are started in a runtime workspace from eclipse.
When I install the plugins into eclipse and try to use the plugins I get the following error:
[...]
Caused by: java.lang.Error: Unresolved compilation problem: 
	The method getGrammar() of type ScopeProviderGrammarAccess must override a superclass method
[...]

All my other DSL plugins are running fine.

What could be the reason for that ?

The complete stacktrace is attached.
Re: The method getGrammar() of type ScopeProviderGrammarAccess must override a superclass method [message #1703626 is a reply to message #1703623] Mon, 03 August 2015 17:43 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
sure you compile with java 6+?

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:How to reuse existing yacc grammar in xtext
Next Topic:How to resolve EObjects coming from a DSL file residing in an eclipse plugin
Goto Forum:
  


Current Time: Tue Mar 19 06:41:30 GMT 2024

Powered by FUDForum. Page generated in 0.02360 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top