eclipse m2e Subclipse 连接器错误 - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20750014/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:25:11  来源:igfitidea点击:

m2e Subclipse Connector error - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)

eclipsemaveneclipse-plugin

提问by wiredniko

I want to checkout projects with Maven. However I am unable to setup my Maven configuration with Subclipse due to this error:

我想用 Maven 结帐项目。但是,由于此错误,我无法使用 Subclipse 设置我的 Maven 配置:

Operation details
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse 0.13.0.201303011221) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)' but it could not be found
Cannot satisfy dependency:
From: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
To: org.sonatype.m2e.subclipse [0.13.0.201303011221]

Things I have tried

我尝试过的事情

  • Uninstalling Subclipse and re-installing
  • Deleting my Eclipse folder all together and re-installing Using a different workspace
  • Deleting all tigris folders and jar files including updating features.xml and re-install subclipse
  • 卸载 Subclipse 并重新安装
  • 一起删除我的 Eclipse 文件夹并重新安装使用不同的工作区
  • 删除所有 tigris 文件夹和 jar 文件,包括更新 features.xml 和重新安装 subclipse

More details

更多细节

Version Information Eclipse Java EE IDE for Web Developers. Version: Kepler Service Release 1 Build id: 20130919-0819

版本信息 面向 Web 开发人员的 Eclipse Java EE IDE。版本:Kepler Service Release 1 版本号:20130919-0819

My current installed plugins are: Subclipse 1.10.3 SonarQube 3.2.0

我当前安装的插件是: Subclipse 1.10.3 SonarQube 3.2.0

My TortoiseSVN is: TortoiseSVN 1.8.4, Build 24972 - 64 Bit , 2013/11/24 11:15:39 Subversion 1.8.5, -release apr 1.4.8 apr-util 1.5.2 serf 1.3.2 OpenSSL 1.0.1e 11 Feb 2013 zlib 1.2.8

我的 TortoiseSVN 是: TortoiseSVN 1.8.4, Build 24972 - 64 Bit , 2013/11/24 11:15:39 Subversion 1.8.5, -release apr 1.4.8 apr-util 1.5.2 serf 1.3.2 OpenSSL 1. 2013 年 2 月 11 日 zlib 1.2.8

I am also using CollabNet 1.8.5 and that does not work either.

我也在使用 CollabNet 1.8.5 并且这也不起作用。

===

===

Downgraded my TortoiseSVN to 1.7.12 which was an older version I had used and I am still getting the same error.

将我的 TortoiseSVN 降级到 1.7.12,这是我使用过的旧版本,但我仍然遇到相同的错误。

I uninstalled CollabNet SVN 1.8.5 in case it was causing a conflict, but that also did not help.

我卸载了 CollabNet SVN 1.8.5,以防它引起冲突,但这也无济于事。

回答by 75inchpianist

Install the latest m2eclipse update via url. since subclipse 1.10.x some updates needed to be made.

通过 url 安装最新的 m2eclipse 更新。由于 subclipse 1.10.x 需要进行一些更新。

  1. In Eclipse, open Help >> Install New Software...

  2. Click Add...

  3. For Name: enter m2eclipse Subclipse Integration

  4. For Location: enter http://download.eclipse.org/technology/m2e/releases/

  5. Click Ok, then check Maven SCM Integration and complete the installation (ignore the warning about unsigned content)

  6. Restart Eclipse when prompted

  1. 在 Eclipse 中,打开帮助 >> 安装新软件...

  2. 单击添加...

  3. 对于名称:输入 m2eclipse Subclipse Integration

  4. 对于位置:输入http://download.eclipse.org/technology/m2e/releases/

  5. 点击Ok,然后勾选Maven SCM Integration并完成安装(忽略未签名内容的警告)

  6. 出现提示时重新启动 Eclipse

回答by user3166645

The answer is sinmple. The m2e connector version 0.13.x is incompatible with the subclipse version 1.10.x

答案很简单。m2e 连接器版本 0.13.x 与 subclipse 版本 1.10.x 不兼容

Solution: Install subclipse servion 1.8.x

解决方案:安装 subclipse 服务 1.8.x

Now the installation of the m2e connector should work.

现在 m2e 连接器的安装应该可以工作了。

回答by user2754985

This worked for me: Source: http://www.buluschek.com/?p=292How to install the SCM connector:

这对我有用:来源:http: //www.buluschek.com/? p= 292如何安装 SCM 连接器:

  1. Download zip: http://www.buluschek.com/wp-content/uploads/2013/12/org.sonatype.m2e.subclipse.feature-0.13.0-SNAPSHOT-site.zip
  2. Unzip the file to an empty folder somewhere, remember that folder
  3. In Eclipse:
    • Go to Help/Install New Software…
    • Click “Add…” to add a new site
    • In the window, click on “Local…” and choose the folder where you unzipped the site before.
    • The result in the Location field should look like file:/C:/theUnzipFolder/
    • Click OK, choose all available packages to install, and continue the installation as usual
  1. 下载压缩包:http: //www.buluschek.com/wp-content/uploads/2013/12/org.sonatype.m2e.subclipse.feature-0.13.0-SNAPSHOT-site.zip
  2. 将文件解压到某个空文件夹,记住那个文件夹
  3. 在日食中:
    • 转到帮助/安装新软件...
    • 单击“添加...”以添加新站点
    • 在窗口中,单击“本地...”并选择之前解压缩站点的文件夹。
    • Location 字段中的结果应类似于 file:/C:/theUnzipFolder/
    • 单击确定,选择所有可用的包进行安装,然后照常继续安装

回答by SKz_Edd

Go to http://subclipse.tigris.org/and use the eclipse drag and drop to install it to eclipse. That fixed it for me. (eclipse Luna 64 bit)

转到http://subclipse.tigris.org/并使用eclipse 拖放将其安装到eclipse。那为我修好了。(日食 Luna 64 位)