在 myeclipse 中使用 struts2-archetype-starter 构建项目时出错

发布于 2024-09-27 09:59:06 字数 410 浏览 4 评论 0原文

错误信息:

以下期间发生内部错误: “创建 struts2-archetype-starter”。 尝试开始规则: MultiRule[P/examsys,P/.org.eclipse.jdt.core.external.folders], 与外部范围规则不匹配: org.maven.ide.eclipse.internal.project.SchedulingRule@971a7e

环境:

  • MyEclipse 8.5M2 插件 m2eclipse
  • struts2-archetype-starter 2.0.11
  • apache-maven-2.2.1

有谁遇到过这种情况吗?请帮助我。谢谢。

ERROR MESSAGE:

An internal error occurred during:
"Creating struts2-archetype-starter".
Attempted to beginRule:
MultiRule[P/examsys,P/.org.eclipse.jdt.core.external.folders],
does not match outer scope rule:
org.maven.ide.eclipse.internal.project.SchedulingRule@971a7e

environment:

  • MyEclipse 8.5M2 plugin m2eclipse
  • struts2-archetype-starter 2.0.11
  • apache-maven-2.2.1

have anyone met this situation?help me please.thank you.

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

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

发布评论

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

评论(2

夏日浅笑〃 2024-10-04 09:59:06

不是 MyEclipse 特定答案,但使用命令行有效:

mvn archetype:create   -DgroupId=tutorial \
                       -DartifactId=tutorial \
                       -DarchetypeGroupId=org.apache.struts \
                       -DarchetypeArtifactId=struts2-archetype-starter \
                       -DarchetypeVersion=2.2.1

然后,使用 Import > 将项目导入 Eclipse 中。 Maven 项目。

Not a MyEclipse specific answer but using the command line works:

mvn archetype:create   -DgroupId=tutorial \
                       -DartifactId=tutorial \
                       -DarchetypeGroupId=org.apache.struts \
                       -DarchetypeArtifactId=struts2-archetype-starter \
                       -DarchetypeVersion=2.2.1

Then, import the project in Eclipse using Import > Maven Projects.

扬花落满肩 2024-10-04 09:59:06

如果你正在使用 Git 插件...也许这可能是问题...

检查你的 EGit 插件版本...更新它...它似乎是一个错误修复...或者尝试更新 MyEclipse...

参见我在这个帖子中发布了我的解决方案:

If you are using Git plugin... maybe it could be the problem...

Check your EGit plugin version... an update it... it seams to be a bug fixed... or try updating MyEclipse...

See this thread where i posted my solution:

check this thread

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