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


The compile error in the CVS tests was due to a change made in Platform/UI internals. We have identified the proper API to use and have released the fix to HEAD. Unfortunately, the fix wasn't ready for todays integration build so there will be another compile error but it is in the performance tests so the integration build tests should be unaffected.

Michael



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

25/09/2007 02:09 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 N20070925-0010        (Timestamp: 200709250010):Compile errors in build





Build N20070925-0010 (Timestamp: 200709250010):  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.gtk.linux.ia64_3.4.0.HEAD

Compiler log for org.eclipse.swt.gtk.linux.ia64_3.4.0.HEAD : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java : 3 errors :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 137)
int result = ime.gtk_button_press_event (widget, event);
Type mismatch: cannot convert from long to int
2. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 145)
int result = ime.gtk_commit (imcontext, text);
Type mismatch: cannot convert from long to int
3. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 174)
int result = ime.gtk_preedit_changed (imcontext);
Type mismatch: cannot convert from long to int

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
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.4.0.N20070925-0010

Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.4.0.N20070925-0010 : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java : 3 errors :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 137)
int result = ime.gtk_button_press_event (widget, event);
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 145)
int result = ime.gtk_commit (imcontext, text);
Type mismatch: cannot convert from long to int
3. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java
 (at line 174)
int result = ime.gtk_preedit_changed (imcontext);
Type mismatch: cannot convert from long to int

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
Title: Compiler log for org.eclipse.team.tests.cvs.core_3.1.0

Compiler log for org.eclipse.team.tests.cvs.core_3.1.0 : cvstests.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkTest.java : 2 errors :

1. ERROR in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkTest.java
 (at line 30)
import org.eclipse.ui.internal.CloseAllPerspectivesAction;
The import org.eclipse.ui.internal.CloseAllPerspectivesAction cannot be resolved
2. ERROR in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkTest.java
 (at line 218)
new CloseAllPerspectivesAction(PlatformUI.getWorkbench().getActiveWorkbenchWindow());
CloseAllPerspectivesAction cannot be resolved to a type

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