<tfoot id='oCphC'></tfoot>

      <i id='oCphC'><tr id='oCphC'><dt id='oCphC'><q id='oCphC'><span id='oCphC'><b id='oCphC'><form id='oCphC'><ins id='oCphC'></ins><ul id='oCphC'></ul><sub id='oCphC'></sub></form><legend id='oCphC'></legend><bdo id='oCphC'><pre id='oCphC'><center id='oCphC'></center></pre></bdo></b><th id='oCphC'></th></span></q></dt></tr></i><div id='oCphC'><tfoot id='oCphC'></tfoot><dl id='oCphC'><fieldset id='oCphC'></fieldset></dl></div>
        <bdo id='oCphC'></bdo><ul id='oCphC'></ul>

      <small id='oCphC'></small><noframes id='oCphC'>

      <legend id='oCphC'><style id='oCphC'><dir id='oCphC'><q id='oCphC'></q></dir></style></legend>

    1. 在安装期间添加更新站点 URL 以查找第三方依赖项

      Adding update site URLs to find third-party dependencies during install(在安装期间添加更新站点 URL 以查找第三方依赖项)
      <tfoot id='APild'></tfoot>
        <tbody id='APild'></tbody>
          <bdo id='APild'></bdo><ul id='APild'></ul>
          <legend id='APild'><style id='APild'><dir id='APild'><q id='APild'></q></dir></style></legend>
            • <i id='APild'><tr id='APild'><dt id='APild'><q id='APild'><span id='APild'><b id='APild'><form id='APild'><ins id='APild'></ins><ul id='APild'></ul><sub id='APild'></sub></form><legend id='APild'></legend><bdo id='APild'><pre id='APild'><center id='APild'></center></pre></bdo></b><th id='APild'></th></span></q></dt></tr></i><div id='APild'><tfoot id='APild'></tfoot><dl id='APild'><fieldset id='APild'></fieldset></dl></div>

                <small id='APild'></small><noframes id='APild'>

                本文介绍了在安装期间添加更新站点 URL 以查找第三方依赖项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我有一个 Eclipse 功能,在 Helios 上安装时需要一个额外的更新站点 URL 才能找到某些依赖项.是否可以自动添加这样的 URL,以便用户不必手动添加?或者这样做被认为是不好的做法?

                I have an Eclipse feature which when installing on Helios requires an additional update-site URL to be present in order to find certain dependencies. Is it possible to automatically add such an URL so that the user doesn't have to do it manually? Or is it considered bad practice to do so?

                我尝试将 addRepository 操作添加到功能的 p2.inf 文件中,但没有执行.

                I've tried to add addRepository action to the p2.inf file of the feature, but it is not executed.

                推荐答案

                我发现的唯一方法是手动将存储库引用添加到 content.jar/content.xml 中.例如,要将 EMF 更新站点添加到可用更新站点列表中,可以将以下代码添加到 节点:

                The only way I have found is to add repository references into content.jar/content.xml by hand. For example, to add EMF update site into the list of available update sites one can add the following code to <repository> node:

                <references size="2">
                    <repository uri="http://download.eclipse.org/modeling/emf/updates/" url="http://download.eclipse.org/modeling/emf/updates/" type="0" options="0"/>
                    <repository uri="http://download.eclipse.org/modeling/emf/updates/" url="http://download.eclipse.org/modeling/emf/updates/" type="1" options="0"/>
                </references>
                

                我没有找到任何描述 typeoptions 属性含义的文档.此外,如果指定的更新站点已作为禁用站点添加到可用站点(检查窗口 -> 首选项 -> 安装/更新 -> 可用软件),则此解决方案将不起作用.在这种情况下它没有启用,实际上我正在寻找如何无条件启用它,并找到了你的问题.

                I did't found any documentation describing what type and options attributes mean. Also this solution will not work if the specified update site has already been added to available sites as disabled site (check Window -> Preferences -> Install/Update -> Available Software). In such case it is not enabled, actually I was searching how to enable it unconditionally, and found your question.

                还有 一个 Ant 脚本 简化了将关联网站添加到 content.jar/content.xml.

                There is also an Ant script which simplifies adding associated sites into content.jar/content.xml.

                如果您能找到更好的方法,请告诉我.

                Please let me know if you'll find a better way.

                例如,可以将新的更新站点与稍微不同的 URL 关联起来

                It is possible to associate a new update site with a slightly different URL, for example

                http://download.eclipse.org/modeling/emf/updates/
                

                ->

                http://download.eclipse.org/modeling/emf/updates/#contributed-by-my-update-site
                

                但我还是希望有更好的解决方案.

                But I still hope that there is a better solution.

                这篇关于在安装期间添加更新站点 URL 以查找第三方依赖项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                How can I specify the default JVM arguments for programs I run from eclipse?(如何为从 Eclipse 运行的程序指定默认 JVM 参数?)
                Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined(JavaLaunchHelper 类在... libinstrument.dylib 中都实现了.将使用两者之一.哪个是未定义的) - IT屋-程序员软件开发技术分享
                Running Eclipse on Windows 7 JRE and JDK not found(找不到在 Windows 7 JRE 和 JDK 上运行 Eclipse)
                StringBuilder vs. .concat vs. quot;+quot; Operator relative performance different in eclipse than command line?(StringBuilder vs. .concat vs. “+eclipse中的操作员相对性能与命令行不同?)
                Is there a maximum number you can set Xmx to when trying to increase jvm memory?(尝试增加 jvm 内存时,您可以将 Xmx 设置为最大数量吗?)
              1. <small id='qAKjN'></small><noframes id='qAKjN'>

                    <bdo id='qAKjN'></bdo><ul id='qAKjN'></ul>

                    1. <tfoot id='qAKjN'></tfoot>
                      1. <legend id='qAKjN'><style id='qAKjN'><dir id='qAKjN'><q id='qAKjN'></q></dir></style></legend>

                            <tbody id='qAKjN'></tbody>

                          <i id='qAKjN'><tr id='qAKjN'><dt id='qAKjN'><q id='qAKjN'><span id='qAKjN'><b id='qAKjN'><form id='qAKjN'><ins id='qAKjN'></ins><ul id='qAKjN'></ul><sub id='qAKjN'></sub></form><legend id='qAKjN'></legend><bdo id='qAKjN'><pre id='qAKjN'><center id='qAKjN'></center></pre></bdo></b><th id='qAKjN'></th></span></q></dt></tr></i><div id='qAKjN'><tfoot id='qAKjN'></tfoot><dl id='qAKjN'><fieldset id='qAKjN'></fieldset></dl></div>