在 myeclipse 中使用 struts2-archetype-starter 构建项目时出错
错误信息:
以下期间发生内部错误: “创建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不是 MyEclipse 特定答案,但使用命令行有效:
然后,使用 Import > 将项目导入 Eclipse 中。 Maven 项目。
Not a MyEclipse specific answer but using the command line works:
Then, import the project in Eclipse using Import > Maven Projects.
如果你正在使用 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