<bdo id='BljW0'></bdo><ul id='BljW0'></ul>
  1. <legend id='BljW0'><style id='BljW0'><dir id='BljW0'><q id='BljW0'></q></dir></style></legend>

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

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

      如何从市场获取 Eclipse 插件的存储库 url 和插件 ID

      时间:2023-08-21
    1. <tfoot id='ooKHC'></tfoot>

            1. <small id='ooKHC'></small><noframes id='ooKHC'>

                <tbody id='ooKHC'></tbody>

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

                <bdo id='ooKHC'></bdo><ul id='ooKHC'></ul>
                本文介绍了如何从市场获取 Eclipse 插件的存储库 url 和插件 ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在使用 vagrant 和 chef 为 Ubuntu 虚拟机提供 Eclipse 和 Eclipse 插件.所有插件都需要使用 equinox.p2 安装.下面是一个安装 Buildship 插件的例子:

                I am provisioning Eclipse and Eclipse plugins to an Ubuntu Virtual Machine using vagrant and chef. All plugins need to be installed using equinox.p2. Here is an example of installing Buildship plugin:

                eclipse -application org.eclipse.equinox.p2.director -noSplash -repository http://download.eclipse.org/buildship/updates/e46/releases/1.0 -installIUs org.eclipse.buildship.feature.group

                eclipse -application org.eclipse.equinox.p2.director -noSplash -repository http://download.eclipse.org/buildship/updates/e46/releases/1.0 -installIUs org.eclipse.buildship.feature.group

                在许多情况下,插件仅提供市场安装按钮,没有更新站点 URL,也没有插件 ID 的详细信息.

                In many cases a plugin only provides a marketplace Install button and no update site URL and no details on plugin id.

                如何获取此类插件的更新站点 URL 和插件 ID?

                How can I get the update site URL and plugin id for such a plugin?

                推荐答案

                除非您拥有市场上的条目,否则此信息是隐藏的.但是,您可以使用市场 API 获取它.例如,通过在命令行上发出 curl http://marketplace.eclipse.org/node/364668/api/p 来获取 OS X Eclipse Launcher 的详细信息,您将获得所有XML 格式的详细信息.更新站点 URL 在 updateurl 中,功能在 ius 中列出.将数字替换为市场中条目的标识符.您可以通过查看分配给 Install 链接按钮的 URL 来找到它.

                This information is hidden unless you own the entry on the marketplace. However you can obtain it using the marketplace API. For instance getting the details on the OS X Eclipse Launcher, by issuing curl http://marketplace.eclipse.org/node/364668/api/p on the command line and you'll get all the details in the form of XML. The update site URL is in updateurl, and the feature(s) are listed in ius. Replace the number with the identifier of the entry in the marketplace. You can find it by looking at the URL assigned to the Install link button.

                这篇关于如何从市场获取 Eclipse 插件的存储库 url 和插件 ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:代码分析器:PMD &amp;查找错误 下一篇:在 Eclipse 中开始使用锐化

                相关文章

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

                2. <small id='mASDC'></small><noframes id='mASDC'>

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

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