Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Request a rebuild / Re: [platform-releng-dev] [eclipse-build]Build I20050324-0800 (Timestamp: 200503240800):Compile errors in build


SWT is asking for a rebuild. Our map file has been updated and we are ready.

This will resolve the compilation errors reported in @dot.bin.log (TableTreeItem getItem missing)

Chris




Christophe Cornu/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

03/24/2005 11:36 AM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-releng-dev] [eclipse-build]Build I20050324-0800 (Timestamp:  200503240800):Compile errors in build






The error in @dot.bin.log results from org.eclipse.jface using new SWT API (added yesterday afternoon to HEAD) not contributed to this integration build.


I'll check with UI. We may ask for a rebuild in about one hour - time for SWT to update the SWT map file and build related native libraries to support the new API.


Chris



1. ERROR in /builds/I/src/plugins/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java

(at line 267)

       return ((TableTreeItem) widget).getItem (index);

                                       ^^^^^^^

The method getItem(TableItem) in the type TableTreeItem is not applicable for the arguments (int)

----------

2. ERROR in /builds/I/src/plugins/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java

(at line 269)

       return ((TableTree) widget).getItem (index);

                                   ^^^^^^^

The method getItem(Point) in the type TableTree is not applicable for the arguments (int)

----------

----------

3. ERROR in /builds/I/src/plugins/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java

(at line 616)

       return ((TreeItem) widget).getItem(index);

                                  ^^^^^^^

The method getItem(int) is undefined for the type TreeItem

----------

4. ERROR in /builds/I/src/plugins/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java

(at line 618)

       return ((Tree) widget).getItem(index);

                              ^^^^^^^

The method getItem(Point) in the type Tree is not applicable for the arguments (int)

----------

4 problems (4 errors)



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

03/24/2005 10:51 AM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20050324-0800 (Timestamp:  200503240800):Compile errors in build







Build I20050324-0800 (Timestamp: 200503240800):  Compile errors in build.  See attached compile logs.

Attachment: /builds/transfer/files/master/downloads/drops/I20050324-0800/compilelogs/plugins/org.eclipse.jface_3.1.0/@dot.bin.log
Description: Binary data

Attachment: /builds/transfer/files/master/downloads/drops/I20050324-0800/compilelogs/plugins/org.eclipse.team.cvs.ui_3.1.0/teamcvsui.jar.bin.log
Description: Binary data

Attachment: /builds/transfer/files/master/downloads/drops/I20050324-0800/compilelogs/plugins/org.eclipse.team.ui_3.1.0/teamui.jar.bin.log
Description: Binary data


Back to the top