GNOME Bugzilla – Bug 348610
Build issue with java 1.5.0_07
Last modified: 2006-07-26 12:55:05 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: ^
Created attachment 69556 [details] [review] Patch to fix build
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.