如何从市场上获取Eclipse插件的存储库URL和插件ID [英] How to get repository url and plugin id from marketplace for Eclipse plugin

查看:89
本文介绍了如何从市场上获取Eclipse插件的存储库URL和插件ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用vagrant和Chef将Eclipse和Eclipse插件配置到Ubuntu虚拟机。所有插件都需要使用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 中列出。将数字替换为市场中条目的标识符。您可以通过查看分配给安装链接按钮的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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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