【问题标题】:bundle not found during eclipse feature install from command line从命令行安装 Eclipse 功能期间找不到捆绑包
【发布时间】:2012-07-26 09:34:09
【问题描述】:

我用过

eclipsec.exe

   -application org.eclipse.equinox.p2.director
   -repository file:///d:/updatesite/target
   -installIU myPlugin.feature.feature.group
   -destination d:/eclipse/
   -profile SDKProfile

但我收到此错误: 需要 'bundle org.eclipse.core.runtime 3.7.0' 但找不到

注意:我使用 maven tycho 构建了该功能

【问题讨论】:

    标签: eclipse maven eclipse-plugin eclipse-rcp tycho


    【解决方案1】:

    当我将 indigo 更新站点添加到当前存储库时,它对我有用

       -repository file:///d:/updatesite/target,http://download.eclipse.org/releases/indigo/
    

    【讨论】:

    • 我怎样才能有一个 indigo 更新站点的本地副本,这样它就不会每次都连接到互联网,如果我们直接放置 indigo 更新站点,我会遇到很多次连接错误。跨度>
    • 尝试添加 -artifactRepository 选项并指向 eclipse 目录,如:-artifactRepository file:///D:/eclipse
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-09-02
    • 2015-07-08
    • 2011-04-24
    • 1970-01-01
    • 1970-01-01
    • 2023-03-18
    相关资源
    最近更新 更多