Community
Participate
Working Groups
Build Identifier: jetty-distribution-7.3.1.v20110307 I couldn't find the source bundle for this release. Without sources, no debugging nor tooltip JavaDoc. I had to download SVN + Maven 2 to get the sources, but I don't want to develop or change the sources. I just want to debug and use tooltip JavaDoc. Reproducible: Always
I'm looking for sources in the following places: http://download.eclipse.org/jetty/ http://repo2.maven.org/maven2/org/eclipse/jetty/jetty-distribution/7.3.1.v20110307/ None of them contains source bundles.
all of the core jetty artifacts ship with both source and javadoc artifacts the distribution is just an assembly of the core jetty artifacts If you use something like m2eclipse and declare the dependencies normally then it will download javadoc and source artifacts automatically
http://repo2.maven.org/maven2/org/eclipse/jetty/jetty-server/7.3.1.v20110307/ that is the jetty-server artifact, source and javadoc location, rinse and repeat on the others or use something like m2eclipse
Thanks!