Thread: RE: [java-gnome-hackers] build problems - plus TODO items
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-03-01 21:46:17
|
> The changes fixed it for me - it was failing every time > before (I had to > manually edit configure to get it to run) > > What's the exact error you're getting? (and where is > libgcj.jar located > on your system?) The problem is that gcj is located in /usr/share/gcc-data/i686pc-linux-gnu/3.3/java on my system (gentoo). The directories we are using for the test do not even exist on my system. Here are the remaining items that should be fixed prior to the beta: 1) gcj.jar checks that work for all developers 2) doc-core/Makefile.in.in that discovers all files in the build-faq directory for the installation 3) doc-gnome/Makefile.in.in that discovers all files in the build-tutorial directory for the installation 4) fix to event handling so it handles array of ints so the rows_reordered event will propotage properly (I will work on this). 5) fix a bug in the ActionGroup code (I will work on this). 6) load the native gtkhtml, gconf, and vte libs when they are used. Currently we do not execute a loadLibrary for these libs so the examples fail. I am handling items 4 and 5. Please let me know if you can work on one of the other items. -Jeff NOTE: THIS IS A CONFIDENTIAL COMMUNICATION. This transmission is intended only for the use of the individuals or entity to which it is addressed. If you are not the intended recipient, or the person responsible for delivering the message to the intended recipient, please return or delete it immediately. Although this e-mail and any attachments are believed to be free of any virus or other defect, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by us for any loss or damage arising in any way from its unauthorized modification or use. |
From: Jeffrey M. <Jef...@Br...> - 2004-03-02 13:47:30
|
> -----Original Message----- > From: Mark Howard [mailto:mh...@ca...] > Sent: Tuesday, March 02, 2004 3:23 AM > To: jav...@li... > Subject: Re: [java-gnome-hackers] build problems - plus TODO items > > > On Mon, Mar 01, 2004 at 07:06:27PM -0500, Jeffrey Morgan wrote: > > On Mon, 2004-03-01 at 17:57, Mark Howard wrote: > > > Is there any chance we can get the destroy and delete > events done too? > > > > > > What do you think to adding a > > > boolean lifeCycleQuery( LifeCycleEvent event ) > > > method to LifeCycleListener? > > > If this is ok, I can make the changes. > > > (but I hope you can think of a better method name) > > > > > > How ablut just calling it lifeCycleEvent with a different > > return type. Whichever approach you choose please make > > sure there is ample javadocs in the interface. > > LifeCycleEvent still includes some events which do not > require a return > value, so we'd still need the original callback method. Perhaps we > should split this into two different event classes? > I would prefer not to split it up. -Jeff NOTE: THIS IS A CONFIDENTIAL COMMUNICATION. This transmission is intended only for the use of the individuals or entity to which it is addressed. If you are not the intended recipient, or the person responsible for delivering the message to the intended recipient, please return or delete it immediately. Although this e-mail and any attachments are believed to be free of any virus or other defect, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by us for any loss or damage arising in any way from its unauthorized modification or use. |
From: Mark H. <mh...@ca...> - 2004-03-01 23:10:21
|
Is there any chance we can get the destroy and delete events done too? What do you think to adding a boolean lifeCycleQuery( LifeCycleEvent event ) method to LifeCycleListener? If this is ok, I can make the changes. (but I hope you can think of a better method name) On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > 1) gcj.jar checks that work for all developers I've added another hack - Does this work for everyone? I'll try to reply to the other items soon -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Jeffrey M. <ku...@zo...> - 2004-03-02 00:36:33
|
On Mon, 2004-03-01 at 17:57, Mark Howard wrote: > Is there any chance we can get the destroy and delete events done too? > > What do you think to adding a > boolean lifeCycleQuery( LifeCycleEvent event ) > method to LifeCycleListener? > If this is ok, I can make the changes. > (but I hope you can think of a better method name) How ablut just calling it lifeCycleEvent with a different return type. Whichever approach you choose please make sure there is ample javadocs in the interface. > > On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > > 1) gcj.jar checks that work for all developers > I've added another hack - Does this work for everyone? > > I'll try to reply to the other items soon |
From: Mark H. <mh...@ca...> - 2004-03-02 08:35:08
|
On Mon, Mar 01, 2004 at 07:06:27PM -0500, Jeffrey Morgan wrote: > On Mon, 2004-03-01 at 17:57, Mark Howard wrote: > > Is there any chance we can get the destroy and delete events done too? > > > > What do you think to adding a > > boolean lifeCycleQuery( LifeCycleEvent event ) > > method to LifeCycleListener? > > If this is ok, I can make the changes. > > (but I hope you can think of a better method name) > > > How ablut just calling it lifeCycleEvent with a different > return type. Whichever approach you choose please make > sure there is ample javadocs in the interface. LifeCycleEvent still includes some events which do not require a return value, so we'd still need the original callback method. Perhaps we should split this into two different event classes? > > > > > On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > > > 1) gcj.jar checks that work for all developers > > I've added another hack - Does this work for everyone? > > > > I'll try to reply to the other items soon > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Mark H. <mh...@ca...> - 2004-03-01 23:19:03
|
On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > 2) doc-core/Makefile.in.in that discovers all files in the > build-faq directory for the installation The problem is that docbook gives the output files different names - we want to rename it to faq.html. $(INSTALL) -m644 build-faq/t1.html $(DESTDIR)$(datadir)/doc/java-gnome-$(apiversion)/doc/core/faq.html We could say: $(INSTALL) -m644 build-faq/*.html $(DESTDIR)$(datadir)/doc/java-gnome-$(apiversion)/doc/core/faq.html but this would fail if there is more than one html file in build-faq. > 3) doc-gnome/Makefile.in.in that discovers all files in the > build-tutorial directory for the installation same > 6) load the native gtkhtml, gconf, and vte libs when they are > used. Currently we do not execute a loadLibrary for these > libs so the examples fail. Which class should we load these in? do we need to modify all classes to check that it's loaded? Also, have you seen my modifications to common/TODO ? There are quite a lot of other things to do (but only api changes are really urgent for wednesday). -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Jeffrey M. <ku...@zo...> - 2004-03-02 00:34:59
|
On Mon, 2004-03-01 at 18:06, Mark Howard wrote: > On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > > 2) doc-core/Makefile.in.in that discovers all files in the > > build-faq directory for the installation > The problem is that docbook gives the output files different names - we > want to rename it to faq.html. > $(INSTALL) -m644 build-faq/t1.html $(DESTDIR)$(datadir)/doc/java-gnome-$(apiversion)/doc/core/faq.html > We could say: > $(INSTALL) -m644 build-faq/*.html $(DESTDIR)$(datadir)/doc/java-gnome-$(apiversion)/doc/core/faq.html > but this would fail if there is more than one html file in build-faq. > > > > 3) doc-gnome/Makefile.in.in that discovers all files in the > > build-tutorial directory for the installation > same The tutorial is comprised of numerous files on my system. The install target should find and install all of them. > > > 6) load the native gtkhtml, gconf, and vte libs when they are > > used. Currently we do not execute a loadLibrary for these > > libs so the examples fail. > > Which class should we load these in? do we need to modify all classes to > check that it's loaded? I am not sure. I guess we should identify the primary classes and at least ensure that these load the library. > > Also, have you seen my modifications to common/TODO ? There are quite a > lot of other things to do (but only api changes are really urgent for > wednesday). There are a lot of changes but not a lot of time. I hope to spend the majority of the time between now and Wednesday testing the code to try to find bugs prior to the release. |
From: Jeffrey M. <ku...@zo...> - 2004-03-02 00:33:57
|
On Mon, 2004-03-01 at 17:57, Mark Howard wrote: > Is there any chance we can get the destroy and delete events done too? > > What do you think to adding a > boolean lifeCycleQuery( LifeCycleEvent event ) > method to LifeCycleListener? > If this is ok, I can make the changes. > (but I hope you can think of a better method name) > > On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > > 1) gcj.jar checks that work for all developers > I've added another hack - Does this work for everyone? This works for me. > > I'll try to reply to the other items soon |
From: Luca De R. <pie...@li...> - 2004-03-05 02:46:47
|
Il mar, 2004-03-02 alle 01:03, Jeffrey Morgan ha scritto: > On Mon, 2004-03-01 at 17:57, Mark Howard wrote: > > Is there any chance we can get the destroy and delete events done too? > > > > What do you think to adding a > > boolean lifeCycleQuery( LifeCycleEvent event ) > > method to LifeCycleListener? > > If this is ok, I can make the changes. > > (but I hope you can think of a better method name) > > > > On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > > > 1) gcj.jar checks that work for all developers > > I've added another hack - Does this work for everyone? > > This works for me. For me too, sorry if that has created some fuss :) -- Luca De Rugeriis <pie...@li...> |