Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
To any plugin with compile error related to org.eclipse.core.runtime.Path / Re: [platform-releng-dev] [eclipse-build]Build N20050213-0010 (Timestamp: 200502130010):Compile errors in build


As Dean reported, SWT has added a new org.eclipse.swt.graphics.Path . SWT confirms it is new API and name needs to remain as is (like org.eclipse.swt.graphics.Point should be called Point because it represents ... a Point).

As a result, plugins previously using the org.eclipse.core.runtime.Path and importing org.eclipse.swt.graphics.* must now change their source code to unambiguously refer to org.eclipse.core.runtime.Path.

We'll try to learn from that incident should we add new classes with generic names in the future so we can at least give an early warning to plugin owners.

Thank you,

Chris / SWT




Dejan Glozic/Toronto/IBM@IBMCA
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

02/13/2005 11:48 AM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
platform-releng-dev@xxxxxxxxxxx, platform-releng-dev-admin@xxxxxxxxxxx
Subject
Re: [platform-releng-dev] [eclipse-build]Build N20050213-0010 (Timestamp:  200502130010):Compile errors in build






OK, found the problem: apparently SWT has introduced a new 'Path' class in org.eclipse.swt.graphics. It is related to new GC methods 'drawPath', 'fillPath' etc.


SWT team, are you going to keep this API? If so, we will need to fix the ambiguity in our code in time for M5. Is there any way you pick another name?


Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850



Dejan Glozic/Toronto/IBM@IBMCA
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

02/13/2005 11:29 AM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
platform-releng-dev@xxxxxxxxxxx, platform-releng-dev-admin@xxxxxxxxxxx
Subject
Re: [platform-releng-dev] [eclipse-build]Build N20050213-0010 (Timestamp:  200502130010):Compile errors in build








Upon further analysis, it looks like no changes were made in Path, so this must be coming from elsewhere. Runtime team, false alarm.


Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850


Dejan Glozic/Toronto/IBM@IBMCA
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

02/13/2005 11:17 AM

Please respond to
platform-releng-dev


To
platform-releng-dev@xxxxxxxxxxx
cc
platform-releng-dev@xxxxxxxxxxx, platform-releng-dev-admin@xxxxxxxxxxx
Subject
Re: [platform-releng-dev] [eclipse-build]Build N20050213-0010 (Timestamp:  200502130010):Compile errors in build










Runtime team, what are all these errors? They all come from an apparent change in the Path class. All of the sudden, 'Path(String)' constructor is ambiguous. Why?


Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850

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

02/13/2005 01:19 AM

Please respond to
platform-releng-dev


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











Build N20050213-0010 (Timestamp: 200502130010):  Compile errors in build.  See attached compile logs.
[attachment "/builds/transfer/files/master/downloads/drops/N20050213-0010/compilelogs/plugins/org.eclipse.update.ui_3.0.0/updateui.jar.bin.log" deleted by Dejan Glozic/Toronto/IBM] [attachment "/builds/transfer/files/master/downloads/drops/N20050213-0010/compilelogs/plugins/org.eclipse.ui.intro_3.1.0/intro.jar.bin.log" deleted by Dejan Glozic/Toronto/IBM] [attachment "/builds/transfer/files/master/downloads/drops/N20050213-0010/compilelogs/plugins/org.eclipse.help.ui_3.0.0/helpui.jar.bin.log" deleted by Dejan Glozic/Toronto/IBM] [attachment "/builds/transfer/files/master/downloads/drops/N20050213-0010/compilelogs/plugins/org.eclipse.pde.runtime_3.1.0/pdert.jar.bin.log" deleted by Dejan Glozic/Toronto/IBM] [attachment "/builds/transfer/files/master/downloads/drops/N20050213-0010/compilelogs/plugins/org.eclipse.pde.ui_3.1.0/pdeui.jar.bin.log" deleted by Dejan Glozic/Toronto/IBM]

Back to the top