没有找到包含osgi.bundle和org.eclipse.update.feature的库 [英] No repository found containing: osgi.bundle and org.eclipse.update.feature

查看:281
本文介绍了没有找到包含osgi.bundle和org.eclipse.update.feature的库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



按照EGit用户指南,我首先创建了一个新的Git存储库,但是当尝试添加到版本控制(团队 - >添加到版本控制),此选项不在我的列表选项,推送,提交,合并和许多其他选项。我只能从应用补丁或共享项目中选择。



所以我猜想我从协作部分中缺少一些软件。所以我尝试安装丢失的Git的东西:命令行界面和Mylyn版本连接器。



当我尝试安装软件时,eclipse遇到一个问题某些存储库错误: osgi.boundle org.eclipse.update.feature


收集要安装的项目时发生错误
会话上下文为:(profile = profile,phase = org.eclipse.equinox.internal.p2.engine没有找到包含osgi.bundle,org.eclipse.jgit.iplog,2.1.0.201209190230-r

br>
找不到包含以下内容的仓库:osgi.bundle,org.eclipse.jgit.pgm,2.1.0.201209190230-r

找不到包含以下内容的库:org.eclipse.update.feature,org。 eclipse.jgit.pgm,2.1.0.201209190230-r

没有找到包含以下内容的仓库:osgi.bundle,org.eclipse.jgit.ui,2.1.0.201209190230-r

没有找到存储库包含:osgi.bundle,org.e clipse.mylyn.git.core,1.0.2.v20120916-1200

没有找到存储库,包含:org.eclipse.update.feature,org.eclipse.mylyn.git,1.0.2.v20120916-1200

找不到包含以下内容的存储库:osgi.bundle,org.eclipse.mylyn.git.ui,1.0.2.v20120916-1200

没有找到包含osgi.bundle,org的存储库.eclipse.mylyn.versions.core,1.0.2.v20120916-1200

没有找到包含的库:org.eclipse.update.feature,org.eclipse.mylyn.versions,1.0.2.v20120916- 120

没有找到包含以下内容的资料库:osgi.bundle,org.eclipse.mylyn.versions.ui,1.0.2.v20120916-1200

没有找到包含osgi.bundle的仓库, org.kohsuke.args4j,2.0.12.v200910131500


我一直在寻找一些其他的帖子,如这一个关于存储库错误,他们建议删除更新站点并安装它艾因。我已经做了,但是我仍然收到同样的错误。



其实我有以下可用的软件网站:




  • Android开发者工具更新网站: dl-ssl.google.com/android/eclipse /

  • Eclipse更新: > download.eclipse.org/eclipse/updates/4.2

  • Eclipse更新站点4.3: download.eclipse.org/eclipse/updates/4.3milestones

  • Juno: download.eclipse.org/releases/juno



我正在Windows 7 - 64位使用ADT Build:v21.0.1-543035。

解决方案

命令行界面和Mylyn版本连接器都是可选的,对于常见的用例而言并不是必需的。



使用共享项目... 首先连接项目到新创建的Git存储库。之后,您应该在团队菜单中有更多选项。然后,您可以使用添加到索引将文件添加到版本控制。



至于为什么安装附加功能不起作用,也许你选择了错误的更新站点。目前,EGit 2.2是最新的稳定版本(即将推出2.3)。所以也许您需要先安装最新版本,然后再安装其他功能。


I am trying to link my Android app to a Github repository.

Following the EGit User Guide, I have first created a new Git repository, but when trying to add to version control ("Team" -> "Add to version control"), this option is not on my list options, either push, commit, merge and many others. I can only chose from Apply Patch or Share Project.

So I am guessing I am missing some Software from the Collaboration section. So then I try to install the missing Git stuff: the command line interface and the Mylyn Versions Connector.

And when I try to install the Software, eclipse encounters a problem according to some repository errors: osgi.boundle and org.eclipse.update.feature.

An error occurred while collecting items to be installed session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

No repository found containing: osgi.bundle,org.eclipse.jgit.iplog,2.1.0.201209190230-r
No repository found containing: osgi.bundle,org.eclipse.jgit.pgm,2.1.0.201209190230-r
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit.pgm,2.1.0.201209190230-r
No repository found containing: osgi.bundle,org.eclipse.jgit.ui,2.1.0.201209190230-r
No repository found containing: osgi.bundle,org.eclipse.mylyn.git.core,1.0.2.v20120916-1200
No repository found containing: org.eclipse.update.feature,org.eclipse.mylyn.git,1.0.2.v20120916-1200
No repository found containing: osgi.bundle,org.eclipse.mylyn.git.ui,1.0.2.v20120916-1200
No repository found containing: osgi.bundle,org.eclipse.mylyn.versions.core,1.0.2.v20120916-1200
No repository found containing: org.eclipse.update.feature,org.eclipse.mylyn.versions,1.0.2.v20120916-120
No repository found containing: osgi.bundle,org.eclipse.mylyn.versions.ui,1.0.2.v20120916-1200
No repository found containing: osgi.bundle,org.kohsuke.args4j,2.0.12.v200910131500

I have been looking for some other posts, like this one about repository errors, where they suggested to remove the update site and installing it again. I have already done it but I keep getting the same error.

Actually I have the following available Software sites:

  • Android Developer Tools Update Site : dl-ssl.google.com/android/eclipse/
  • Eclipse Updates: download.eclipse.org/eclipse/updates/4.2
  • Eclipse Update Site 4.3 : download.eclipse.org/eclipse/updates/4.3milestones
  • Juno: download.eclipse.org/releases/juno

I am using ADT Build: v21.0.1-543035 on Windows 7 - 64 bits.

解决方案

The command line interface and the Mylyn Versions Connector are both optional and not required for the common use cases.

Use Share Project... to first connect the project to the newly created Git repository. After that, you should have more options in the team menu. Then you can add files to version control using Add to Index.

As for why installing the additional features doesn't work, maybe you picked the wrong update site. Currently, EGit 2.2 is the newest stable release (and soon 2.3). So maybe you need to update to the newest version first before installing additional features.

这篇关于没有找到包含osgi.bundle和org.eclipse.update.feature的库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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