users@grizzly.java.net

Newbie Question: Bad javadoc/source jar files?

From: MassimoH <MassimoHeitor_at_gmail.com>
Date: Tue, 27 Jan 2009 13:16:23 -0800 (PST)

I downloaded the latest Grizzly release (1.9.4) and the Javadoc and sources
jars seem to be incomplete. Please let me know if I'm downloading the wrong
files or just doing something dumb. Thanks!

FYI, I'm looking for the latest stable (non-beta) release of Grizzly that
can run a standard web-server and host static content as well as Java
servlets and .jsp pages: I assume this is grizzly-http-servlet 1.9.4


I went to project site: https://grizzly.dev.java.net/
Clicked downloads: http://download.java.net/maven/2/com/sun/grizzly/
Clicked "grizzly-http-servlet" (I assume this is what I want):
http://download.java.net/maven/2/com/sun/grizzly/grizzly-http-servlet/

Then I download these three files:

http://download.java.net/maven/2/com/sun/grizzly/grizzly-http-servlet/1.9.4/grizzly-http-servlet-1.9.4.jar
http://download.java.net/maven/2/com/sun/grizzly/grizzly-http-servlet/1.9.4/grizzly-http-servlet-1.9.4-javadoc.jar
http://download.java.net/maven/2/com/sun/grizzly/grizzly-http-servlet/1.9.4/grizzly-http-servlet-1.9.4-sources.jar

The first jar file looks complete. For example, I can unzip and see the
class file com\sun\grizzly\http\embed\GrizzlyWebServer.class

However, the javadoc and sources .jar files both look incomplete: I can
unzip, look in com\sun\grizzly directory and there is only a single
sub-directory, "standalone". Everything else seems to be missing, including
the "http" sub-directory which would lead to the docs/source for the
GrizzlyWebServer class.

Any help is appreciated. Thanks!
-- 
View this message in context: http://www.nabble.com/Newbie-Question%3A-Bad-javadoc-source-jar-files--tp21694599p21694599.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.