Xtend 2.3 -> Guice Problems [message #854906] |
Tue, 24 April 2012 06:50  |
Eclipse User |
|
|
|
Hi,
after upgrading Xtend to version 2.3 i get some Guice errors:
1) No implementation for org.eclipse.xtext.generator.IDerivedResourceMarkers was bound.
while locating org.eclipse.xtext.generator.IDerivedResourceMarkers
for field at org.eclipse.xtext.builder.BuilderParticipant.derivedResourceMarkers(Unknown Source)
while locating xx.xx.ft.exchange.graphml.xtend.ui.action.GenerationAction
2) No implementation for org.eclipse.core.resources.IWorkspace was bound.
while locating org.eclipse.core.resources.IWorkspace
for field at org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2.workspace(Unknown Source)
while locating com.google.inject.Provider<org.eclipse.xtext.builder.EclipseResourceFileSystemAccess2>
for field at org.eclipse.xtext.builder.BuilderParticipant.fileSystemAccessProvider(Unknown Source)
while locating xx.xx.ft.exchange.graphml.xtend.ui.action.GenerationAction
I guess i have bind some stuff in my module?
Sönke
|
|
|
|
|
Re: Xtend 2.3 -&gt; Guice Problems [message #854989 is a reply to message #854947] |
Tue, 24 April 2012 08:18   |
Eclipse User |
|
|
|
Hi Sönke,
so you'll have to add some bindings, that's true. I'd assume that the
error messages by Guice will guide you in the right direction, e.g. bind
IDerivedResourceMarkers to DerivedResourceMarkers.
Regards,
Sebastian
--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com
Am 24.04.12 13:36, schrieb Soenke Escher:
> Hi Sebastian,
>
> I have no "language". I only use xtend to generate some files from an
> ecore model. And yes, i regenerated the java file (from the .xtend file).
>
> Sönke
>
>
> Sebastian Zarnekow wrote on Tue, 24 April 2012 07:20
>> Hi Sönke,
>>
>> did you regenerate your language? Have you compared your workflow with
>> the one that is generated for new languages?
>>
>> Regards,
>> Sebastian
>
>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04121 seconds