Re: GJDoc 0.7.9 released

2008-04-21 Thread Thomas Fitzsimmons
Andrew John Hughes wrote: We are pleased to announce the release of GJDoc 0.7.9 Nice, congratulations! Any chance GJDoc will be merged into the GNU Classpath code base? Tom

Re: RFC: GConf Preference Backend for IcedTea

2007-11-05 Thread Thomas Fitzsimmons
Mario Torre wrote: hehe, it seems like I'm going back in time with this :) I've just finished to port the GConf backend to IcedTea, so sorry for cross posting, but I think it's a good news for both Classpath and IcedTea. I'm asking for comment because I'm not a configure expert, so may very wel

Re: 0.93 branch created

2006-12-04 Thread Thomas Fitzsimmons
Mark Wielaard wrote: Hi Tom, On Mon, 2006-12-04 at 15:52 -0500, Thomas Fitzsimmons wrote: I'm attempting to run MegaMek on cacao + classpath-0_93-branch. I see many exceptions like this: Exception during event dispatch: java.lang.NullPointerException

Re: 0.93 branch created

2006-12-04 Thread Thomas Fitzsimmons
Mark Wielaard wrote: Hi, With the mauve regressions cleaned up we finally have a branch for 0.93 (tagged as classpath-0_93-branch with classpath-0_93-branch-point as marker on the trunk). So things todo before release: - sync up generics branch again. - Run some larger applications as smoke tes

Re: gtkpeer on minGW?

2006-12-04 Thread Thomas Fitzsimmons
Marco Trudel wrote: Hello list Has anyone already compiled the gtkpeer for Windows (minGW)? Not to my knowledge. I played a little and it seems that the source would have to be adapted (gdkx.h is fix included but gdkwin32.h would be required on Windows). Right, there are a few places wher

Re: ASM and gnu.bytecode

2006-11-26 Thread Thomas Fitzsimmons
Audrius Meskauskas wrote: Only part of RMIC (direct bytecode generation) is really dependent from ASM. That part which supports the source code generation is not dependent, was a separate compiler in the past and can be easily separated apart again. If we do not like ASM, this should make using

ofbiz

2006-09-26 Thread Thomas Koch
ader.loadContainer(ContainerLoader.java:150)    at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:74)    at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)    at org.ofbiz.base.start.Start.init(Start.java:96)    at org.ofbiz.base.start.Start.main(Start.java:412) Thanks a lot, Thomas Koch

Re: Accessibility crash

2006-08-16 Thread Thomas Fitzsimmons
Mario Torre wrote: Il giorno mer, 16/08/2006 alle 19.04 +0200, Sven de Marothy ha scritto: You didn't happen to see any "Xlib: unexpected async reply" messages or similar? It's a popular message when your threading causes xlib to crash. /Sven Ciao, Sven! No, but I have incorrectly reported

Re: Java2d Benchmarking results

2006-06-21 Thread Thomas Fitzsimmons
Francis Kung wrote: Hi Christian, Roman, How can I run the benchmarks? I'd like to run it with CACAO. From your classpath directory (/usr/local/classpath/share/classpath by default) you can invoke it using "cacao gnu.classpath.examples.java2d.J2dBenchmarkGUI" Yeah sure, most of the work

Re: Mauve reports

2006-06-08 Thread Thomas Fitzsimmons
Bryce McKinlay wrote: Roman Kennke wrote: Also, the ability to see/track when a failure started occurring could be very useful. That way we could easily match up new failures with patches that caused them. Hmm, that's an interesting feature indeed. We would have to keep diffs between ver

Re: Java2D Headless

2006-06-07 Thread Thomas Fitzsimmons
Robert Schuster wrote: Hi, here is the corresponding PR: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23786 Follow the link to the ML to get my preliminary image loading code. It may be useful to write the start of a full ImageMagick based plugin. However fitzsim said that ImageMagick provide to

Merging cp-tools and GNU Classpath rmic

2006-05-31 Thread Thomas Fitzsimmons
Hi, I'm wondering if anyone has looked at merging the cp-tools and GNU Classpath rmic implementations. What are the issues? I'm interested in getting this resolved so that we can focus on one implementation rather that dealing with the current three (GNU Classpath, cp-tools and libgcj). To

Re: GTK 2.8

2006-05-26 Thread Thomas Fitzsimmons
Hi, Mark Wielaard wrote: If someone could do some make distchecks and see if everything can be made to build out of the box again that would be appreciated. I fixed one problem with make distcheck but now the tools are failing to run because they can't find a VM. I'm not sure how to locate

GTK 2.8

2006-05-25 Thread Thomas Fitzsimmons
Hi, I just committed my patch to make GdkGraphics2D the default Java2D backend. Now GTK-2.8 or higher is required to build the GNU Classpath GTK peers. Tom

Re: Build failure: mozilla-plugin

2006-05-15 Thread Thomas Fitzsimmons
Tom Tromey wrote: "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes: Anyway, I think that classpath should be buildable without any mozilla dependencies. Tom> Try --disable-plugin. For eclipse-based builds it would be friendlier if, by default, configure would se

Re: GConf-backend for java.util.prefs

2006-05-14 Thread Thomas Fitzsimmons
Hi, Mario Torre wrote: As a side note, these directory can be configured at runtime by setting one of these two properties: java.util.prefs.gconf.user_root java.util.prefs.gconf.system_root Since these are GNU-specific properties, they should probably be prefixed with "gnu.". Tom

Re: GConf-backend for java.util.prefs

2006-05-14 Thread Thomas Fitzsimmons
Hi, Robert Schuster wrote: 2) Backend chosing How is should the user or the package maintainers decide which backend is to be used? Do we want a configure-time option or provide a possibility to chose the backend when starting the VM (using a property). I think the --disable-gconf-peer config

Re: Build failure: mozilla-plugin

2006-05-11 Thread Thomas Fitzsimmons
Norman Hendrich wrote: Hello all, trying to build classpath cvs fails for me right now, because I don't have package "mozilla-plugin" installed on my Linux system. (I do have mozilla, but I don't have any plugins except Suns JRE and flash-blocked flash.) Anyway, I think that classpath shoul

Re: FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Thomas Fitzsimmons
Dalibor Topic wrote: On Mon, 2006-04-17 at 09:03 -0400, Ken Larson wrote: I'm pleased to announce the creation of a new open-source project, FMJ ("Freedom for Media in Java"), with the goal of providing a replacement for/alternative to JMF. Thanks for getting this going, Ken! I'm hoping that

Re: GConf - java.util.prefs integration

2006-04-06 Thread Thomas Fitzsimmons
On Fri, 2006-04-07 at 03:19 +0200, Mario Torre wrote: > Hi! > > As part of an internal project we are developing, I'm writing a simple > backed to integrate GConf with java.util.prefs. > > The backend uses java-gnome (GConf and glib bindings), so I don't know > if it can be used as part of classp

Re: Screenshots and Videos: KF/GST with Classpath on the 770

2006-03-29 Thread Thomas Fitzsimmons
Hi, On Wed, 2006-03-29 at 13:33 +0200, Philippe Laporte wrote: > Hi, > Please find shots of Java in action on the 770 at: > > http://www.geocities.com/philippelaporte1/ Is this the problem reported here? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26848 Tom

Re: AWT problems on the 770 status

2006-03-23 Thread Thomas Fitzsimmons
Hi, On Thu, 2006-03-23 at 22:31 +0100, Clemens Eisserer wrote: > Hi again, > > > We are currently investigating the problem with the other VMs. > To be honest I wonder what this should be good for... > All are based on the same source I've filed a bug about our AWT on the Nokia 770: http://gcc.

Re: Mauve wishlist

2006-03-17 Thread Thomas Fitzsimmons
On Fri, 2006-03-17 at 11:32 -0500, Thomas Fitzsimmons wrote: > Hi, > > Anthony Balkissoon has expressed interest in improving Mauve so we'd > like to know what would be the best things to work on. > > Here are two items on my list: > > - A web reporting facility

Mauve wishlist

2006-03-17 Thread Thomas Fitzsimmons
Hi, Anthony Balkissoon has expressed interest in improving Mauve so we'd like to know what would be the best things to work on. Here are two items on my list: - A web reporting facility that generates JAPI-style bar graphs. Ideally the graphs would represent a code-coverage analysis but I have n

Re: classpath on an ipaq

2006-03-15 Thread Thomas Fitzsimmons
_bug.cgi?id=161520 Let us know if you do get this working. Tom > > > Thanks for your help, > > > Ben > > On 14 Mar 2006, at 17:31, Thomas Fitzsimmons wrote: > > > On Tue, 2006-03-14 at 13:17 +, Ben Pirt wrote: > > > Hi, > > > I have been

Re: classpath on an ipaq

2006-03-14 Thread Thomas Fitzsimmons
On Tue, 2006-03-14 at 13:17 +, Ben Pirt wrote: > Hi, > I have been trying to get classpath working on a hx4700 iPaq using > the openembedded build system. I am using jamvm as my virtual > machine, but every time I try to run any app which is not headless I > get the following error: > >

Re: [maemo-developers] J2ME on Nokia 770

2006-03-07 Thread Thomas Fitzsimmons
Hi, On Tue, 2006-03-07 at 13:46 +0100, Clemens Eisserer wrote: > > Classpath's AWT of course runs on top of GTK+. > > Not on the 770, it has several problems but I am not experienced > enough to solve them: > > - Expose events seem not to be sent by X or at least are not received > by java. I di

Re: GtkComponentPeer realization

2006-03-03 Thread Thomas Fitzsimmons
On Fri, 2006-03-03 at 21:30 +0100, Mark Wielaard wrote: > Hi Tom, > > On Mon, 2006-02-20 at 15:50 -0500, Thomas Fitzsimmons wrote: > > On Mon, 2006-02-20 at 17:47 +0100, Mark Wielaard wrote: > > > Yes. We do defer creation of the gtk-peer till the actual addNotify() >

Re: Building and Running MegaMek under Classpath + Cacao CVS HEAD

2006-03-02 Thread Thomas Fitzsimmons
Hi, On Thu, 2006-03-02 at 00:06 -0500, James Damour wrote: > Lillian Angel has done a truely remarkable job squashing rendering > problems, so what once looked like [1] now looks like [2]. I have > therefore built CVS HEAD of Classpath and Cacao in my Debian Sid chroot, > changed MegaMek "stable"

Re: Next release

2006-02-28 Thread Thomas Fitzsimmons
On Mon, 2006-02-27 at 20:36 +, Chris Burdess wrote: > Archie Cobbs wrote: > >> - Decide on the version number. > >> We had a very small/brief discussion about this during Fosdem. > >> Everybody seems to agree 0.x really doesn't do justice to the > >> maturity > >> we have reached over t

Re: RFC: jessie-nio branch, keytool

2006-02-27 Thread Thomas Fitzsimmons
On Sun, 2006-02-26 at 13:42 -0800, Casey Marshall wrote: > Hi. > > I had been doing a little work on rewriting Jessie to support the new > JSSE API in J2SE 1.5, which adds support for SSL-over-NIO. A rewrite > is probably the only way to support this; I looked at the current > code to see if

Re: GtkComponentPeer realization

2006-02-20 Thread Thomas Fitzsimmons
On Mon, 2006-02-20 at 17:47 +0100, Mark Wielaard wrote: > On Mon, 2006-02-20 at 15:20 +0100, Roman Kennke wrote: > > > I don't see how/if 2) ever happens/should happen after a > > > Container.add(Component). The Container is invalid after an add(). > > > When/Where should validate[Tree]() be called

Re: GtkComponentPeer realization

2006-02-13 Thread Thomas Fitzsimmons
On Sat, 2006-02-11 at 23:00 +0100, Mark Wielaard wrote: > Hi Tom, > > On Fri, 2006-02-10 at 12:52 -0500, Thomas Fitzsimmons wrote: > > > I am not sure how/where the GtkPanelPeer should have been realized > > > and/or whether this comes from the "delayed realiz

Re: GtkComponentPeer realization

2006-02-10 Thread Thomas Fitzsimmons
On Fri, 2006-02-10 at 00:26 +0100, Mark Wielaard wrote: > Hi Tom, > > On Thu, 2006-02-09 at 09:53 -0500, Thomas Fitzsimmons wrote: > > On Thu, 2006-02-09 at 13:52 +0100, Mark Wielaard wrote: > > > I like to debug this a bit further, but I couldn't find good > >

Re: GtkComponentPeer realization

2006-02-09 Thread Thomas Fitzsimmons
On Thu, 2006-02-09 at 13:52 +0100, Mark Wielaard wrote: > Hi, > > After a lot of debugging I finally found out why a program I was testing > was crashing sometimes. (The hsqldb AWT frontend - try the > org.hsqldb.util.DatabaseManager class from the hsqldb.jar as distributed > with OpenOffice for e

Re: Planning to check-in new branch: the GIOP extensions for rmic.

2006-02-06 Thread Thomas Fitzsimmons
On Mon, 2006-02-06 at 18:04 +0100, Audrius Meskauskas wrote: > I have just finished writing the GIOP stub and tie code generator that > is needed to develop the applications, using javax.rmi.CORBA package. It > generates stubs and two required types of ties. I tested it with our x5 > CORBA game:

Re: ANN: image viewer

2006-01-26 Thread Thomas Fitzsimmons
On Thu, 2006-01-26 at 15:12 +0100, Ziga Mahkovec wrote: > On Thu, 2006-01-26 at 08:34 -0500, Thomas Fitzsimmons wrote: > > On Wed, 2006-01-25 at 17:03 +0100, Norman Hendrich wrote: > > > BTW: any news about the big Java2D rewrite? > > > > Yes, I'm currently w

Re: ANN: image viewer

2006-01-26 Thread Thomas Fitzsimmons
On Wed, 2006-01-25 at 17:03 +0100, Norman Hendrich wrote: > BTW: any news about the big Java2D rewrite? Yes, I'm currently working on getting Batik building on GNU Classpath. That involves first implementing javax.imageio.plugins.jpeg. Once I have it building I'm going to work on getting its tes

How to check out Cacao

2006-01-19 Thread Thomas Fitzsimmons
Hi, Is this page: http://www.complang.tuwien.ac.at/cacaojvm/cvs.html correct? When I follow the instructions there I get this: $ cvs -d :pserver:[EMAIL PROTECTED]:/ahome/cacao/cacaocvs co cacao /ahome/cacao/cacaocvs: no such repository ViewCVS seems to access a subversion repository. Is it p

Re: Hacking Classpath in Eclipse

2005-12-22 Thread Thomas Fitzsimmons
On Thu, 2005-12-22 at 09:05 -0700, Tom Tromey wrote: > Tom> This is an example of why it would be very useful to make Classpath > Tom> fully bootstrappable by merging e.g. cp-tools, gjdoc, gij and gcjx into > Tom> the Classpath repository/build system. Long term I guess this is where > Tom> we're

Re: Hacking Classpath in Eclipse

2005-12-22 Thread Thomas Fitzsimmons
On Wed, 2005-12-21 at 19:21 -0700, Tom Tromey wrote: > > "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: > > Mark> I found a cute hack to actually run a single mauve Testlet from within > Mark> eclipse using the just compiled classpath: > > Mark> $ mkdir -p ~/workspace/classpath/install/j

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Thomas Fitzsimmons
On Thu, 2005-12-08 at 13:20 +, theUser BL wrote: > >On this branch I'd like to do several things: > > > >1) Make Graphics2D the default > >2) Remove Graphics > > What do you mean with this? I meant remove GdkGraphics. > Does this mean, that Graphics is based on Graphics2D and so for plain AW

Proposal: Graphics2D rewrite branch

2005-12-07 Thread Thomas Fitzsimmons
Hi, I'd like to propose a new branch in the GNU Classpath CVS repository: graphics2d-rewrite. Patches to this branch should be sent to classpath-patches@gnu.org with a subject line prefix of [g2d rewrite]. Commit policy is the same as GNU Classpath trunk. On this branch I'd like to do several th

Re: RFC: merging GNU Crypto and Jessie

2005-12-06 Thread Thomas Fitzsimmons
Hi, On Mon, 2005-12-05 at 23:42 -0800, Casey Marshall wrote: > We can then also merge other parts of GNU Crypto to projects where > they make sense; its testsuite can go into Mauve (it was written to > use (a possibly old version of) Mauve's own test harness classes), > and the various tool

Re: FreeSWTTestApps page added to wiki

2005-11-22 Thread Thomas Fitzsimmons
On Tue, 2005-11-22 at 13:02 -0500, Jeff Myers wrote: > The Eclipse code that uses the XEmbeddedFrame is most likely the > SWT_AWT bridge. This class is a platform-dependent hack that's used > to embed AWT/Swing within SWT apps, and vice versa. > > See: > http://help.eclipse.org/help31/index.jsp?

Re: [Fwd: Re: batik with GNU Classpath]

2005-11-22 Thread Thomas Fitzsimmons
On Tue, 2005-11-22 at 06:26 -0800, Anthony Green wrote: > Jeremias Maerki is taking on the Batik-on-Classpath challenge! > > But he will really need a working BasicStroke soon: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22938 > > IIRC, fitzsim said he was going to work on this relatively soon,

Re: Infinite loop

2005-11-16 Thread Thomas Zander
ng to > end up trying to throw the same AccessControlException and failing to > access line.separator again, ad infinitum (until you run out of > stack). I'd say that the toString should never throw that exception (the spec does not do that either). So either catch it in th

Re: libtool warning in libjawtgnu

2005-11-11 Thread Thomas Fitzsimmons
On Sun, 2005-11-06 at 14:04 +, Frederick C. Druseikis wrote: > Greetings, > > Can someone help me understand the significance of the libtool Warning below? > Google reveals no relevant commentary on this issue. > > -- > > gmake[3]: Entering directory > `/usr/ports/mystuff/cl

Re: Comment to 0.19

2005-11-07 Thread Thomas Fitzsimmons
On Mon, 2005-11-07 at 14:11 +, theUser BL wrote: > > > Additional to bugs, which Sun have, GNU Classpath have its own bugs. I > >have > > > seen, that the AWT don't recognice, when the window was moved. > > > For example the Listing2902 at > > > http://www.mycore.de/library/go-to-java-2/html/k

Re: Comment to 0.19

2005-11-05 Thread Thomas Zander
d news is that classpath still is GPL+ which means you can fix the bugs in your local copies (and do with it whatever you want) whereas in Suns version that certainly is never going to be possible. Cheers! -- Thomas Zander pgpwYiGMy2sKw.pgp Description: PGP sig

Re: Problems running GTK-peers on Nokia-770

2005-11-04 Thread Thomas Fitzsimmons
On Wed, 2005-10-26 at 15:42 +, Clemens Eisserer wrote: > Hello, > > I've just got my Nokia770 2 days ago and today I was able to build a > working sablevm package for it, after I sadly failed with kaffe. > > It really works well (and slow ;) ) expect some glitches with > AWT/Peers, however o

Re: ANN: GNU Classpath "95% and counting" 0.19 released

2005-11-03 Thread Thomas Zander
1.4 API. So, which is it? 95 or 96% ? -- Thomas Zander pgpIeObMgQ2LC.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Asking our experts on Swing.

2005-11-03 Thread Thomas Zander
stem.out.println(textfield.getDocument().getClass().getName()) Maybe add some debug code to the doc's public void insertString() method. Hope that helps. -- Thomas Zander pgpH0c0KyHA50.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: "release meeting" minutes

2005-10-21 Thread Thomas Fitzsimmons
Hi, On Fri, 2005-10-21 at 19:36 +0200, Mark Wielaard wrote: > - What about Graphics2D (move to cairo 1.0/gtk+2.8)? imageio? qt4-peers? > For 0.19 we are still on gtk+ 2.4/6 for the gtk+ awt peers. > We can revamp and upgrade to gtk+2.8.x, cairo 1.0.x after 0.19. > Neither Tom Fitzsimmons n

Re: i2p liberated! [Fwd: GCJ support is on the way]

2005-10-20 Thread Thomas Zander
ess. I.e. top's data should be taken with a landslide of salt. I could naturally say that the RES ram is lower for router :) -- Thomas Zander pgpO5WqlmpDI7.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Short event-handling question...

2005-10-16 Thread Thomas Zander
ee-NX server, you will most probably get a very decent framerate out it. I have seen it work on very low bandwidth situations (thing full screen x forwarding over a 56kb modem in full speed). Cheers! -- Thomas Zander pgpeQYdHrW3JF.pgp Description: P

Re: Swing (more screenshots)

2005-10-09 Thread Thomas Fitzsimmons
Hi, On Sun, 2005-10-09 at 18:04 +0200, Luis W. Sevilla wrote: > Hi all, > this may be a little off-topic, 'cause we've done any test already. > Our application it's a very big and demanding one for desktop mapping, > and includes a bunch of dependencies. It's available (GNU/GPL licensing) >

Re: Swing (more screenshots)

2005-10-07 Thread Thomas Fitzsimmons
On Fri, 2005-10-07 at 15:24 +0200, Norman Hendrich wrote: > Hello all, > > a while ago I made myself some enemies complaining about the AWT/Swing > support in gcj (http://gcc.gnu.org/ml/java/2005-05/msg00052.html). > Back then, I was really frustrated about obscure compiler bugs in gcj > being fix

Re: Classpath Meeting Minutes (2005-10-07)

2005-10-07 Thread Thomas Fitzsimmons
out introducing dependencies on Gtk+-2.8 and Cairo-1.0.0 > > . > > These would be a necessity of the AWT rework[0]. Sven added that he does not > > expect these changes before 0.19 . > > > > Unfortunately Thomas was not present to discuss the item so we remained at

Re: Has someone experimented with jedit?

2005-10-05 Thread Thomas Zander
ny config options for that? -- Thomas Zander pgpCzbIf9jJDh.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: japi and public references to non-public types

2005-10-05 Thread Thomas Zander
gestion; annotating something that is not there... -- Thomas Zander pgpczz1X7IDVp.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: GNU Classpath CORBA obtains the official Vendor Minor Code Id: 0x47430 ("GC").

2005-10-03 Thread Thomas Zander
URL will be included > into the Vendor Tag List, together with our VMCID. I suggest to create some short URL and put a redirect page there to the 'current' documentation location. So you can move from wiki to whatever and only change the redirect php. Something like www.clas

Re: fails to install

2005-09-29 Thread Thomas Zander
On Friday 30 September 2005 00:51, Thomas Zander wrote: > Todays cvs of classpath builds just fine, but I was presented with an > error on a make install. Oh, sorry for mailing so fast, it actually did not compile fully, there just was no error message. See also; http://gcc.gnu.org/bu

fails to install

2005-09-29 Thread Thomas Zander
*** [install-am] Error 2 make[1]: Leaving directory `/home/zander/sources/java/classpath/lib' make: *** [install-recursive] Error 1 -- Thomas Zander pgpZn2GeiJG6B.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Differences to Java

2005-09-25 Thread Thomas Zander
ementation is inconsistent with the docs, they are likely to change the docs. Therefor I suggest to experiment with the layout until you are sure about how it works and reimplement that in mauve/classpath with the proper docs explaining how things _actually_ work. Cheers! -- Thomas Zander pgpr

Re: Using headless awt...

2005-09-20 Thread Thomas Fitzsimmons
On Mon, 2005-09-19 at 11:30 -0400, Martin Cordova wrote: > Hello, I am using JamVM with Classpath 0.18 > > I wonder if it is possible to use the system property: > > -Djava-awt.headless=true in order to create server-side graphics from > servlets running on Linux with X common libs installed, but

Re: Question about createUI() method?

2005-09-17 Thread Thomas Zander
if the SUN API did not define protected members that disable that approuch, naturally. (Sun really did a bad job designing those for reuse :( ) Note that the HashMap idea is really broken due to the fact that you retain both the component and the delegagte-instance, which means that all widg

Re: ImageIO reader based on ImageMagick

2005-09-09 Thread Thomas Fitzsimmons
On Thu, 2005-09-08 at 20:32 +0200, Robert Schuster wrote: > Hi folks, > for some time now I want to see an ImageIO reader in Classpath which uses > ImageMagick. However because of lack of time I could not finish it. > > Now I tarred the sources together in the hope that somebody else who is more >

Re: ImageIO reader based on ImageMagick

2005-09-08 Thread Thomas Fitzsimmons
On Thu, 2005-09-08 at 20:32 +0200, Robert Schuster wrote: > Hi folks, > for some time now I want to see an ImageIO reader in Classpath which uses > ImageMagick. However because of lack of time I could not finish it. This is a good start. Thanks! Tom __

Re: JAWT odds

2005-09-07 Thread Thomas Fitzsimmons
On Wed, 2005-09-07 at 18:15 +0200, Mark Wielaard wrote: > Hi Tom, > > On Tue, 2005-09-06 at 20:50 -0400, Thomas Fitzsimmons wrote: > > > It would be nice if the makefile would work without the need to copy the > > > sources > > > over. > > > >

Re: JAWT odds

2005-09-06 Thread Thomas Fitzsimmons
Hi, On Wed, 2005-09-07 at 02:10 +0200, Robert Schuster wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > I have some questions about the JAWT interface in Classpath. > > 1) To compile the JAWT demo I had to copy the source files into the object > folder and run make with: > > m

awt and swing bugzilla cleanup

2005-08-21 Thread Thomas Fitzsimmons
Hi, I just finished cleaning up the awt and swing components in bugzilla. All open bug reports now reflect real bugs in GNU Classpath CVS HEAD, and each one has been assigned to an appropriate active developer. There are currently 50 open GUI bugs. Let's see how many we can fix before 0.18 is re

Re: GNU Classpath distro DevJam

2005-08-18 Thread Thomas Zander
ts for software written in the java > programming language. Why don't they just follow the jpackage 'convention' like all the other distro's? I know that thats what SuSE uses. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFDBG70CojC

Re: migration question re: sun.misc.BASE64Encoder

2005-08-17 Thread Thomas Zander
dor neutral. In a former job we just copied the encoder/decoder methods to our company lib. Its not a whole lot of code, so I think many will have taken that route. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFDAvIZCojCW6H2z/QRAjx8AJ9gCzAk4+9

Re: Bug database transition and fun with bugs

2005-08-15 Thread Thomas Zander
gzilla sites which don't have this problem, so it surely is a gcc.gnu.org problem. I'm sure you will agree that not having a horizontal slider will make bugzilla a lot more usable as you can actually read the text. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v

cleaning up the AWT

2005-08-12 Thread Thomas Fitzsimmons
Hi, Now that we have Qt peers, we need to be more diligent about not having gtk-peer specific code in java.awt. Currently, there are two main places where such code has crept in: the native event queue interfacing in EventQueue, and setBoundsCallback in Window. My plan is to re-work these two se

Re: ClasspathToolkit redesign.

2005-07-25 Thread Thomas Fitzsimmons
Hi, On Sun, 2005-07-24 at 00:19 +0200, Sven de Marothy wrote: [...] > Method: getClasspathFontPeer(), getClasspathTextLayoutPeer(), getFont() > Comment: We need these. No way around that. But they could perhaps be > put in a seperate ClasspathFontInterface or something. OK. > > Method: creat

My applet on classpath

2005-07-10 Thread Thomas Zander
e software afterall :-) Just show respect and mention my name, please. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFC0P2mCojCW6H2z/QRAgYYAJ4jV4712zVkMkixff4j4zg1MzxUbQCdFoxe N/nISP0SOfHzkn0MfytK0oo= =0Lkm -END PGP

Re: ResourceBundle optimisation

2005-07-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 7 July 2005 18:29, you wrote: > Thomas Zander wrote: > >Won't that break things when new (more specialised) resource bundles > > are added to the classpath at a later time? > >Then again, we probably also don

Re: ResourceBundle optimisation

2005-07-07 Thread Thomas Zander
d to the classpath at a later time? Then again, we probably also don't store URL of already loaded RBs to check if the file was updated so we can reload. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCzP5XCojCW6H2z/QRAgFOAJ49gTky

Re: Eclipse broken with 0.16

2005-07-03 Thread Thomas Zander
t;We" (the VM devs) just need to know which > patches we should apply :-) Let me point to the option to create a stable-branch again, this kind of work is exactly what they are meant for. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCx58uCojCW

Re: Eclipse broken with 0.16

2005-07-01 Thread Thomas Zander
or projects like jikesRVM. Mark: Feel free to msg me on IRC on the cvs stuff needed for this. -- Thomas Zander pgpwSsqsvN1I1.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Anon cvs broken?

2005-06-19 Thread Thomas Zander
les already; I was under the impression that classpath does not have that. The most obvious example of such a use is to move autogen and friends to such a module and let others share that module. -- Thomas Zander pgplyHhHC4krv.pgp Description: PGP signature __

Re: Java2D tests using SVG

2005-06-13 Thread Thomas Zander
ther layer (png writing). So tests don't break if png writing fails. I'd love to see such a huge Java2D coverage automated testsuite. -- Thomas Zander pgpx78zTcGOHl.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org htt

Re: Does J2SDK 5.0 BCL preclude contributions to Classpath?

2005-06-05 Thread Thomas Zander
> that appeared to be relevant. > > Thanks for your time, > Matt Van Gundy > > > > > ___ > Classpath mailing list > Classpath@gnu.org > http://lists.gnu.org/mailman/listinfo/classpath -- Thomas Zander pgpER2voBpRze.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Swing question

2005-06-04 Thread Thomas Zander
ould we do? I'd suggest protected for the same reason we don't implement the com.sun.* classes; they are not in the official API. -- Thomas Zander pgpvk5YcEy1rl.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Cleaning up Savannah (a bit)

2005-06-01 Thread Thomas Zander
On Wed, Jun 01, 2005 at 10:43:33AM +0200, Sven de Marothy wrote: > Thomas Zander <[EMAIL PROTECTED]> wrote: > > On Wednesday 1 June 2005 05:56, Sven de Marothy wrote: > > > I'd like to clean it up a bit and close all bugs and patches prior to > > > Jan 1, 200

Re: Cleaning up Savannah (a bit)

2005-06-01 Thread Thomas Zander
d when I give them that nothing is done with most of them. -- Thomas Zander pgpRceRkTGjmP.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: [cp-patches] FYI: Bumped up serialVersionUIDs in javax.swing

2005-05-30 Thread Thomas Zander
be supported, but there are people out there (mostly companies) that do it. So, now you know :) -- Thomas Zander pgpRuMJXzuoMs.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Spring-cleaning of gtk peers.

2005-05-27 Thread Thomas Fitzsimmons
On Fri, 2005-05-27 at 07:41 +0200, Sven de Marothy wrote: > Hi, > Well, I got started on fixing transparency issues with AWT, and now it > seems I'm ending up rewriting most of the image-handling code here. > > Most of how this stuff is implemented now makes no sense to me at all. > > I propose (

Re: Gjdoc URI Dilemma

2005-05-25 Thread Thomas Zander
ease share your opinion on this issue. -- Thomas Zander pgp3NmuPh98dd.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: IIOP tools: Working Classpath CORBA prototype released.

2005-05-15 Thread Thomas Zander
a good idea to get them in the loop so they can test and debug. What about writing an invitation email to such projects? -- Thomas Zander pgpZARqT4fX8v.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.or

Re: IIOP tools

2005-05-13 Thread Thomas Fitzsimmons
On Fri, 2005-05-13 at 16:12 +0200, Sven de Marothy wrote: > Hi Archit, > > >GNU Classpath currently has almost no support for IIOP. I'm wondering > >what the interest level is in expanding GNU classpath support for > IIOP. > >I'm not sure what runtime classes are needed for IIOP, but I think >

Re[2]: New member - questions about a new compiler

2005-05-09 Thread Thomas Laguzzi
Hello , thanks for the answer, I'll ask more questions when I'll implement the output/runtime part :) Good bye! -- I migliori saluti,Scrivi a: Thomas[EMAIL PROTECTED] ___ Classpa

Miguel On Java

2005-05-08 Thread Thomas Van Machelen
Miguel de Icaza's view on Harmony http://primates.ximian.com/~miguel/archive/2005/May-07.html Kind Regards, Thomas ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

New member - questions about a new compiler

2005-05-08 Thread Thomas Laguzzi
with few runtime services. Thanks in advance for answering and sorry for my English :) (I'm from Italy) I'll give more details if needed! Good bye Thomas "QbProg" Laguzzi [EMAIL PROTECTED] -- I migliori saluti, Scrivi a: QbProg [EMAIL PRO

(open) Solaris and Classpath.

2005-05-07 Thread Thomas Zander
ffect; but you can never be sure :) -- Thomas Zander pgpIEnKDzRMUd.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Sun's JRL and source: taints or not?

2005-05-05 Thread Thomas Zander
removal of the method (not constructor) public void EditorContainer() on class: javax.swing.tree.DefaultTreeCellEditor.EditorContainer Changes like that are basically win-win situations for all java users. Cheers! -- Thomas Zander pgpynG3pbqYKO.pgp Description: PG

Re: AWT hacks (Was: [cp-patches] FYI: Only prepare GtkImages in GtkToolkit)

2005-05-04 Thread Thomas Fitzsimmons
Hi, On Mon, 2005-05-02 at 18:09 +0200, Mark Wielaard wrote: > I think targeting a new gtk+ and a cairo 1.0 release is easier then > adding BufferedImage support to GdkImage. But looking at the RoadMap and > TODO of cairo it looks like cairo 1.0 is still a long way off: > http://cvs.cairographics.

Re: can Mauve help me test a PersonalJava implementation?

2005-05-01 Thread Thomas Zander
do an cvs update on the build.xml in mauve and try again: JAVA_HOME=/usr/lib/j2sdk1.5.0 ant jars Oh; don't forget an ant clean first, naturally. -- Thomas Zander pgpD78PklQBCs.pgp Description: PGP signature ___ Classpath mailing list Classpath

  1   2   3   >