Hey guys, I checked out classpath today and tried to compile it with jikes 1.15b
I found that it still had a small problem, it did not generate Makefile files for anything inside javax/swing. I changed configure.in and now it works OK. Following is the diff. Should I send this to the list instead of you ? Cheers, CC Index: configure.in =================================================================== RCS file: /cvsroot/classpath/classpath/configure.in,v retrieving revision 1.95 diff -u -r1.95 configure.in --- configure.in 1 Apr 2002 07:38:57 -0000 1.95 +++ configure.in 1 May 2002 04:15:22 -0000 @@ -320,6 +320,16 @@ javax/naming/Makefile javax/naming/directory/Makefile javax/naming/spi/Makefile +javax/swing/Makefile +javax/swing/border/Makefile +javax/swing/event/Makefile +javax/swing/plaf/basic/Makefile +javax/swing/plaf/Makefile +javax/swing/plaf/metal/Makefile +javax/swing/table/Makefile +javax/swing/text/Makefile +javax/swing/tree/Makefile +javax/swing/undo/Makefile native/Makefile native/fdlibm/Makefile native/cni/Makefile --- Mark Wielaard <[EMAIL PROTECTED]> wrote: > Hi, > > On Sat, 2002-04-27 at 01:30, Brian Jones wrote: > > > > There were some recent checkins a day or two ago > that added or merges > > quite a bit of Swing stuff. It is possible > something didn't get > > included with that commit. > > The following classes seem to be missing: > - javax.swing.CellEditor > - javax.swing.JInternalFrame > - javax.swing.JTable > - javax.swing.MenuSelectionManager > - javax.swing.MenuElement > > We need to create stubs for them or just disable > javax.swing in the > lib/standard.omit file for now. > > Cheers, > > Mark > > _______________________________________________ > Classpath mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/classpath __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

