Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor marks error when I use the resource grammar framework #22

Open
fernando73 opened this issue Mar 18, 2014 · 5 comments
Open

editor marks error when I use the resource grammar framework #22

fernando73 opened this issue Mar 18, 2014 · 5 comments

Comments

@fernando73
Copy link

Hello,
When I have tried to use the resource grammar framework, I obtain the error message:
"Couldn't resolve reference to Ident X"
Where X is every resource grammar framework element that I'm using in my code.

I tried to clean the Project and "Build automatically" is on. - it didn't work, the errors are still there. The GF_LIB_PATH is ok, in fact there were no errors in building the grammar - only in the editor.

I use Eclipse Kepler, GF 3.3 and Windows 8.1. In the log file when Eclipse is launched I can see:

eclipse.buildId=M20130204-1200
java.version=1.7.0_17
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES
Command-line arguments: -os win32 -ws win32 -arch x86_64

Error
Tue Mar 18 19:26:22 CET 2014
Conflicting handlers for org.grammaticalframework.eclipse.ui.commands.Clone: {org.grammaticalframework.eclipse.ui.commands.CloneHandler} vs {org.grammaticalframework.eclipse.ui.commands.CloneHandler}

eclipse.buildId=M20130204-1200
java.version=1.7.0_17
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES
Command-line arguments: -os win32 -ws win32 -arch x86_64

Error
Tue Mar 18 19:26:22 CET 2014
Conflicting handlers for org.grammaticalframework.eclipse.ui.commands.ToggleGFNature: {org.grammaticalframework.eclipse.ui.commands.ToggleGFNatureHandler} vs {org.grammaticalframework.eclipse.ui.commands.ToggleGFNatureHandler}

@johnjcamilleri
Copy link
Member

I'm going to be honest and say that I don't have time to look into this right now. But thanks for the report... and pull requests are always welcome :)

@fernando73
Copy link
Author

Hello John,

I know you have no time, but... do you have any news about this issue?

@johnjcamilleri
Copy link
Member

I am sorry @fernando73 but I do not actively work on this project anymore.

@fernando73
Copy link
Author

thank you anyway. By the way, I suppose I could to solve the bug by myself,
how could I obtain the code?

regards,
Fernando

2014-05-19 8:14 GMT+01:00 John J. Camilleri notifications@github.com:

I am sorry @fernando73 https://github.com/fernando73 but I do not
actively work on this project anymore.


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-43472011
.

@johnjcamilleri
Copy link
Member

The code for the plugin is publicly available in this GitHub repository, i.e. https://github.com/GrammaticalFramework/gf-eclipse-plugin
The typical process or contributing to GitHub repositories is to make a fork of the repository, make changes in your fork, and then issue a pull request so that your changes can be incorporated into this fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants