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


The compile error in the swt tests has been fixed.  It seems to have been introduced by the upgrade to junit 3.8.2.

Grant




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

10/01/2006 01:04 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 N20061001-0010        (Timestamp: 200610010010):Compile errors in build





Build N20061001-0010 (Timestamp: 200610010010):  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

Title: Compiler log for org.eclipse.swt.tests_3.1.0

Compiler log for org.eclipse.swt.tests_3.1.0 : swttests.jar.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

/JUnit Tests/org/eclipse/swt/tests/junit/SwtTestCase.java : 1 error :

1. ERROR in /JUnit Tests/org/eclipse/swt/tests/junit/SwtTestCase.java
 (at line 189)
static private void failNotEquals(String message, Object expected, Object actual) {
Cannot reduce the visibility of the inherited method from Assert

Back to the top