如何下载Eclipse的源代码? [英] How to download Eclipse's Source code?

查看:214
本文介绍了如何下载Eclipse的源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

花了一段时间后(他们用于CSV访问的维基页面不再有效,提供的密码不起作用),他们的SVN存储库不包含Eclipse IDE或核心插件的代码。同样的问题似乎也适用于他们的GIT存储库。特别是我正在寻找这个核心插件类的源代码(甚至不是特定于java的):

After spending awhile (their wiki pages for CSV access are no longer valid, the password provided does not work) and their SVN repositories do not contain the code to Eclipse IDE or the core plugins. The same problem also appears to apply to their GIT repositories. In particular I am looking for the source code of this core plugin class (not even java specific):

插件:org.eclipse.debug .core

plugin: org.eclipse.debug.core

类:org.eclipse.debug.core.model.IProcess

class: org.eclipse.debug.core.model.IProcess

最后,我也尝试过将插件作为包含源目录的片段导入。没有打包的源文件。我的最后一个选择是反编译类文件,但是请告诉我有一个更好的存储库我可以使用只读权限访问吗?他们的wiki再次过时或者没有指向我的核心代码,而是指向其他项目回购。

Finally, I also tried to import the plugin as a fragment with source directory. There is no packaged source file. My last option is to decompile the class files, but please tell me there is a better repository I can access with read only permission? Again their wiki is either outdated or not pointing me to the core code but other project repos.

推荐答案

我发现它,很棘手部分原因是他们的git仓库页面上列出了很多回购( http://git.eclipse.org/ c / ),您需要检查每个页面,它列在平台类别下,而不是所有插件ID按字母顺序列出:

I found it, the tricky part was there are so many repos just listed there on their git repo page (http://git.eclipse.org/c/), you kind of have to inspect each page, it is listed under the category "platform", as opposed to all the plugin ID's being listed in alphabetic order:

对于org.eclipse.debug.core(其中是IProcess),它在这里:

For org.eclipse.debug.core (where IProcess is), it is here:

http://git.eclipse.org/c/platform/eclipse.platform.debug .git / tree / org.eclipse.debug.core

这篇关于如何下载Eclipse的源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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