从源代码中将插件安装到Eclipse中

时间:2013-04-14 10:06:36

标签: eclipse git eclipse-plugin install

有一个插件,实际上可以在其专用更新站点中找到并从那里安装到​​eclipse中。但是对于我的项目,我需要这个插件的最新版本,可以在GIT存储库中找到它的源代码。所以我已经将源代码的克隆从GIT存储库下载到Eclipse中。这一切看起来都是正确的,但最后我需要将这些源代码编译并作为插件安装到我的Eclipse Development IDE中(而不是在运行时环境中!)。我需要遵循的后续步骤是什么?如果你能帮我的话,我会很高兴的。

非常感谢!

1 个答案:

答案 0 :(得分:1)

问题“Installing an Eclipse Plugin that you've compiled from Source?”提到了两种方式:

  • 使用导出向导:File/Export,查找export Deployable plug-ins and fragments,选择已编译的插件,然后在页面的下半部分选择 Install into host repository

  • 或者将插件导出到目录中,然后将目录复制到dropins文件夹中。

如果您在安装后无法看到插件,请检查“Eclipse plugin developed under Helios doesn't show in Juno” 您可以测试插件with "Launch an Eclipse application" under "Testing"