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 N20060323-0010 (Timestamp: 200603230010):Compile errors in build


It turns out that the generated build.xml scripts are putting the com.ibm.icu.base (stub) plug-in on the compile path and with Olivier's help, we've discovered this is not compatible with the com.ibm.icu plug-in.  The com.ibm.icu plug-in defines the BreakIterator as an abstract class where the stub defines this as final.

For the time being, the com.ibm.icu.base plug-in will be removed from the build.  The JDT Text test failures are due to an inconsistent type of BreakIterator between JDT UI and JDT Text test.

Sonia



Karice McIntyre/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

03/23/2006 09:33 AM

Please respond to
"Eclipse platform release engineering list."

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev]        [eclipse-build]Build        N20060323-0010        (Timestamp: 200603230010):Compile        errors in build





I am thinking the compile errors are happening because of bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=132855

We have to use the Import-Package directive instead of Require-Bundle to
pre-req the ICU4J APIs due to the requirement to make a replacement plugin
(com.ibm.icu.base) available for applications that care more about the
size of the app than adopting ICU4J.

You can still run the workbench but you will see the compile errors.

Karice




Tobias Widmer <tobias_widmer@xxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
23/03/2006 05:01 AM
Please respond to
"Eclipse platform release engineering list."


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

Subject
Re: [platform-releng-dev] [eclipse-build]Build  N20060323-0010 (Timestamp:
200603230010):Compile errors in build






We cannot explain the compile errors in JDT UI at the moment. JDT UI HEAD
compiles without errors on our machines and all tests pass.

These compile errors are caused by adopting the ICU4J APIs
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=132749).
It seems that there is a wrong version of a final (!) class BreakIterator,
which also misses some constant declarations, on the classpath.

Could the releng team please have a look why this class appears on the JDT
UI classpath on the buildmachine?

Tobias

Donnerstag, 23. März 2006 06:51
To: platform-releng-dev@xxxxxxxxxxx
cc:
From: eclipse-releng@xxxxxxxxxxx
Subject: [platform-releng-dev] [eclipse-build]Build N20060323-0010
(Timestamp: 200603230010):Compile errors in build


Build N20060323-0010 (Timestamp: 200603230010):  Compile errors in build.
See attached compile logs.(See attached file: @dot.bin.html)(See attached
file: @dot.bin1.html)(See attached file: jdttexttests.jar.bin.html)
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

(Attachments removed)

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top