eclipse 在哪里下载jetty源代码?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5990146/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
where to download jetty source code?
提问by CaiNiaoCoder
I have download jetty 7.3 and use it in eclipse with jetty-wtp plugin. where can I download jetty's source packages and attach them with jetty jars ?
我已经下载了 jetty 7.3 并在 eclipse 中使用了 jetty-wtp 插件。我在哪里可以下载 jetty 的源包并用 jetty jars 附加它们?
I have found it myself at grepcode
我自己在grepcode 上找到了
回答by davorp
The sources can be downloaded here:
源可以在这里下载:
回答by Paul Crowley
The best place appears to be from the Eclipse git source control repository:
最好的地方似乎来自 Eclipse git 源代码控制存储库:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/
For example I downloaded version 8.1.8 from here:
例如,我从这里下载了 8.1.8 版:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tag/?id=jetty-8.1.8.v20121106
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tag/?id=jetty-8.1.8.v20121106
回答by Erik Kaplun
I could not figure out how to git clone
from git.eclipse.org
so I found this Github mirror:
我不知道如何开始git clone
,git.eclipse.org
所以我找到了这个 Github 镜像:
https://github.com/eclipse/jetty.project
so just run:
所以只需运行:
$ git clone [email protected]:eclipse/jetty.project.git jetty