Closed bergmanngabor closed 11 years ago
Updated the genmodel definitions in plugin.xml files. Please, test if the issue is still current.
Simply changing the genmodel paths result in 56 test failures - solution needs to be reconsidered.
Ok, now I am officially screwed. I tried to reproduce the issue, but it did not happen in my computer. What is even more interesting, I don't know why does it work...
It seems, another Xtext magic is at work here that usually works but in case of @bergmanngabor for some weird reason it does not...
@ujhelyiz maybe you or @bergmanngabor should create a test project inside -examples so that others can try to reproduce the issue.
@ujhelyiz remember that you could reproduce the same issue on your machine. I have also personally observed it at @OszkarSemerath. So the issue is not restricted to my environment.
How to reproduce:
a. create a new incquery project b. create a new eiq file in its source folder c. add the following line to the empty .eiq file:
import "http://www.eclipse.org/viatra2/patternlanguage/EMFPatternLanguage"
I could never reproduce the issue, only I thought I understood it. After some further research we found out, that
Alltogether, I propose to postpone this issue to the 0.7 timeframe, as it is a bug of little consequence and low chance of coming forth for other developers.
Closing the issue. If it comes back, a new issue can be filled in bugzilla.
What is this? Should I worry about it? (I hasn't posed any problems so far.) How do I get rid of it?
Is a missing src-gen path segment the problem?
P.S. EMFPatternLanguage.genmodel is, of course, right where it should be.