“org.eclipse.platform.feature.group [3.4.0,4.0.0)”

2019-09-23 04:15发布

我试图安装一个内部的插件,我之前已经安装了几个时间,但这段时间我得到这些错误:

这是否意味着它不符合我公司采用新的Eclipse朱诺兼容?

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

Answer 1:

您的内部插件是不是默认的Eclipse朱诺分布,这是基于Eclipse 4.2兼容。 你可以看到,在你的插件:(com.Company.engineering.maven.feature.feature.group)有来自[3.4.0,4.0.0)Eclipse平台的依赖。 这意味着你将插件与Eclipse 3.4升(但不包括)4.0.0工作。

你有两个选择:

  1. 更新你的插件。 还有就是Eclipse 3.x和4.x之间的兼容层,所以你可能只需要在你所依赖的更新版本范围。 这是假设你有机会获得com.Company.engineering.maven.feature.feature.group。

  2. 使用Eclipse 3.8为你的基地。 您可以从得到这个http://download.eclipse.org/eclipse/downloads/eclipse3x.html 。 然而,这将是基于3.x的最后的Eclipse版本,所以你应该考虑尽快更新。



Answer 2:

Eclipse的朱诺就是Eclipse 4.2,因此不符合你的插件兼容。 您可以从Eclipse的尝试3.8.1 此页面 。



Answer 3:

我的Eclipse是4.2.2,当我更新的链接的人“Eclipse的错误消失http://download.eclipse.org/eclipse/updates/4.2 ”。



文章来源: 'org.eclipse.platform.feature.group [3.4.0,4.0.0)' could not be found