| Summary: | Compile errors in preview server | ||
|---|---|---|---|
| Product: | [WebTools] WTP ServerTools | Reporter: | Carl Anderson <ccc> |
| Component: | wst.server | Assignee: | Elson Yuen <eyuen7> |
| Status: | RESOLVED FIXED | QA Contact: | Elson Yuen <eyuen7> |
| Severity: | blocker | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.4 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| See Also: | https://git.eclipse.org/r/109083 | ||
| Whiteboard: | |||
Code released to HEAD New Gerrit change created: https://git.eclipse.org/r/109083 |
In the latest WTP 3.4.0 build, we are getting 4 compile errors: Source File: org/eclipse/wst/server/preview/internal/WTPDefaultHandler.java 1. ERROR: ImportNotFound The import org.eclipse.jetty.server.HttpConnection cannot be resolved WTPDefaultHandler.java : 21 : import org.eclipse.jetty.server.HttpConnection; 2. ERROR: UndefinedName HttpConnection cannot be resolved WTPDefaultHandler.java : 39 : baseRequest = request instanceof Request?(Request)request:HttpConnection.getCurrentConnection().getRequest(); Source File: org/eclipse/wst/server/preview/internal/WTPErrorHandler.java 1. ERROR: ImportNotFound The import org.eclipse.jetty.server.HttpConnection cannot be resolved WTPErrorHandler.java : 19 : import org.eclipse.jetty.server.HttpConnection; 2. ERROR: UndefinedName HttpConnection cannot be resolved WTPErrorHandler.java : 30 : baseRequest = request instanceof Request?(Request)request:HttpConnection.getCurrentConnection().getRequest();