【问题标题】:How to install specific plugin in eclipse?如何在eclipse中安装特定插件?
【发布时间】:2014-05-29 07:08:19
【问题描述】:

I want to install specific plugin of specific version in eclipse. Well, any version above a certain version (Ex: any version above 2.1.1)
是否有可能在eclipse中实现这一点?有没有办法从命令行做到这一点?喜欢使用 org.eclipse.equinox.p2.director 插件?此外,下载此插件应下载其所有依赖项。

【问题讨论】:

    标签: eclipse plugins eclipse-plugin maven-install-plugin


    【解决方案1】:

    是的,请参阅http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_director.html 获取说明。 -installIU 参数只是插件的 ID,您需要列出其所有依赖项的存储库位置。

    【讨论】:

    • 最好在你的答案中添加一些简单的例子。
    • 这对我有帮助:proc=subprocess.Popen([eclipse_exe_location,'-application', 'org.eclipse.equinox.p2.director', '-repository', repository, '-安装IU','pluginName'])。谢谢!
    猜你喜欢
    • 2010-12-07
    • 2015-05-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-10-20
    • 2011-04-25
    • 1970-01-01
    相关资源
    最近更新 更多