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 I20090311-0100 (Timestamp: 200903110100):Compile errors in build

This is the bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=268112
I've added the missing method and will resubmit to the 1:00 pm build.
We're running our API checking tools to be sure that no other API was missed in the cocoa port.

-Kevin


Inactive hide details for John Arthorne/Ottawa/IBM@IBMCAJohn Arthorne/Ottawa/IBM@IBMCA


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

          03/11/2009 10:13 AM

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

To

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

cc


Subject

Re: [platform-releng-dev] [eclipse-build]Build I20090311-0100 (Timestamp: 200903110100):Compile errors in build


With help from Olivier we determined this compile error was caused by a missing method in the Combo class on the Cocoa port of SWT. The port of SWT used at compile-time is not consistent across builds, which is why the compile error only appeared now, despite the fact neither class has recently changed signature. Kevin "cocoa" Barnes is working on a fix for the next build. It looks like the compile error didn't occur in the 8am build (a different port of SWT ended up at the front of the build path), so platforms other than Cocoa should run fine in that build.



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

03/11/2009 01:54 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 I20090311-0100 (Timestamp: 200903110100):Compile errors in build




Build I20090311-0100 (Timestamp: 200903110100):  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
(See attached file: org.eclipse.ui.browser_3.2.300.v20090302-@xxxxxxxx)_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

GIF image

GIF image

GIF image

Title: Compiler log for org.eclipse.ui.browser_3.2.300.v20090302

Compiler log for org.eclipse.ui.browser_3.2.300.v20090302 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/internal/browser/BrowserViewer.java : 1 error :

1. ERROR in /src/org/eclipse/ui/internal/browser/BrowserViewer.java
 (at line 721)
if (combo.getSelectionIndex() != -1 && !combo.getListVisible()) {
The method getListVisible() is undefined for the type Combo

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