相关疑难解决方法(0)

安装Maven Integration for Eclipse WTP时出错

我正在尝试按照以下说明安装Eclipse Indigo 3.7.2(在Ubuntu上运行)的gwt-maven-plugin:http: //uptick.com.au/content/getting-started-gwt-maven-and-日食

但是,当我进入安装"Maven Integration for Eclipse WTP"的步骤时,我收到以下错误:

无法完成安装,因为找不到一个或多个必需的项目.正在安装的软件:Maven Integration for WTP(可选)0.12.0.20110421-1500(org.maven.ide.eclipse.wtp.feature.feature.group 0.12.0.20110421-1500)缺少要求:WTP的Maven集成(可选)0.12. 0.20110421-1500(org.maven.ide.eclipse.wtp.feature.feature.group 0.12.0.20110421-1500)需要'org.maven.ide.eclipse.feature.feature.group [0.10.0,1.0.0)'但它无法找到

关于SO类似问题建议勾选"联系所有更新站点",但这对我不起作用.根据这个帖子的建议,我还添加了Galileo&Helios更新站点(除了Indigo):http://www.eclipse.org/forums/index.php/t/206143/

还有其他想法如何解决这个问题?

eclipse gwt eclipse-plugin maven gwt-maven-plugin

5
推荐指数
1
解决办法
3968
查看次数

eclipse indigo marketplace Maven Integration安装错误

使用eclipse indigo中的市场来安装Maven Integration for eclipse.但是在确认所选功能时,无论我选择"Maven Integration for eclipse"还是"slf4j over logback logging",错误仍然存​​在:无法完成配置操作.请更改您的选择,然后重试.请参阅下文了解详情.

Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)

Missing requirement: async-http-client 1.6.5.20130531-2315 (com.ning.async-http-client       1.6.5.20130531-2315) requires 'package org.slf4j 1.6.2' but it could not be found

Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: com.ning.async-http-client [1.6.5.20130531-2315]
Run Code Online (Sandbox Code Playgroud)

类似的错误报告已在这里发布http://marketplace.eclipse.org/content/error/report/955795,仍然未读,是否是eclipse市场的错误,或者我该如何解决这个问题?

eclipse eclipse-plugin m2eclipse

5
推荐指数
2
解决办法
2万
查看次数