gpt4 book ai didi

eclipse - 从源代码构建 Eclipse

转载 作者:行者123 更新时间:2023-12-02 02:50:08 28 4
gpt4 key购买 nike

我一直在尝试构建从 CVS 获取的 eclipse,但找不到从哪里开始?

通常很简单,制作 X,构建 X,但我发现这并不那么容易。有数百个插件,但我似乎找不到在哪里构建它们并拥有 eclipse IDE。

有任何教程可以指导我完成整个过程吗?我好像找不到。

此外,任何将其自动化并使其编程化的方法也将是巨大的,但我现在会满足于任何事情。

最佳答案

我相信主要文档是 Building (来自 wiki eclipse 网站),协助了一些 PDE-build指令。

Eclipse itself is built using the PDE build infrastructure that it ships with the Plug-in Development Environment. Ant is used to run the build, with adequate plug-points where in you can perform custom tasks such as instrumentation of code.

现在,关于 Eclipse 本身, releng project 是负责实际构建的人:该链接为您提供了一些有关如何继续的进一步指示,从安装 releng 插件开始。

这不是一个真正的精确配方,而是一个很好的起点。

您对此有进一步的讨论blog ,包括使用ant4eclipse .
Pluginbuilder也可以被称为一种工具,可用于促进某些 Eclipse 插件的构建。

<小时/>

12年后,2020年8月,özkan pakdil建议:

"How to build eclipse on locally in windows 10"

基于:

git clone -b master --recursive git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git e
export MAVEN_OPTS="-Xmx2048m -Declipse.p2.mirrors=false"
cd e
mvn verify -DskipTests

关于eclipse - 从源代码构建 Eclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/291238/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com