Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Fw: [eclipse-build]Build N20110414-1440 (Timestamp: 201104141440):Compile errors in build

Equinox team,

I was running a test build this afternoon and this compile error resulted. Not sure if it was just the state of HEAD at the time I started my build.

Kim
----- Forwarded by Kim Moir/Ottawa/IBM on 04/14/2011 04:16 PM -----

From:        Kim Moir/Ottawa/IBM@IBMCA
To:        Kim Moir/Ottawa/IBM@IBMCA
Date:        04/14/2011 04:07 PM
Subject:        [eclipse-build]Build N20110414-1440 (Timestamp:  201104141440):Compile errors in build




Build N20110414-1440 (Timestamp: 201104141440):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.http.jetty_1.1.100.N20110414-1440

Compiler log for org.eclipse.equinox.http.jetty_1.1.100.N20110414-1440 : @dot.xml

TOTAL : ERRORS: 23, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java : 23 errors :

1. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 38)
HttpServer server = (HttpServer) servers.remove(pid);
HttpServer cannot be resolved to a type
2. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 38)
HttpServer server = (HttpServer) servers.remove(pid);
HttpServer cannot be resolved to a type
3. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 57)
HttpServer server = new HttpServer();
HttpServer cannot be resolved to a type
4. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 57)
HttpServer server = new HttpServer();
HttpServer cannot be resolved to a type
5. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 58)
SocketListener httpListener = createHttpListener(dictionary);
SocketListener cannot be resolved to a type
6. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 58)
SocketListener httpListener = createHttpListener(dictionary);
The method createHttpListener(Dictionary) from the type HttpServerManager refers to the missing type SocketListener
7. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 62)
SocketListener httpsListener = createHttpsListener(dictionary);
SocketListener cannot be resolved to a type
8. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 62)
SocketListener httpsListener = createHttpsListener(dictionary);
The method createHttpsListener(Dictionary) from the type HttpServerManager refers to the missing type SocketListener
9. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 66)
ServletHandler servlets = new Servlet25Handler();
ServletHandler cannot be resolved to a type
10. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 69)
ServletHolder holder = servlets.addServlet("/*", InternalHttpServiceServlet.class.getName()); //$NON-NLS-1$
ServletHolder cannot be resolved to a type
11. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 81)
HttpContext httpContext = createHttpContext(dictionary);
HttpContext cannot be resolved to a type
12. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 81)
HttpContext httpContext = createHttpContext(dictionary);
The method createHttpContext(Dictionary) from the type HttpServerManager refers to the missing type HttpContext
13. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 99)
HttpServer server = (HttpServer) it.next();
HttpServer cannot be resolved to a type
14. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 99)
HttpServer server = (HttpServer) it.next();
HttpServer cannot be resolved to a type
15. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 105)
private SocketListener createHttpListener(Dictionary dictionary) {
SocketListener cannot be resolved to a type
16. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 114)
SocketListener listener = new SocketListener();
SocketListener cannot be resolved to a type
17. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 114)
SocketListener listener = new SocketListener();
SocketListener cannot be resolved to a type
18. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 139)
private SocketListener createHttpsListener(Dictionary dictionary) {
SocketListener cannot be resolved to a type
19. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 148)
SslListener listener = new SslListener();
SslListener cannot be resolved to a type
20. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 148)
SslListener listener = new SslListener();
SslListener cannot be resolved to a type
21. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 213)
private HttpContext createHttpContext(Dictionary dictionary) {
HttpContext cannot be resolved to a type
22. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 214)
HttpContext httpContext = new HttpContext();
HttpContext cannot be resolved to a type
23. ERROR in _1.1.100/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java
 (at line 214)
HttpContext httpContext = new HttpContext();
HttpContext cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top