Xtext Bundle org.eclipse.emf.mwe.utils cannot be resolved

旧巷老猫 提交于 2019-12-02 15:01:36

问题


I'm trying to learn to use Xtext. I was unable to create an Xtext project when I installed Xtext in an existing Eclipse Neon installation using either the marketplace or using Install New Software (see Can't Create Xtext Project in Eclipse). I then tried installing a new Eclipse DSL Tools with the Eclipse installer. Now I can create a project, but the default project already has errors in it; I haven't even tried to edit the default project. Here are the errors:

  1. In build.properties, Bundle org.eclipse.emf.mwe.utils cannot be resolved.
  2. In GenerateMyDsl.mwe2, A value of type 'org.eclipse.xtext.xtext.generator.XtextGenerator' can not be assigned to the feature org.eclipse.emf.mwe2.runtime.workflow.AbstractCompositeWorkflowComponent.addComponent(org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent)

I have researched these errors on Stack Overflow and elsewhere, and there are several prior instances of the same or similar errors. One suggests reloading or refreshing the target platform. Another suggests adding the mwe.utils jar to the build path. Neither of these had any effect. At this point, I am stuck. Can anybody definitively resolve this problem?

来源:https://stackoverflow.com/questions/46923986/xtext-bundle-org-eclipse-emf-mwe-utils-cannot-be-resolved

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!