我已下载jetty 7.3并在eclipse中使用jetty-wtp插件。 我在哪里可以下载jetty的源包并用jetty罐子附上它们?
我自己在grepcode
找到了它答案 0 :(得分:20)
答案 1 :(得分:14)
最佳位置似乎来自Eclipse git源代码控制库:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/
例如我从这里下载了版本8.1.8:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tag/?id=jetty-8.1.8.v20121106
答案 2 :(得分:4)
我无法弄明白git clone
git.eclipse.org
如何从而找到这个Github镜像:
https://github.com/eclipse/jetty.project
所以只需运行:
$ git clone git@github.com:eclipse/jetty.project.git jetty