Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20060927-0010 (Timestamp: 200609270010):Compile errors in build


These errors are caused by a code reorg part of the graduation of the server side work. Basically some bundles have been renamed other added and the feature has not been updated.
Everything should be back in order for the next N build.



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

09/27/2006 01:00 AM

Please respond to
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20060927-0010        (Timestamp: 200609270010):Compile errors in build





Build N20060927-0010 (Timestamp: 200609270010):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.equinox.servlet.bridge.http_1.0.0.N20060927-0010

Compiler log for org.eclipse.equinox.servlet.bridge.http_1.0.0.N20060927-0010 : @dot.bin.xml

TOTAL : ERRORS: 7, WARNINGS: 0

/src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 14)
import org.eclipse.equinox.http.servlet.HttpServiceServlet;
The import org.eclipse.equinox.http.servlet.HttpServiceServlet cannot be resolved
2. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 21)
private HttpServiceServlet httpServiceServlet;
HttpServiceServlet cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 24)
httpServiceServlet = new HttpServiceServlet();
httpServiceServlet cannot be resolved
4. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 24)
httpServiceServlet = new HttpServiceServlet();
HttpServiceServlet cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 25)
BridgeServlet.registerServletDelegate(httpServiceServlet);
httpServiceServlet cannot be resolved
6. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 29)
BridgeServlet.unregisterServletDelegate(httpServiceServlet);
httpServiceServlet cannot be resolved
7. ERROR in /src/org/eclipse/equinox/servlet/bridge/http/internal/Activator.java
 (at line 30)
httpServiceServlet = null;
httpServiceServlet cannot be resolved

Back to the top