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 I20060327-1200 (Timestamp: 200603271200):Compile errors in build


This is now fixed and the map file updated for this afternoon's 4:00pm build.  For anyone wanting to try the noon build, only OSX should be affected by this error.

Grant




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

03/27/2006 12:54 PM

Please respond to
"Eclipse platform release engineering list."

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20060327-1200        (Timestamp: 200603271200):Compile errors in build





Build I20060327-1200 (Timestamp: 200603271200):  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.carbon.macosx.ppc_3.2.0.v3229b

Compiler log for org.eclipse.swt.carbon.macosx.ppc_3.2.0.v3229b : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 1

/builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java : 3 errors :

1. ERROR in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
 (at line 1603)
return accessible.internal_kEventAccessibleGetChildAtPoint (nextHandler, theEvent, userData);
The method internal_kEventAccessibleGetChildAtPoint(int, int, int) is undefined for the type Accessible
2. ERROR in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
 (at line 1610)
return accessible.internal_kEventAccessibleGetAllAttributeNames (nextHandler, theEvent, userData);
The method internal_kEventAccessibleGetAllAttributeNames(int, int, int) is undefined for the type Accessible
3. ERROR in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
 (at line 1617)
return accessible.internal_kEventAccessibleGetNamedAttribute (nextHandler, theEvent, userData);
The method internal_kEventAccessibleGetNamedAttribute(int, int, int) is undefined for the type Accessible

/builds/I/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DropTarget.java : 1 warning :

1. WARNING in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DropTarget.java
 (at line 372)
byte[][] data = data = "" byte[0][];
The assignment to variable data has no effect

Back to the top