问题描述
唉!我的Eclipse被困在一个无休止的循环中:
Ugh! My Eclipse is stuck in an endless loop:
- 此时不显示任何操作
- 刷新工作区建设
- 工作区。在/ MobileWebApp上调用'Maven Project Builder'
建筑工作区永远不会超过58%。
The building workspace never gets past 58%.
详细信息:
Google的GWT提供了一个示例应用程序MobileWebApp。他们通过文件>导入>从SCM检出Maven项目。
Google's GWT provides a sample app MobileWebApp. They suggest adding it to Eclipse via File > Import > Checkout Maven projects from SCM.
我遵循添加了m2e,subclipse和m2e-subclipse连接器的插件。
I followed the instructions in this blog for adding the plugins for m2e, subclipse, and the m2e-subclipse connector.
安装插件后,我通过File> Import> Checkout Maven项目从SCM导入示例项目,并。
After installing the plugins, I imported the sample project via File > Import > Checkout Maven projects from SCM and this URL.
导入似乎完成,Eclipse不显示任何标记。但是现在我有这个无休止的清爽和建设,并且不知道是什么导致它或如何解决它。
The import seemed to complete ok and Eclipse doesn't display any markers. But now I have this endless refreshing and building and have no clue what is causing it or how to fix it.
版本:
- Eclipse Indigo 3.7
- m2e 1.0.100
- m2e连接器for build-helper-maven-插件0.14
- Subclipse的Maven SCM处理程序0.13
- Subclipse 1.6.18
- Subclipse Client Adapter 1.6。 12
- Eclipse Indigo 3.7
- m2e 1.0.100
- m2e connector for build-helper-maven-plugin 0.14
- Maven SCM handler for Subclipse 0.13
- Subclipse 1.6.18
- Subclipse Client Adapter 1.6.12
非常感谢任何建议。
推荐答案
我可以通过右键单击该项目并选择Run As> Maven Clean
I was able to resolve this by right clicking on the project and selecting Run As > Maven Clean
这篇关于Eclipse循环无止境:调用“Maven项目构建器”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!