Skip to main content

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


It is the same error than yesterday. We thought the code would be graduated yesterday, however due to various delays it did not get in and I forgot to ask Kim to remove the plugins from the build.
This does not affect the quality of the build since this plugins in not even shipped in the SDK.



John Arthorne/Ottawa/IBM@IBMCA
Sent by: equinox-dev-bounces@xxxxxxxxxxx

09/28/2006 10:15 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] Fw: [platform-releng-dev] [eclipse-build]Build N20060928-0010        (Timestamp: 200609280010):Compile errors in build






Whoever is working on the servlet bridge needs to be subscribed to platform-releng-dev, and follow up there whenever there are compile errors.  If there are people waiting for these builds, they need to know if the compile errors will affect quality of the build.


John


----- Forwarded by John Arthorne/Ottawa/IBM on 28/09/2006 10:10 AM -----
eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

28/09/2006 12:58 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 N20060928-0010        (Timestamp: 200609280010):Compile errors in build







Build N20060928-0010 (Timestamp: 200609280010):  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_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

Compiler log for org.eclipse.equinox.servlet.bridge.http_1.0.0.N20060928-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