After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 348610 - Build issue with java 1.5.0_07
Build issue with java 1.5.0_07
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: javabridge
1.7.x
Other Solaris
: Normal blocker
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2006-07-25 07:25 UTC by padraig.obriain
Modified: 2006-07-26 12:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patch to fix build (1.16 KB, patch)
2006-07-25 07:28 UTC, padraig.obriain
committed Details | Review

Description padraig.obriain 2006-07-25 07:25:48 UTC
Build which works with java 1.6.0_06 fails with java 1.5.0_07 with the errors below.

This is for version 1.5.0 of the Java bridge

pkgbuild: ../../../../impl/org/GNOME/Accessibility/TextImpl.java:28: org.GNOME.Accessibility.TextImpl is not abstract and does not override abstract method getDefaultAttributeSet() in org.GNOME.Accessibility.TextOperations
pkgbuild: public class TextImpl extends UnknownImpl implements TextOperations {
pkgbuild:        ^
pkgbuild: ../../../../impl/org/GNOME/Accessibility/EditableTextImpl.java:29: org.GNOME.Accessibility.EditableTextImpl is not abstract and does not override abstract method getDefaultAttributeSet() in org.GNOME.Accessibility.TextOperations
pkgbuild: public class EditableTextImpl extends TextImpl implements EditableTextOperations {
pkgbuild:        ^
pkgbuild: ../../../../impl/org/GNOME/Accessibility/TableImpl.java:25: org.GNOME.Accessibility.TableImpl is not abstract and does not override abstract method getRowColumnExtentsAtIndex(int,org.omg.CORBA.IntHolder,org.omg.CORBA.IntHolder,org.omg.CORBA.IntHolder,org.omg.CORBA.IntHolder,org.omg.CORBA.BooleanHolder) in org.GNOME.Accessibility.TableOperations
pkgbuild: public class TableImpl extends UnknownImpl implements TableOperations {
pkgbuild:        ^
Comment 1 padraig.obriain 2006-07-25 07:28:11 UTC
Created attachment 69556 [details] [review]
Patch to fix build
Comment 2 bill.haneman 2006-07-26 12:55:05 UTC
Since at-spi-1.7.10 has added a method to Selection as well, I've augmented the patch (as applied) to include deselectChild(int i) in SelectionImpl.java as well. 

I've incremented the dependency on at-spi to 1.7.10.

fixed in cvs.