Community
Participate
Working Groups
Javadoc generation failed or didn't run in this build. Not sure if the problem is in doc or releng but starting here to track it down.
I think I'm looking at the right log: http://download.eclipse.org/eclipse/downloads/drops/I20111115-0800/compilelogs/platform.doc.isv.javadoc.txt If so it looks like a problem with the new jetty. Since it is compiled with java 6, we probably need to update the version of javadoc tool we are using to use the one from JDK 6. ../org.eclipse.equinox.http.jetty_3.0.0/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java:21: cannot access org.eclipse.jetty.server.Connector bad class file: ../org.eclipse.jetty.server_8.0.4.v20111024.jar(org/eclipse/jetty/server/Connector.class) class file has wrong version 50.0, should be 49.0 Please remove or make sure it appears in the correct subdirectory of the classpath. import org.eclipse.jetty.server.Connector; ^ 1 error
*** This bug has been marked as a duplicate of bug 362724 ***
I ran a test build using the jdk 6 javadoc this morning and verified that this addresses the issue.
Verified in N20111117-2000.