Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[incquery-dev] misc notes on the xcore issue

Hi

I have created a pde.core bugzilla issue in the context of our issue (https://bugs.eclipse.org/bugs/show_bug.cgi?id=419128). I have patched myself the pde.core plugin and with that version (on my machine) all of the xtext 2.5 related Exceptions are gone.
I cleaned the library project many times, built it many times, etc...

Regarding the @Ecore annotation (in xcoreiq) and its effect for rewriting the plugin.xml with the new nsUri; - for the first time a <!-- @generated library --> comment is placed into the plugin.xml for the generated package entry.
- this will be removed during the IncQuery generator phase
- from this point the xcore generator is unable to update the entry with the new nsUri because it is looking for this comment.

Regards,
Tamas


Back to the top