从源代码构建 Eclipse
我一直在尝试构建从 CVS 获取的 eclipse,但找不到从哪里开始?
通常它很简单,制作 X,构建 X,但我发现这并不那么容易。 有数百个插件,我似乎无法找到在哪里构建它们并拥有 eclipse IDE。
有任何教程可以引导我完成整个过程吗? 我似乎找不到一个。
此外,任何将其自动化并使其编程化的方法也将是巨大的,但我现在会满足于任何事情。
I have been trying to build eclipse fetched from CVS, but cannot find where to begin?
Usually it has been simple, make X, build X, but I am not finding it that easy with this. There are hundreds of plugins, and I cannot seem to find where to build them all and have the eclipse IDE.
Is there any tutorial that will step me through the process? I cannot seem to find one.
Also, any way to automate this and make it programmatic would be huge as well, but I would settle for anything right now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信主要文档将是 Building (来自 wiki eclipse 网站) ,协助一些 PDE-build 指令。
现在,关于 Eclipse 本身,releng 项目 是负责实际构建的人:该链接为您提供了一些有关如何继续的进一步指示,从安装 releng 插件开始。
这不是一个真正的精确配方,而是一个很好的起点。
您对该博客进行了进一步讨论,包括使用ant4eclipse。
Pluginbuilder 也可以被称为一种工具,可用于促进某些 Eclipse 插件的构建。
12 年后,即 2020 年 8 月,özkan pakdil 提出:
基于:
I believe the main document would be Building (from the wiki eclipse website), assisted with some PDE-build directives.
Now, regarding eclipse itself, the releng project is the one in charge of the actual building: that link gives you some further indications on how to proceed, beginning with the installation of the releng plugin.
It is not an actual precise recipe, but a good starting point.
You have further discussions on that blog, including the use of ant4eclipse.
Pluginbuilder can also be mentioned as a tool which may be used to facilitate the build of some Eclipse plugins.
12 years later, Aug. 2020, özkan pakdil proposes:
Based on: