GtkComponentPeer realization

2006-02-09 Thread Mark Wielaard
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 example.) A GtkGraphics object is created differently for realized

Re: GtkComponentPeer realization

2006-02-09 Thread Mark Wielaard
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 documentation on the handling of (un)realized GtkComponentPeers. Does anybody have a link

New GNU Classpath developer Olivier Jolly

2006-02-12 Thread Mark Wielaard
Hi all, Olivier Jolly (Zeograd on irc) has been added as new GNU Classpath hacker to savannah. Olivier wrote multiple mauve tests for serialization and Proxy. And now has submitted patches to make these tests PASS. Olivier, please post a patch and ChangeLog entry to add yourself to the AUTHORS

builder.classpath.org upgrade

2006-02-13 Thread Mark Wielaard
Hi all, Jim is going to do some major upgrading on the Xen server running builder.classpath.org this week. Xen will be upgraded to 3.0 (and use the 64-bit version so images can access all the memory in the server) and the Xen Domain 0 image will be built from scratch. This means the server has

Re: Ldap support in classpath

2006-02-15 Thread Mark Wielaard
Hi Erwin, On Wed, 2006-02-15 at 14:08 +0100, Erwin Rol wrote: I am just trying to get OX working, and stumbled over the naming thing. This might be a new issue. I know that in the past some people did try to get it working already. There were a couple of small issues though. Upstream was aware

Re: Ldap support in classpath

2006-02-15 Thread Mark Wielaard
Hi Erwin, On Wed, 2006-02-15 at 14:58 +0100, Erwin Rol wrote: There is no effort at all to remove com.sun. stuff from OX, at least all the issues from those mails are still in the sourcecode, including the BASE64, JNDI, javamail and ldap stuff. :( that is a pity. That makes it a lot harder

Re: [FOSDEM] Friday meeting!

2006-02-16 Thread Mark Wielaard
On Thu, 2006-02-16 at 06:35 +, Andrew Haley wrote: Tom Tromey writes: Keith == Keith Seitz [EMAIL PROTECTED] writes: Keith A La Mort Subite - 7 rue Montagne aux Herbes Potageres I like the name, I vote for here. A La Mort Subite is a great place. Cool. It seems we have a

Re: SwingSet demo

2006-02-16 Thread Mark Wielaard
Hi Roman, On Thu, 2006-02-16 at 16:46 +0100, Roman Kennke wrote: I forgot to say: Don't use this demo to control a nuclear plant or airplane. It is a bad idea to attach a Swing demo to an auto pilot. :-D And do not disparage Sun using this demo, ROTFL Funny. But also a little sad. They are

Re: [FOSDEM] Friday meeting! My problems with trains

2006-02-18 Thread Mark Wielaard
Hi Audrius, On Sat, 2006-02-18 at 20:19 +0100, Audrius Meskauskas wrote: My train connection is such that I arrive at 19:26 directly into Charleoi from Namur. I will try to come to La Mort Subite - 7 rue Montagne aux Herbes Potageres as soon as possible, but surely there is no any hope at

Re: GtkComponentPeer realization

2006-02-19 Thread Mark Wielaard
Hi Tom, On Thu, 2006-02-09 at 09:53 -0500, Thomas Fitzsimmons wrote: An unrealized GtkComponentPeer is a GtkWidget that has an uninitialized X window field. In other words, the X server doesn't have a window data structure allocated for it. We used to force-realize every GtkComponentPeer on

Re: GtkComponentPeer realization

2006-02-20 Thread Mark Wielaard
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 after a new component has been added? This is not performed

Get ready for FOSDEM 2006

2006-02-21 Thread Mark Wielaard
Hi all, Some information about the GNU Classpath Friends DevRoom from the FOSDEM organization. The main thing to remember is that we are in is AW1.120. And that we are not supposed to enter the room on Saturday before 14:00 (there might be lectures going on). There will be wireless, but not

Re: Patch: Fix painting of lightweight AWT children

2006-02-21 Thread Mark Wielaard
Hi Scott, On Mon, 2006-02-13 at 11:08 -0500, Scott Gilbertson wrote: from Scott Gilbertson [EMAIL PROTECTED] * classpath/gnu/java/awt/peer/GLightweightPeer.java (repaint): Pass event to parent. * classpath/java/awt/Graphics.java (hitClip): Handle null clip. I saw Roman already said

Re: Get ready for FOSDEM 2006

2006-02-22 Thread Mark Wielaard
On Wed, 2006-02-22 at 16:43 +, Andrew Haley wrote: Please everyone, post your telephone numbers. More contact info (including where some other people are staying and some telephone numbers) is in the wiki: http://developer.classpath.org/mediation/Fosdem2006 at the bottom, add your info and

Re: Builder and snapshots

2006-02-22 Thread Mark Wielaard
Hi Stuart, On Wed, 2006-02-22 at 11:26 -0500, Stuart Ballard wrote: I see at http://builder.classpath.org/dist/ that there's a snapshot available, but fetching it is hard to script because the filename will change with each release. If there were a classpath-latest.tar.gz symlink it would be

Re: regressions in floating point

2006-02-27 Thread Mark Wielaard
Hi David, On Thu, 2006-02-23 at 21:29 -0500, David P Grove wrote: Some change(s) to GNU classpath committed in the last 24 hours caused regression test failures on a number of Jikes RVM tests targeting floating point. The same cvs checkout of Jikes RVM passes the tests using

Re: FOSDEM slides

2006-02-27 Thread Mark Wielaard
Hi all, Also returned home from Fosdem. It was great! Still catching up on email and all the new patches. Please be patient if you are expecting a reply on some message from me. But feel free to ping me in case I missed something important. Again everybody that didn't come to drink and talk did a

Next release

2006-02-27 Thread Mark Wielaard
Hi all, As some people have been saying already there were some impressive showcases at Fosdem of things that just work now. So I feel it is time to do a new snapshot this week to share all this great work with our users. Both awt and swing made some very nice improvements, we have all the new

Re: implementing javax.security.auth.kerberos

2006-02-27 Thread Mark Wielaard
Hi Raif, On Tue, 2006-02-28 at 07:04 +1100, Raif S. Naffah wrote: if anyone is already working on them let me know, otherwise i'll start implementing these missing classes. Jeff started on this. See: http://lists.gnu.org/archive/html/classpath/2005-11/msg00150.html Please coordinate with him.

Re: Next release

2006-02-27 Thread Mark Wielaard
Hi Andrew, On Mon, 2006-02-27 at 21:42 +, Andrew John Hughes wrote: On Mon, 2006-02-27 at 17:54 +0100, Mark Wielaard wrote: - Remerge CVS trunk with the generics branch (I don't know whether Andrew has had time for that since his Math work. Please yell and scream if you need help

Some small infrastructure updates

2006-03-01 Thread Mark Wielaard
Hi all, Some small infrastructure updates: - lists.gnu.org, which handles bug-classpath, classpath-testresults and classpath-commit seems to have had some trouble over the last couple of days. But is back up again. It is currently catching up with a lot of email, so please check the date

Re: ecj and -warn:unused

2006-03-01 Thread Mark Wielaard
On Tue, 2006-02-28 at 20:41 +0100, Roman Kennke wrote: Am Dienstag, den 28.02.2006, 14:28 -0500 schrieb Stuart Ballard: I figured out the reason why at least one of the compilers on my system was failing to build classpath. The version of ecj I have (from Ubuntu Breezy) doesn't appear to

Re: FOSDEM'06 Photos

2006-03-01 Thread Mark Wielaard
On Tue, 2006-02-28 at 20:12 +0100, Roman Kennke wrote: Hi Robert, Am Dienstag, den 28.02.2006, 14:28 +0100 schrieb Robert Schuster: Hi friends, this was a great weekend which I really enjoyed! As you may have noticed I took a lot of photos ;) and I plan to make them available for you

Re: milestone for release 1. was Next release

2006-03-01 Thread Mark Wielaard
Hi Raif, On Wed, 2006-03-01 at 05:51 +1100, Raif S. Naffah wrote: what is the expected milestone (definition and how to measure it) to reach before releasing a version 1 --or 1.4 whatever that final number will be? According to our homepage it is: GNU Classpath 1.0 will be fully compatible

Re: dacapo xalan

2006-03-01 Thread Mark Wielaard
Hi Christian, On Wed, 2006-03-01 at 11:15 +0100, Christian Thalinger wrote: The problem is around ResourceBundle.java:480, or better, at Class.java:1136. As you can see, the class contructor throws a NPE, but ResourceBundle.tryBundle does only catch IllegalAccessException,

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

2006-03-03 Thread Mark Wielaard
Hi, On Thu, 2006-03-02 at 12:05 -0500, Thomas Fitzsimmons wrote: 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]. [...] There are still a few little bugs

Re: dacapo xalan

2006-03-03 Thread Mark Wielaard
On Wed, 2006-03-01 at 10:15 -0800, David Daney wrote: Andrew Haley wrote: Mark Wielaard writes: Does the dacapo xalan work for you with the following patch? diff -u -r1.36 ResourceBundle.java --- java/util/ResourceBundle.java 23 Oct 2005 17:04:46 - 1.36

Re: eclipse regression

2006-03-03 Thread Mark Wielaard
Hi Christian, On Fri, 2006-03-03 at 01:49 +0100, Christian Thalinger wrote: I'm unable to install some (any?) plugins in eclipse with CVS head. I already talked to tashiro on irc and it works with 0.20 release. The problem is in two places: * Software Updates - Find and install says:

Re: GtkComponentPeer realization

2006-03-03 Thread Mark Wielaard
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() call. But then we also defer the parent/bound-setting if the container is already visible till

Re: GtkComponentPeer realization

2006-03-03 Thread Mark Wielaard
these criteria clearly for future reference. Good point. I only realized (pun intended) that setParent() would do the right thing in the constructor because of the way addNotify() is called. Documented as follows: 2006-03-03 Mark Wielaard [EMAIL PROTECTED] * java/awt/Component.java

Re: eclipse regression

2006-03-04 Thread Mark Wielaard
Hi, On Fri, 2006-03-03 at 11:29 +0100, Mark Wielaard wrote: I haven't figured out since when this stopped working, but it clearly is a regression. If you installed the feature with a working version of classpath (0.20) and then try to use it with a CVS version you will get messages like

Re: eclipse regression

2006-03-04 Thread Mark Wielaard
On Sat, 2006-03-04 at 16:26 +0100, Mark Wielaard wrote: I cannot really see a good way to make eclipse happy. It clearly expects that if it throws this SAXException from startElement() that it will get this exception back as if nothing happened. But since it has just destroyed our parser so we

Release branch created

2006-03-04 Thread Mark Wielaard
Hi, I believe we fixed all known regressions so I have created the release branch now. The cvs tag for the branch point is called classpath-0_90-branch-point and the branch itself is called classpath-0_90-branch. As you can see the next version will be called 0.90. We didn't really have

Re: RFI: Manifest line endings is platform independant

2006-03-05 Thread Mark Wielaard
Hi Raif, On Sun, 2006-03-05 at 15:02 +1100, Raif S. Naffah wrote: while working on the jarsigner tool, i am seeing the Manifest file being generated by both JDKs 1.4 and 1.5, is using a 0x0D0A as its line endings, even when the jar file containing this manifest was generated on a linux

Re: Release branch created

2006-03-05 Thread Mark Wielaard
Hi, On Sat, 2006-03-04 at 23:25 +0100, Mark Wielaard wrote: Tomorrow I will try to make the branch release ready (just making sure all documentation is updated, rerun some tests, etc) and (if Andrew doesn't beat me to it) update the generics branch with the changes between the last generics

ANN: GNU Classpath 0.90 A La Mort Subite released

2006-03-06 Thread Mark Wielaard
Thalinger, Dalibor Topic, David Daney, David Gilbert, Dimitri Fontaine, Egon Willighagen, Gary Benson, Guilhem Lavaux, Ingo Proetel, Ito Kazumitsu, James Damour, Jeroen Frijters, Keith Seitz, Lillian Angel, Mark Wielaard, Michael Kay, Michael Koch, Nicolas Geoffray, Olivier Jolly, Paul Jenner

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-09 Thread Mark Wielaard
Hi Philippe, Please try to keep the lists on topic. And please keep runtime specific stuff on the specific runtime lists. Don't cross-post unnecessary (others have also done that, it is not just you). People please keep non-classpath specific stuff off the GNU Classpath developers list. GCJ,

Re: jessie-nio branch

2006-03-09 Thread Mark Wielaard
Hi Casey, On Mon, 2006-03-06 at 22:52 -0800, Casey Marshall wrote: Just a quick FYI that I've made the `jessie-nio' branch Great! If you're interested in helping out, please take a look! Do post patches to classpath-patches as normal, but include [jessie-nio] in the subject. That way people

Re: Patch: FYI: add ulp tests

2006-03-09 Thread Mark Wielaard
Hi, On Tue, 2006-03-07 at 07:41 -0700, Tom Tromey wrote: Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew Great -- I wasn't sure how to handle ulp. BTW, do you know how we Andrew handle the StrictMath variants of these methods? They seem to be coded Andrew in Java;

Re: Maintenance of jazzlib

2006-03-09 Thread Mark Wielaard
Hi John, On Fri, 2006-03-03 at 18:46 +0700, John Leuner wrote: For a while I produced releases of jazzlib using the java.util.zip sources in Classpath. I have a little script (in lib/jazzlib):

A La Mort Subite

2006-03-10 Thread Mark Wielaard
Hi, I had a few photos from our meeting in Brussels on the night before Fosdem in A La Mort Subite. I added them to the pictures Robert uploaded http://developer.classpath.org/pics/fosdem2006/ in the alamortsubite folder. Even though there are only 6, and they are in black and white, I hope they

Re: Where's the love?

2006-03-10 Thread Mark Wielaard
On Fri, 2006-03-10 at 00:20 -0800, Per Bothner wrote: Dalibor Topic wrote: The only way GNU Classpath would be acceptable for Apache Harmony, afaict from our dicussions in the past year, would be if the FSF contributed it to the ASF, and had the ASF manage the project, under the

Re: J2ME - based on classpath

2006-03-13 Thread Mark Wielaard
Hi Christian, On Fri, 2006-03-10 at 23:44 +0100, Christian Thalinger wrote: On Fri, 2006-03-10 at 15:10 -0700, Tom Tromey wrote: We'll need to get through the paperwork hurdles -- but we'll need to do that no matter what, if you want to eventually merge this code in. I think too the

Re: FOSDEM donation

2006-03-13 Thread Mark Wielaard
Hi Michael, On Sat, 2006-03-11 at 12:10 -0700, Tom Tromey wrote: Michael After some discussion we decided to donate the money to the FOSDEM Michael organization team. We have got a donation certificate for this for Michael evidence. Michael I hope this was okay with all people. You did

Re: File listing supported properties in GNU classpath

2006-03-13 Thread Mark Wielaard
Hi Wolgang, On Mon, 2006-03-13 at 20:30 +0100, Wolfgang Baer wrote: how about adding a new file which lists all our supported properties. Currently this information about our properties (for swing, graphics2D, rmi, corba) are spread over all parts of the NEWS file. Good idea. There is also a

Re: CACAO

2006-03-15 Thread Mark Wielaard
Hi Philippe, On Tue, 2006-03-14 at 22:05 +0100, Philippe Laporte wrote: The CACAO vm has executed the Knopflerfish OSGI (http://www.knopflerfish.org) test suite with one failure, the same as with Sable and Jam. Have you filed a bug report for this one failure?

LinuxTag (Wiesbaden, Germany, 3-6 May)

2006-03-15 Thread Mark Wielaard
Hi all, I will give a talk at LinuxTag (http://www.linuxtag.org) this year about GNU Classpath (Wiesbaden, Germany, 3-6 May). I don't know yet on which day, but I will let you know as soon as the final schedule of the event is known. The talk will be a bit more high-level then what we did during

Re: LinuxTag (Wiesbaden, Germany, 3-6 May)

2006-03-17 Thread Mark Wielaard
On Wed, 2006-03-15 at 04:04 -0800, Dalibor Topic wrote: The organization will also be making a live-CD/DVD and I hope we can include some of our stuff so visitors will have an easy way to try some things out. It will probably have to be based on existing Debian packages (so get your stuff

Re: building classpath on RedHat2.6.11

2006-03-18 Thread Mark Wielaard
Hi Seeta, On Fri, 2006-03-17 at 19:32 -0500, Seeta somagani wrote: Hi, I configured classpath on RedHat2.6.11 using --disable-gtk-peer option. But when I'm tryin to gmake, it gives me an error /java/security/Provider.java:57: error: Can't subclass final classes: gnu.java.security.Properties.

Re: No need for 770 device to debug the AWT problems

2006-03-23 Thread Mark Wielaard
On Thu, 2006-03-23 at 07:50 +0100, Clemens Eisserer wrote: I should have added that it works fine with the JDK. Matchbox is kick-ass! Well I never thought it could be matchbox's fault. Matchbox is just the WindowManager - a very little puzzle-part in the whole picture. What is the exact

Re: jarsigner tool

2006-03-23 Thread Mark Wielaard
Hi Raif, On Thu, 2006-03-23 at 21:16 +1100, Raif S. Naffah wrote: i now have a working first (rough) cut of the above. Very cool! but before i check the code in i'd like a second opinion on a legal-related issue. the tool reads and uses private and public cryptographic data from a

Re: Need help with a Swing drawing issue

2006-03-24 Thread Mark Wielaard
Hi Robert, On Fri, 2006-03-24 at 13:44 +0100, Robert Schuster wrote: I am experiencing a strange drawing problem in the JTextArea: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26839 However Roman said that problem does *not* happen on his machine. Can somebody else confirm it? the

Re: SerialVersionUID missmatches

2006-03-24 Thread Mark Wielaard
Hi Carsten, On Fri, 2006-03-24 at 18:44 +0100, Carsten Neumann wrote: I'm new around here and was looking for a spot where I could make a contribution. Browsing the japi test results I noticed that a lot of SerialVersionUID missmatches are reported. Fixing these appears to be quite simple,

Re: Datetypes for native target layer functions

2006-03-27 Thread Mark Wielaard
Hi Torsten, On Thu, 2004-08-19 at 10:45 +0200, Dr. Torsten Rupp wrote: I'm currently changing the target native layer to replace the macros by functions. Please take a look at the NATIVE-LAYER branch that Guilhem is working on. He already replaced all macros by functions. He is using the JNI

Re: jarsigner tool

2006-03-28 Thread Mark Wielaard
Hi, On Fri, 2006-03-24 at 11:57 +0100, Mark Wielaard wrote: OK, that is good. Do we actually have any alternative KeyStore format? If yes then we should as Roman says use this as default for now. I see we do, GKR, defined in gnu.javax.crypto.jce.keyring.GnuKeyring. But KeyStore.getDefaultType

Re: jMemorize - exception in JTable code: Fixed, but JFreeChart internal problem follows.

2006-03-31 Thread Mark Wielaard
On Thu, 2006-03-30 at 23:06 +0100, David Gilbert wrote: I think many applications are going to fail on our implementation until we get good Graphics2D support into our JComponent (many custom look and feel implementations rely on it, for starters). Agreed. Most of the things I am testing on

Re: jMemorize - exception in JTable code: Fixed, but JFreeChart internal problem follows.

2006-03-31 Thread Mark Wielaard
On Fri, 2006-03-31 at 15:55 +0200, Roman Kennke wrote: However, you can turn on font-antialiasing using the RenderingHints class. It's a bit tricky to do this application wide though... (on the downside, I think classpath ignores the RenderingHints altogether). Ironically this is how I have

Re: New japize option

2006-04-01 Thread Mark Wielaard
On Fri, 2006-03-31 at 19:55 -0500, Stuart Ballard wrote: On 3/31/06, Andrew John Hughes [EMAIL PROTECTED] wrote: I believe it's on the individual Javadoc pages for each Swing class e.g. on JComponent: 'Warning: Serialized objects of this class will not be compatible with future Swing

Re: LinuxTag (Wiesbaden, Germany, 3-6 May)

2006-04-02 Thread Mark Wielaard
H all, On Wed, 2006-03-15 at 10:09 +0100, Mark Wielaard wrote: I will give a talk at LinuxTag (http://www.linuxtag.org) this year about GNU Classpath (Wiesbaden, Germany, 3-6 May). I don't know yet on which day, but I will let you know as soon as the final schedule of the event is known

Re: File.canWrite() actually writes stuff

2006-04-03 Thread Mark Wielaard
Hi Gary, On Thu, 2006-03-30 at 10:24 +0100, Gary Benson wrote: I just noticed that File.canWrite() actually writes things in order to check whether they are writable. This seems really wrong to me: just checking something should not modify the filesystem! Does anyone mind if I replace this?

RE: RFC: Changing Class.newInstance() to add VM specific feature

2006-04-04 Thread Mark Wielaard
Hi Jeroen, On Tue, 2006-04-04 at 12:32 +0200, Jeroen Frijters wrote: Mark Wielaard wrote: This looks OK and not too invasive. But I would like to see as little extensions added as possible so let me propose a hack that might prevent having to add the hook. Couldn't you override

Upgrading developer.classpath.org and builder.classpath.org

2006-04-10 Thread Mark Wielaard
Hi, In the near future we (well Jim) will upgrade the developer and builder infrastructure to a Xen 3.0, 64 bit setup allowing for more memory. To prepare for that we already upgraded the DNS setting. If everything is setup correctly again this email arrives and things keep working as expected.

Summer of Code

2006-04-17 Thread Mark Wielaard
Hi, The GNU project and the GCC project will participate in the Summer of Code that Google is organizing. See http://gcc.gnu.org/ml/gcc/2006-04/msg00273.html Since I know we have a couple of students already working on GNU Classpath, gcj and friends it seems the most effective way for Summer of

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

2006-04-18 Thread Mark Wielaard
On Tue, 2006-04-18 at 09:40 -0600, Tom Tromey wrote: Ken == Ken Larson [EMAIL PROTECTED] writes: Ken I'm pleased to announce the creation of a new open-source project, FMJ Ken (Freedom for Media in Java), with the goal of providing a Ken replacement for/alternative to JMF. Excellent!

Re: [Cp-tools-discuss] Re: Planning to check-in new branch: the GIOP extensions for rmic.

2006-04-21 Thread Mark Wielaard
Hi, On Wed, 2006-02-08 at 13:25 -0700, Tom Tromey wrote: Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: Tom In fact, long term, I'd rather see all of the tools in cp-tools Tom merged into cvs.savannah.gnu.org:/sources/classpath and used by Tom all bundlers of GNU Classpath. Yeah, I

Re: libgcj merging and VMStackWalker

2006-05-14 Thread Mark Wielaard
Hi Tom, On Sat, 2006-05-13 at 17:41 -0600, Tom Tromey wrote: I think this merge could be done fairly simply. In fact I think it just requires adding a 'Class' argument to VMStackWalker.getCallingClass and VMStackWalker.getCallingClassLoader. This argument would name the immediate caller, and

Re: Socket inherits timeout from accept - is this right?

2006-05-14 Thread Mark Wielaard
Hi Edwin, On Wed, 2006-05-03 at 16:34 +0200, Edwin Steiner wrote: I tracked down a problem where JOnAS on classpath/cacao dropped a database connection for no good reason. The cause was that the ServerSocket used for accept has a one-second timeout set, and the accepted Sockets inherit it.

Re: RFC: java/awt/Toolkit.java fix

2006-05-15 Thread Mark Wielaard
Hi Jeroen, On Mon, 2006-05-15 at 17:49 +0200, Jeroen Frijters wrote: Sorry for being so late, but I would like to get this patch in the release, because I made some changes to IKVM class loading that exposed the fact that Toolkit incorrectly calls ClassLoader.loadClass instead of

ANN: GNU Classpath 0.91 All for One, One for All released

2006-05-15 Thread Mark Wielaard
Angel, Mark Wielaard, Michael Barker, Michael Koch, Nicolas Geoffray, Olivier Jolly, Paul Jenner, Rafael H. Schloming, Raif S. Naffah, Riccardo Mottola, Robert Schuster, Roman Kennke, Sascha Brawer, Stephen White, Sven de Marothy, Thomas Fitzsimmons, Tom Tromey and Wolfgang Baer. We would also like

Re: F/OSS Java mini-talks during JavaOne

2006-05-16 Thread Mark Wielaard
Hi Fernando, On Mon, 2006-05-15 at 05:03 -0200, [EMAIL PROTECTED] wrote: If you happen to be at JavaOne this year, please drop by the java.net community corner. This year we'll have some mini-talks about JPackage, Kaffe, Classpath and other free Java stuff, besides some Sun-sponsored talks.

Re: Socket inherits timeout from accept - is this right?

2006-05-18 Thread Mark Wielaard
Hi Robert, On Mon, 2006-05-15 at 09:06 +0200, Robert Schuster wrote: man 2 accept says that the socket created by accept() has the same properties as the socket which was used in the accept call. Is it possible that in Java the created socket should have default properties here instead?

Re: GTK 2.8

2006-05-26 Thread Mark Wielaard
Hi, On Thu, 2006-05-25 at 11:36 -0400, Thomas Fitzsimmons wrote: 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. Cool. But note that there are still some issues with make distcheck.

RE: ImageIO plugins problem

2006-05-29 Thread Mark Wielaard
Hi Martin, On Mon, 2006-05-29 at 10:06 +0200, [EMAIL PROTECTED] wrote: Thanks for the reply. JPEG support would be great! Any idea when this 0.92 version is going to be released? Hopefully within a month. But we are in a large refactoring of the graphics2d pipeline and integration of new

Re: Profiling in Classpath

2006-05-29 Thread Mark Wielaard
Hi Audrius, On Wed, 2006-05-24 at 12:25 +0200, Audrius Meskauskas wrote: Does anybody tried and knows some profiling tools that run with Classpath (and with which virtual machine)? If not, implementing some profiling may be an interesting and important future task. Real profiling (of the

Re: serial comm. with rxtx, GPSExplorer, and GCJ -- runtime exception

2006-05-29 Thread Mark Wielaard
Hi, On Wed, 2006-05-24 at 16:05 -0700, David Daney wrote: Michael Mohr wrote: On Wed, 24 May 2006 10:26:05 -0700 David Daney [EMAIL PROTECTED] wrote: Michael Mohr wrote: I'm currently attempting to use GCC 4.1's gcj to compile a medium-sized (6000-line) java application. Unfortunately,

Re: JamVM 1.4.3 released

2006-05-30 Thread Mark Wielaard
Hi Robert, On Mon, 2006-05-22 at 03:47 +0100, Robert Lougher wrote: I'm pleased to announce the release of JamVM 1.4.3 (http://jamvm.sourceforge.net). This release adds heap compaction Nice one! I was just going through a classpath bootstrap with eclipse

Re: merge Intel code

2006-05-30 Thread Mark Wielaard
Hi, On Mon, 2006-05-29 at 05:50 -0700, Leo Simons wrote: On Sat, May 20, 2006 at 02:35:07PM +0200, Michael Koch wrote: [merge talks] I would recommend not doing this. GPLv3 is not out. Our current license is not compatible with the ASLv2. We cannot combine the code currently. Yup.

Re: JamVM 1.4.3 released

2006-06-01 Thread Mark Wielaard
Hi David, On Thu, 2006-06-01 at 10:49 +0100, David Gilbert wrote: Previously I was able to run StatCVS on JamVM for the Mauve CVS logfile, but not the GNU Classpath CVS logfile (which is very large, about 250MB). Now, with JamVM 1.4.3, it runs just fine - here's the latest output:

Re: Room for more block ciphers?

2006-06-01 Thread Mark Wielaard
On Thu, 2006-06-01 at 12:24 +0200, Robert Schuster wrote: GNU Classpath aims to be not only a replacement for the proprietary Java class libraries but eventually wants to be technically better. In regard to your question this means if we can provide more block ciphers out of the box than the

Re: JamVM 1.4.3 released

2006-06-01 Thread Mark Wielaard
Hi David, On Thu, 2006-06-01 at 17:07 +0100, David Gilbert wrote: I also had to comment out some logging code to get StatCVS to run...this is a regression which I reported as a bug earlier today. Hopefully someone can fix that. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27857 I made

Re: JamVM 1.4.3 released

2006-06-01 Thread Mark Wielaard
On Thu, 2006-06-01 at 19:12 +0200, Mark Wielaard wrote: On Thu, 2006-06-01 at 17:07 +0100, David Gilbert wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27857 I made our LogManager more clear on why it was reporting that error and as you can see in the bug report now this is a bug

Re: GOST cipher related added.

2006-06-05 Thread Mark Wielaard
Hi, On Mon, 2006-06-05 at 06:59 +1000, Raif S. Naffah wrote: the first thing to do if you plan on contributing code to the project is to ensure that copyright assignment papers, for GNU Classpath, are signed. i don't know if you have already done so, but in case you haven't, Mark Wielaard

Re: I've wrote some classes - what sould I do with it?

2006-06-08 Thread Mark Wielaard
Hi Maciej, On Tue, 2006-06-06 at 21:59 +0200, Maciej Piechotka wrote: I've started writting java.util.concurrent classes. I've finish few of them, but they are undocummented and unchecked (I have no java 1.5 compiler). What should I do with it - write, check, document or just send/ Cool

Re: Native layer

2006-06-08 Thread Mark Wielaard
Hi Guilhem, On Tue, 2006-06-06 at 22:34 +0200, Guilhem Lavaux wrote: I have a working native layer branch on jamvm (though I have not really counted if there was a regression I know the one from kaffe and the important ones in mauve are passing on standard linux). I will propose before the

Re: cvs commit messages

2006-06-18 Thread Mark Wielaard
Hi Tom, On Fri, 2006-06-09 at 10:16 -0600, Tom Tromey wrote: Our cvs commit messages starting including the full patch. This seems somewhat unfriendly to me, in two ways. First, we've all already seen the patch on classpath-patches. And, this is where discussion should take place anyway.

Re: cvs commit messages

2006-06-22 Thread Mark Wielaard
On Sun, 2006-06-18 at 17:04 +0200, Mark Wielaard wrote: On Fri, 2006-06-09 at 10:16 -0600, Tom Tromey wrote: Our cvs commit messages starting including the full patch. Agreed. I just had to purge some humongous messages from the commit-classpath queue (your and andrew branch merging) which

RE: patch to make gconf as default preference backend, second try

2006-07-04 Thread Mark Wielaard
On Mon, 2006-07-03 at 10:01 +0200, Jeroen Frijters wrote: Mario Torre wrote: This patch makes the gconf backend the default. The configure part of the patch is the same as the one discussed early, but now the backend name is stored under META-INF and loaded at runtime using

Re: FYI: eclipse on classpath and the other way around :)

2006-07-11 Thread Mark Wielaard
Hi Andrew (moved to main classpath list for the benefit of other packagers/runtime hackers), On Mon, 2006-07-10 at 11:16 -0400, Andrew Overholt wrote: On Sat, 2006-08-07 at 22:28 +0200, Mark Wielaard wrote: Maybe Andrew knows since he has been packaging eclipse 3.2 for Fedora

Re: Hello:Interested in classpath

2006-07-15 Thread Mark Wielaard
Hi David, On Sat, 2006-07-15 at 08:59 +0900, [EMAIL PROTECTED] wrote: Thanks for the advice! I also saw some repainting issues which needs to be fixed. I am somewhat surprised you didn't mention your firecat work. Does firecat already work perfectly with GNU Classpath? Is there a copyright

Re: Howto generate configure?

2006-07-20 Thread Mark Wielaard
Hi Clemems, On Thu, 2006-07-20 at 19:40 +0200, Clemens Eisserer wrote: I would like to try out Classpath-CVS to experiment a bit with Roman's great xawt-implementation. And I saw that the escher library is now being packaged for at least Debian. Which should make it even simpler:

Re: Howto generate configure?

2006-07-21 Thread Mark Wielaard
Hi Clemens, On Fri, 2006-07-21 at 09:37 +0200, Clemens Eisserer wrote: I don't understand, classpath-0.91 builds so nicely but CVS only causes problems to me. If you really want build of the current CVS code as if they were release builds then look at http://builder.classpath.org/dist/ those

Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Mark Wielaard
Hi (moved to main list), On Tue, 2006-07-25 at 17:56 -0400, Tom Tromey wrote: If you had a build of 0.91 + the corresponding jamvm you could make a Mauve baseline and run a comparison quite easily. Ideally we would do this after each release and simply reset the baseline file on builder.

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Mark Wielaard
Hi, On Wed, 2006-07-26 at 17:33 -0400, Tom Tromey wrote: Mark FAIL: java.lang.InheritableThreadLocal.simple I updated Classpath and Mauve and ran this test case in my Eclipse workspace -- everything passed. Same here now for both jamvm and cacao when run just this test. But sometimes when I

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Mark Wielaard
Hi, On Wed, 2006-07-26 at 17:48 -0400, Francis Kung wrote: I believe Mark also ran the tests locally, as the builder hasn't picked up some recent changes to Mauve. Those tests might (probably will?) show up as passes on the builder too. Yes, those were my local ran tests. Rerunning them a

classpath-0_92-branch created

2006-07-27 Thread Mark Wielaard
Hi, We now finally have a branch for 0.92. classpath-0_92-branch (and the branch point is tagged as classpath-0_92-branch-point). If you have any patches that you would also want to see on the release branch please CC me (and mention the bug number or mauve tests that the patch fixes). If there

Re: classpath-0_92-branch created test release tar.gz dist available

2006-07-29 Thread Mark Wielaard
Hi, On Fri, 2006-07-28 at 01:40 +0200, Mark Wielaard wrote: We now finally have a branch for 0.92. classpath-0_92-branch (and the branch point is tagged as classpath-0_92-branch-point). Paul reminded me to activate the future release script on builder. For those wanting a tar.gz dist to test

Re: BigDecimal mauve regressions (FYI: patch)

2006-07-29 Thread Mark Wielaard
Hi Sven, On Fri, 2006-07-28 at 10:44 +0200, Sven de Marothy wrote: 2006-07-27 Sven de Marothy * java/math/BigDecimal.java Adjust copyright date. (divide(BigDecimal): Implement. (precision): Reimplement. (numDigitsInBigInteger, numDigitsInLong): Removed. (toString): Get exponent from

Re: Classpath and GTKFB?

2006-08-01 Thread Mark Wielaard
Hi Olivier, On Tue, 2006-08-01 at 11:52 +0200, Olivier LAHAYE wrote: I've tryed to compile classpath using gtkfb, thus using the --with-x=no, but the configure script refuses this option if compiling with GTK. Is there a simple workaround for that or it simply not possible at the moment?

Re: classpath-0_92-branch created

2006-08-02 Thread Mark Wielaard
Hi Mario, On Sat, 2006-07-29 at 19:48 +0200, Mario Torre wrote: Il giorno ven, 28/07/2006 alle 01.40 +0200, Mark Wielaard ha scritto: Last update to the gconf preference backend included a dependency on gtk for gdk_hread_enter/leave, but we didn't update the configure.ac script

Re: classpath-0_92-branch created

2006-08-03 Thread Mark Wielaard
Hi Mario, On Thu, 2006-08-03 at 20:40 +0200, Mario Torre wrote: Hopefully, I can came up with something that relax this requirement... There is already a bug report for this from the Debian gcc packager. Feel free to assign it to yourself :) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28538

<    6   7   8   9   10   11   12   13   14   15   >