从 XTEXT 2.0 项目中删除 jdt 依赖项

发布于 2024-11-19 13:08:28 字数 270 浏览 4 评论 0原文

如何从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巨坚强 2024-11-26 13:08:28

我问的问题与创建一个新的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文