在Eclipse中将maven与gwt集成时出现问题

发布于 2024-11-08 18:54:58 字数 167 浏览 0 评论 0原文

当尝试使用maven制作gwt web项目时,我发现了几个错误。例如:“GreetingServiceAsync 无法解析为类型”等。我相信我要做的就是将 Maven 中的“项目导入时运行的目标”选项设置为“进程资源”。但是,我在 Maven 插件的首选项中找不到该文本框。

有人知道如何解决这个问题吗?

When trying to make a gwt web project with maven, I found several errors. For example: "GreetingServiceAsync cannot be resolved to a type" and others. I believe that what I have to do is set the "Goals to run on project import" option in Maven to "process-resources". However, I can't find that textbox in the preferences of my Maven plugin.

Does anybody know how to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梦里的微风 2024-11-15 18:54:58

当我使用 Eclipse 的 import > 导入 gwt-maven-plugin 生成的原型项目时,我遇到了同样的问题一般>将现有项目放入工作区。使用导入>梅文>现有的 Maven 项目反而消除了该错误。

“在项目导入时运行的目标”位于 Eclipse 的 Window > 中首选项>梅文。

在此处输入图像描述

如果您在 Maven 首选项中看不到该选项,则可能需要降级您的 m2eclipse 插件。旧的 Sonatype m2eclipse 至少有它,更新站点是 http://m2eclipse.sonatype.org/sites/m2e

I got the same problem when I imported gwt-maven-plugin generated archetype project using Eclipse's import > General > Existing Projects into Workspace. Using import > Maven > Existing Maven Projects instead got rid of the error.

"Goals to run on project import" is in Eclipse's Window > Preferences > Maven.

enter image description here

If you can't see the the option in Maven preferences, you may have to downgrade you m2eclipse plugin. Old Sonatype m2eclipse at least has it, update site is http://m2eclipse.sonatype.org/sites/m2e.

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