找不到'org.eclipse.platform.feature.group [3.4.0,4.0.0)' [英] 'org.eclipse.platform.feature.group [3.4.0,4.0.0)' could not be found

查看:160
本文介绍了找不到'org.eclipse.platform.feature.group [3.4.0,4.0.0)'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试安装一个内部插件,该插件之前已经安装了好几次,但是这次却出现以下错误:

I am trying to install an in-house plugin that I has installed several time before but this time I am getting these errors:

这是否意味着它与我正在使用的新EClipse Juno不兼容?

Does it mean it is not compatible with the new EClipse Juno I am using?

Cannot complete the install because one or more required items could not be found.
  Software being installed: Maven 2 Tools 2.0.1 (com.Company.engineering.maven.feature.feature.group 2.0.1)

  Missing requirement: Maven 2 Tools 2.0.1 (com.Company.engineering.maven.feature.feature.group 2.0.1) requires 'org.eclipse.platform.feature.group [3.4.0,4.0.0)' but it could not be found

推荐答案

您的内部插件与基于Eclipse 4.2构建的默认Eclipse Juno发行版不兼容.您可以在您的插件中看到:(com.Company.engineering.maven.feature.feature.group)从[3.4.0,4.0.0)开始依赖Eclipse平台.这意味着您的插件将与Eclipse 3.4兼容(但不包括)4.0.0.

Your in-house plugin is not compatible with the default Eclipse Juno distribution, which is built on Eclipse 4.2. You can see that in your plugin:(com.Company.engineering.maven.feature.feature.group) there is dependency on the Eclipse Platform from [3.4.0, 4.0.0). This means that you plugin will work with Eclipse 3.4 up-to (but not including) 4.0.0.

您在这里有两个选择:

  1. 更新您的插件. Eclipse 3.x和4.x之间有一个兼容性层,因此您可能只需要更新依赖项中的版本范围即可.前提是您有权访问com.Company.engineering.maven.feature.feature.group.

  1. Update your plugin. There is a compatibility layer between Eclipse 3.x and 4.x, so you might just need to update the version ranges in your dependency. This assumes you have access to com.Company.engineering.maven.feature.feature.group.

使用Eclipse 3.8作为基础.您可以从 http://download.eclipse.org/eclipse/downloads/eclipse3x获取. html .但是,这将是基于3.x的最新Eclipse版本,因此您应该考虑尽快进行更新.

Use Eclipse 3.8 as your base. You can get this from http://download.eclipse.org/eclipse/downloads/eclipse3x.html. However, this will be the last Eclipse release based on 3.x, so you should consider updating soon.

这篇关于找不到'org.eclipse.platform.feature.group [3.4.0,4.0.0)'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆