从 XTEXT 2.0 项目中删除 jdt 依赖项
如何从 XTEXT 2.0 项目中删除 JDT 依赖项? 我尝试遵循这里(评论11)的提示,但我没有'未能成功删除 JDT 依赖项。
当我尝试验证产品时,Eclipse 表示缺少插件 org.eclipse.xtext.common.types.ui,但如果我添加该插件,则会创建对 jdt core 和 ui 的新依赖项。
谢谢
how can i remove JDT deperndencies from an XTEXT 2.0 project?
I tried to follow the hints here (comment 11) but i didn't success in removing JDT dependencies.
When I try to validate the product Eclipse says that the plugin org.eclipse.xtext.common.types.ui is missing, but if i add that plugin, new dependecies to jdt core and ui are created.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我问的问题与创建一个新的 xtext 插件有关,我在其中粘贴了之前开发的语法。我没有成功地从该项目中删除依赖项。
相反,我使用 Xtext 2.0 在 Indigo 中导入了旧插件,然后修复了与新框架的不同实现相关的各种错误。在这种情况下,不属于 JDT 的项目不会创建任何依赖项错误。
The problem i asked about was related to the creation of a new xtext plugin where i pasted a grammar previously developed. I didn't success in removing the dependecies from that project.
Instead i imported the old plugin in Indigo with Xtext 2.0 and then I fixed the various errors related to different implementations of the new framework. In this case the project, which didn't belong to JDT, does not create any dependency errors.