试图安装Gradle Integration for Eclipse时出错



当我尝试安装Gradle Integration for Eclipse时,我得到了这个依赖错误:

 Cannot complete the install because one or more required items could not be found.
Software being installed: Spring Dashboard (optional) 3.4.0.201310051510-RELEASE
(org.springsource.ide.eclipse.dashboard.feature.group 3.4.0.201310051510-RELEASE)
Missing requirement: Getting Started With Spring Integration 3.4.0.201310051510-RELEASE (org.springsource.ide.eclipse.commons.gettingstarted 3.4.0.201310051510-RELEASE) requires 'bundle org.codehaus.jackson.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Spring Dashboard (optional) 3.4.0.201310051510-RELEASE(org.springsource.ide.eclipse.dashboard.feature.group 3.4.0.201310051510-RELEASE)
To: org.springsource.ide.eclipse.commons.gettingstarted [3.4.0.201310051510-RELEASE]

系统是Ubuntu 12.04, Eclipse版本是4.2 (Juno)

我遵循这些教程:如何在Eclipse中安装Gradle以及如何在Linux上安装Gradle

如何解决这个问题?谢谢你!

我没有和你一样的设置,但遇到了同样的问题。我发现Milestone版本比release版本更适合我。Eclipse更新站点:http://dist.springsource.com/milestone/TOOLS/gradle

更多信息可以在这里找到:https://github.com/spring-projects/eclipse-integration-gradle/

在安装gradle之前,我还更新了我的Eclipse环境。这可能也是它工作所需要的。

我希望这能解决你的问题。

最新更新