Re: Performance of java.awt.Graphics's methods

2005-11-27 Thread Mark Wielaard
Hi Theo, On Mon, 2005-11-28 at 01:05 +0800, Theodore Thindenberg wrote: > every new release I try of course many Swing applications as well as > some apps using a custom toolkit which just uses AWT for lightweight > drawing. > All these applications run at VERY low speed, even the application > us

Re: mauve comparison with tgolem

2005-11-29 Thread Mark Wielaard
Hi Edwin, On Mon, 2005-11-28 at 14:54 +0100, Edwin Steiner wrote: > On Sat, Nov 26, 2005 at 02:01:53AM +0100, Mark Wielaard wrote: > > If it is in addition to what there is now already just the plain FAIL > > lines would be ideal to have. No extras, just the facts! :) > > Y

Re: mauve comparison with tgolem

2005-12-01 Thread Mark Wielaard
Hi Christian, On Tue, 2005-11-29 at 21:20 +0100, Christian Thalinger wrote: > On Tue, 2005-11-29 at 15:04 +0100, Mark Wielaard wrote: > * Changed implementation of VMClassLoader.getPackage(s) : new method > > VMClassLoader.getBootPackages should be implemented by the vm, and sould

Re: Generics Branch Merge Announcement: Classpath 0.19 - 2005/11/27

2005-12-01 Thread Mark Wielaard
Hi Andrew, On Sun, 2005-11-27 at 22:12 +, Andrew John Hughes wrote: > All patches from Classpath 0.19 through to this afternoon (2005/11/27) > to HEAD have been merged to the generics branch. > > Keep up the good work! :) Same to you! It is always a short announcement, but I know that with

Re: Usage of RFC documentation for Javadoc

2005-12-01 Thread Mark Wielaard
Hi Wolfgang, On Wed, 2005-11-30 at 20:03 +0100, Wolfgang Baer wrote: > So the question comes to my mind if we also can use or > maybe quote from the RFC documents in our javadocs. > This would make documentation easier and as its the > specification also correct in every detail. > > For your conv

Re: [Fwd: [cp-patches] [RFC, Concept proposal]: Easing "target" dependency]

2005-12-02 Thread Mark Wielaard
Hi Guilhem, > On Wed, 2005-11-30 at 20:31 +0100, Guilhem Lavaux wrote: > > So I am proposing to keep the > > basic skeleton of the target layer but put the real code not in macro > > but in real C functions. That way we will be able to add autoconf macros > > without bothering the java interfac

Re: gnu_java_awt_peer_gtk_GdkFontPeer.c (initStaticState): missing NewGlobalRef?

2005-12-03 Thread Mark Wielaard
Hi Christian, I finally read the paper and took a look at the list. But you already fixed all the obvious things related to class fields. So the remaining things left seem to be jmethodIDs that are cached, but where we don't have a global ref to the class. Like the following: > B gnu_java_awt_p

Re: Duplicate object prevention policy

2005-12-03 Thread Mark Wielaard
Hi Jan, On Wed, 2005-11-30 at 02:58 +0100, Jan Röhrich wrote: > imagine the following case: A method supports the lookup of objects > using a name -> object mapping. The objects are stored in a map but can > easily be newly created instead of performing a real lookup. Shall we > perform this real

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-12-04 Thread Mark Wielaard
Hi Andrew, On Sat, 2005-11-26 at 21:04 +, Andrew John Hughes wrote: > I recently hit on the same bug again for the second time, and still > there seems to be no general solution to it. ecj is a Java-based Java > compiler, which means that in compiling Classpath, it can run across > prob

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Mark Wielaard
Hi Frederick, On Sun, 2005-12-04 at 21:26 -0500, Frederick C Druseikis wrote: > I'm using gjdoc-0.7.6 to test a new port of JamVM-1.4.1 + > classpath-0.19 on OpenBSD. I'm trying to get gjdoc to do all the > classpath documentation. gjdoc makes a lot of progress (it's > outputting stuff), but blo

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Mark Wielaard
Hi Fred, On Mon, 2005-12-05 at 12:32 -0500, [EMAIL PROTECTED] wrote: > > Could you also run JamVM with -verbose:gc and send me the output? > > > Attached. Thanks. This seems to point out two things: 1) There is a huge allocation (2MB+): at this point in the code: // REVIEW: Using max

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Mark Wielaard
Hi Robert, On Mon, 2005-12-05 at 18:10 +, Robert Lougher wrote: > On second thoughts, it may have been rejected by gmail if the > attachment was too big (how big was it?). Could you try compressing > it (if it wasn't)? It is in the gmane archives here: http://article.gmane.org/gmane.comp.jav

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-06 Thread Mark Wielaard
[Sorry for the duplicate message, trouble with my primary email account] Hi, On Mon, 2005-12-05 at 18:52 +0100, Mark Wielaard wrote: > Thanks. This seems to point out two things: > > 1) There is a huge allocation (2MB+): > >at this point in the code: > >

Introducing builder.classpath.org

2005-12-08 Thread Mark Wielaard
Hi all, We now have an official autobuilder and regression tester! The builder.classpath.org Xen infrastructure has been donated by Berkeley Signal Inc through Jim Pick who also helps with setup and maintenance of the system. We are currently using Tom Tromey's build scripts for updating, compili

Re: RFC: merging GNU Crypto and Jessie

2005-12-08 Thread Mark Wielaard
Hi Casey, On Mon, 2005-12-05 at 23:42 -0800, Casey Marshall wrote: > I propose that we > >- Rename the root package 'gnu.crypto' to 'gnu.javax.crypto' in > GNU Crypto, and merge the current CVS sources into Classpath (not > under external/). We then put GNU Crypto into a kind of "stasis"

Re: [Jessie-discuss] Re: RFC: merging GNU Crypto and Jessie

2005-12-11 Thread Mark Wielaard
Hi, On Thu, 2005-12-08 at 20:07 -0800, Casey Marshall wrote: > On Dec 8, 2005, at 11:25 AM, Anthony Green wrote: > > My only concern is there be some trivial mechanism to generate a US > > export-friendly version GNU Classpath, like.. > > > > $ configure --disable-munitions > > Good point. We shou

Re: [Jessie-discuss] Re: RFC: merging GNU Crypto and Jessie

2005-12-11 Thread Mark Wielaard
Hi Anthony, On Sun, 2005-12-11 at 03:47 -0800, Anthony Green wrote: > You're missing my point, which is that _I_ have a requirement to > redistribute GNU Classpath with no export-restricted software. What's > good enough for the FSF is not good enough for me. It would nice if > there was a conve

Re: Introducing builder.classpath.org

2005-12-11 Thread Mark Wielaard
Hi Leo, On Fri, 2005-12-09 at 22:26 -0800, Leo Simons wrote: > On Thu, Dec 08, 2005 at 02:49:18PM +0100, Mark Wielaard wrote: > > We are currently using Tom Tromey's build > > scripts > > Could I get a URL for those? Sounds like a good use case for a certain > proj

Re: [Jessie-discuss] Re: RFC: merging GNU Crypto and Jessie

2005-12-11 Thread Mark Wielaard
Hi Anthony, On Sun, 2005-12-11 at 05:38 -0800, Anthony Green wrote: > On Sun, 2005-12-11 at 13:50 +0100, Mark Wielaard wrote: > > All I was saying is that it isn't a necessity for > > GNU Classpath as a project, or people redistributing GNU Classpath as > > Free Sof

Re: StatCVS runs free!

2005-12-11 Thread Mark Wielaard
Hi David, On Wed, 2005-12-07 at 16:58 +, David Gilbert wrote: > ...I decided it couldn't be too hard to get StatCVS[1] working the same way > (StatCVS > uses JFreeChart for the charts it generates). Here's the latest run for > Mauve CVS > generated, for the first time, with JamVM, GNU Cla

lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-11 Thread Mark Wielaard
Hi all, I talked to the GNU system administrators about the slowness of the mailinglists at times. They told me they are working on a completely new setup. Today I received the latest FRee Software Foundation Bulletin which has an article about the cool new machines that have been bought, how to i

Re: lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-11 Thread Mark Wielaard
On Sun, 2005-12-11 at 19:47 +0100, Mark Wielaard wrote: > - All CVS services have now been put on cvs.savannah.gnu.org > http://savannah.gnu.org/forum/forum.php?forum_id=4168 > > You will notice that last one when running CVS update. It will explain > that you have to update t

Re: Proposal: Graphics2D rewrite branch

2005-12-11 Thread Mark Wielaard
Hi, On Wed, 2005-12-07 at 12:05 -0700, Tom Tromey wrote: > > "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes: > > Tom> I'd like to propose a new branch in the GNU Classpath CVS repository: > Tom> graphics2d-rewrite. Patches to this branch should be sent to > Tom> classpath-patches@gnu

Re: Proposal: Graphics2D rewrite branch

2005-12-12 Thread Mark Wielaard
On Sun, 2005-12-11 at 18:02 -0700, Tom Tromey wrote: > >>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: > Mark> And you should not see it as "private" or "may be broken at random > Mark> times". It should be as much as pos

New bugzilla component xml

2005-12-12 Thread Mark Wielaard
Hi, A new bugzilla component was added for all xml (javax.xml, gnu.xml) related bug reports. The initial owner is Chris, but he is of course free to not handle or reassign bugs. For the current list of bugs see: http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&component=xml Initial bug c

Re: lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-12 Thread Mark Wielaard
Hi Archie, On Sun, 2005-12-11 at 13:39 -0600, Archie Cobbs wrote: > Mark Wielaard wrote: > >>If you have > >>the cvsutils installed then you can easily switch to the new CVS > >>location by running this in your CVS working copy: > >>cvschroot @cvs.savannah.

Re: lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-12 Thread Mark Wielaard
Hi Archie, On Mon, 2005-12-12 at 09:31 -0600, Archie Cobbs wrote: > Mark Wielaard wrote: > > subversion is still a bit immature and not widely supported yet (for > > example on builder.classpath.org we needed to install the latest > > 1.3.0rc4 to get around some network timeo

Re: lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-12 Thread Mark Wielaard
Hi, On Mon, 2005-12-12 at 13:42 -0700, Tom Tromey wrote: > Mark> Or the fact > Mark> that you really need to setup an external diff command since the > Mark> built-in one is not capable enough. > > ? I haven't noticed this one. See the bottom of http://gcc.gnu.org/wiki/SvnSetup Again, not a sh

Fosdem 2005 reminder (Feb 25/26)

2005-12-13 Thread Mark Wielaard
xplain in more depth to get developers of the other projects to join in a share the fun. - Sunday from 13:00 to 17:30 - "The Future" hard core interactive technical hacker discussions on how to integrate the projects more and move forward in the next year. Arnaud Vandyck, Dalibor Topic,

Re: Security manager problem

2005-12-13 Thread Mark Wielaard
Hi Gary, On Mon, 2005-12-12 at 17:55 +, Gary Benson wrote: > Gary Benson wrote: > > Robert Lougher wrote: > > > Do you have a testcase? > > > > If you build and run the attached testcase you ought to see only one > > checkPermission() between "Calling checkRead()" and "Done". ... In > > reali

ANN: gjdoc 0.7.7 released

2005-12-19 Thread Mark Wielaard
We are pleased to announce gjdoc release 0.7.7. gjdoc is the GNU documentation generation framework for java source files. gjdoc is part of GNU Classpath Tools: http://www.gnu.org/software/classpath/cp-tools/ This is mostly a bug-fix release. This makes gjdoc much more robust when dealing with in

builder setup

2005-12-20 Thread Mark Wielaard
Hi all, Hi list, builder.classpath.org seems to shape up nicely. There were 3 reboot last night. I assume that was Jim doing a Xen upgrade? There were a couple of issues with email (the scripts now fake the envelop sender with sendmail to look like emails come from developer.classpath.org) that

Re: builder setup

2005-12-20 Thread Mark Wielaard
Hi Tom, On Tue, 2005-12-20 at 09:17 -0700, Tom Tromey wrote: > >>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: > > Mark> And another doing: > Mark> source setup; cd Nightly; > Mark> gij -cp /home/cpdev/ircbot/pircbot.jar:/home/c

Re: Hacking Classpath in Eclipse

2005-12-21 Thread Mark Wielaard
Hi, On Tue, 2005-12-20 at 17:53 -0700, Tom Tromey wrote: > We think it is now ready for a wider audience. You can read it here: > > http://developer.classpath.org/mediation/ClasspathHackingWithEclipse > > This document will walk you through setting up Eclipse, checking out > Classpath, Cacao, a

Re: [Devjam] Re: DevJam thanks, devjam mailinglist and DevJam++

2005-12-21 Thread Mark Wielaard
Hi, On Wed, 2005-12-21 at 14:34 +0100, Petter Reinholdtsen wrote: > [Mark Wielaard] > > And if you are interested in participating or helping out with a > > followup meeting please see the wiki about DevJam++: > > http://java.debian.net/index.php/DevJam++ > > Is it abo

Re: Hacking Classpath in Eclipse

2005-12-22 Thread Mark Wielaard
Hi, On Wed, 2005-12-21 at 19:21 -0700, Tom Tromey wrote: > Note that this will work for running something, but not if you want > to compile against that JRE. > > For the latter I think we need to come up with some kind of "fake jdk" > project. I actually have the start of one here, but I haven't

Re: Using a workspace-based VM in Eclipse

2005-12-22 Thread Mark Wielaard
Hi Tom, On Thu, 2005-12-22 at 12:34 -0700, Tom Tromey wrote: > Once that is done, check out the fakejdk project from > :pserver:[EMAIL PROTECTED]:/cvs/rhug, module 'fakejdk'. > (This ought to auto-build, but if not, apply the usual Clean hack.) > This just makes a little project consisting of syml

Re: Using a workspace-based VM in Eclipse

2005-12-22 Thread Mark Wielaard
Hi Tom, On Thu, 2005-12-22 at 15:53 -0700, Tom Tromey wrote: > Yeah, that one is super bogus. And, I think, not actually needed. > > Anyway, commit that if you like. You have rhug access, right? No I don't think I have rhug access. > Mark> Strangely the attach source step didn't work. I alway

Re: java.swing.text.NumberFormatter

2005-12-23 Thread Mark Wielaard
Hi Roman, On Fri, 2005-12-23 at 10:33 +0100, Roman Kennke wrote: > Thanks for your explanations. Could you file a bugreport about this and > assign it to me (roman at kennke dot org), so it doesn't get lost? Right > now I don't have much time and I'll try to look at this in a few days. Chris alre

Re: Using a workspace-based VM in Eclipse

2005-12-23 Thread Mark Wielaard
Hi Robert, On Thu, 2005-12-22 at 23:40 +, Robert Lougher wrote: > On 22 Dec 2005 12:34:42 -0700, Tom Tromey <[EMAIL PROTECTED]> wrote: > > To do this, follow the wiki instructions to check out and build > > Classpath and Cacao (as always, this VM is chosen because all the > > needed build bits

Re: Using a workspace-based VM in Eclipse

2005-12-23 Thread Mark Wielaard
Hi Raif, On Fri, 2005-12-23 at 19:56 +1100, Raif S. Naffah wrote: > > Now, go to Window->Preferences->Java->Installed JREs and choose > > 'Add...' to add a new one. I named mine "Cacao". For the JRE home > > directory, choose $workspace/fakejdk. Then turn off "Use default > > system libraries"

0.20 (next year)

2005-12-24 Thread Mark Wielaard
Hi all, I had wanted to push out one more new developer snapshot release (0.20) this year, but got distracted by setting up the new builder machine for automatic regression testing and the eclipse build infrastructure (both very cool things!). And now it seems that I might actually not have any in

Re: XML parsing problems

2005-12-31 Thread Mark Wielaard
Hi Chris, On Tue, 2005-12-27 at 20:03 +, Chris Burdess wrote: > Please test the new XML parser on as many weird and wonderful XML > sources as you can, and report any problems to me either by mail or > Bugzilla - I will try to deal with them before release, or we can > revert to aelfred2 again

Re: building Classpath for Win32

2006-01-01 Thread Mark Wielaard
Hi Enrico, On Sat, 2005-12-24 at 13:01 +0100, Enrico Migliore wrote: > I would like to build Classpath for Windows with > Cygwin's GCC and GCJ. > > I read the INSTALL file but it doesn't say how to configure the > tarball for a Windows build. It used to be possible and Stephane wrote up an

GNU Classpath & friends meeting during Fosdem 2006

2006-01-01 Thread Mark Wielaard
grate the projects more and move forward in the next year. - State of the world, beyond japi Mark Wielaard, GNU Classpath Maintainer After a short overview of the various free stacks, libraries, compilers, tools and runtimes this session is mostly open discussion about what work rema

New GNU Classpath developer Raif Naffah

2006-01-02 Thread Mark Wielaard
Hi all, I am happy to announce that Raïf decided to become one of our active hackers. Raïf was the former maintainer of GNU Crypto before Casey took over that package, and has been helping with integrating and testing the security and crypto framework in GNU Classpath (and writing Mauve test for i

Re: compiling Classpath on cigwin/win

2006-01-02 Thread Mark Wielaard
Hi, On Mon, 2006-01-02 at 19:10 +0100, Enrico Migliore wrote: > >>The problem is that the Classpath compilation process started this > >>morning at 8:00 and, at 5 p.m., hasn't finished it. > >> > >>The machine I'm using is a: > >> > >>CPU: Intel @ 3GHz > >>RAM: 192 MBytes > >>OS: WinXP > >>case: L

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Enrico, If you can figure out why jikes hangs, either by adding -verbose to the Makefile or by stracing or running it under gdb (if available under cygwin) that would be interesting. On Tue, 2006-01-03 at 09:41 +0100, Enrico Migliore wrote: > The only one left is the Eclipse compiler. When I t

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Paul, On Tue, 2006-01-03 at 22:05 +, Paul Jenner wrote: > Haven't figured out why (yet :-) but I can say where for anyone else > playing with this. > > jikes looks to hang compiling org/omg/CORBA/INVALID_ACTIVITY.java under > Cygwin. Take that file out of the classes list manually and jike

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Paul, On Tue, 2006-01-03 at 22:20 +, Paul Jenner wrote: > On Tue, 2006-01-03 at 23:12 +0100, Mark Wielaard wrote: > > O, interesting. The class comment in that file contains some strange > > characters. Does removing them help? > > Just noticed that myself. Yep - remo

Re: gnu.xml.dom.DomText implements Text and NodeList.

2006-01-04 Thread Mark Wielaard
Hi, On Wed, 2006-01-04 at 07:16 +, Chris Burdess wrote: > > My proposed solution is: > > > > Add to gnu.xml.dom.DomText: > > > > import org.w3c.dom.NodeList; > > > > /** > >* Returns an EmptyNodeList. > >* > >* @author Pedro Izecksohn > >*/ > > public NodeList getChildNo

Fosdem LiveCD

2006-01-04 Thread Mark Wielaard
Hi, Crazy idea time. It would be nice if we had a LiveCD for Fosdem that showed all the cool stuff we have working now. On Saturday (Feb 25) we would like to have a little Show-And-Tell to give people the oppertunity to show off their favorite applications. What better way to show off then to be a

Re: CACAO in Debian

2006-01-04 Thread Mark Wielaard
Hi Christian, On Wed, 2006-01-04 at 10:53 +0100, Christian Thalinger wrote: > Tonight we finally made it into debian, woohoo! The build status page > is here: > > http://people.debian.org/~igloo/status.php?packages=cacao Nice. It looks like only i86 and powerpc build at the moment. I thought yo

Re: compiling Classpath on cigwin/win

2006-01-05 Thread Mark Wielaard
On Thu, 2006-01-05 at 08:56 +0100, Enrico Migliore wrote: > I still got 2 problems on my Cygwin which prevent Classpath from > generating glibj.zip > Problem 1 > -- > Found when issuing: $make > > make all-am > make[2]: Entering directory > `/home/Enrico/projects/classpath/classpath-0

Re: compiling Classpath on cigwin/win

2006-01-05 Thread Mark Wielaard
Hi Enrico, On Thu, 2006-01-05 at 14:10 +0100, Enrico Migliore wrote: > yes, gzip is installed on my Cygwin and the version is 1.3.5 Make sure you have zip also, not just gzip. > What am I supposed to do now: should I wait for the patch or > try to modify the configure script? Try looking in

GPLv3 meeting

2006-01-09 Thread Mark Wielaard
Hi all, As most of you probably know the FSF will go through a design process for the next revision of the GPL this year (http://gplv3.fsf.org/). I have given some feedback on license/legal issues we have seen with the GNU Classpath and related projects (especially about what a pity it is that the

Re: 0.20 (next year)

2006-01-09 Thread Mark Wielaard
Hi all, On Sat, 2005-12-24 at 12:02 +0100, Mark Wielaard wrote: > I had wanted to push out one more new developer snapshot release (0.20) > this year, but got distracted by setting up the new builder machine for > automatic regression testing and the eclipse build infrastructure (both &g

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Mark Wielaard
Hi Roman, On Mon, 2006-01-09 at 22:35 +0100, Roman Kennke wrote: > > I was hoping that we could use some instanceof trick since all the > > "special" delegates are for classes that implement java.util.Map. Am I > > right this is indeed the case for all these classes? If so maybe you > > could spec

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Mark Wielaard
Hi, On Mon, 2006-01-09 at 21:30 +0100, Robert Schuster wrote: > the PDs have to be registered to make out-of-the-box encoders (new > XMLEncoder(...)) be able to process instances of those classes. > However: If you want to split Swing out of the class library there is > no point in trying to regis

Testing the next release (builder make distcheck)

2006-01-09 Thread Mark Wielaard
Hi, For those of you who want to help test the next (0.20) snapshot release builder.classpath.org now has a -pre dist tar ball available whenever make distcheck succeeds. See http://builder.classpath.org/ The autobuilder runs a couple of times a day so it should be fairly fresh. So it might also b

Re: gnu.xml.dom.DomText implements Text and NodeList.

2006-01-10 Thread Mark Wielaard
Hi Pedro, On Tue, 2006-01-10 at 04:31 -0400, Pedro Izecksohn wrote: > >We ask that people agree to the GNU Classpath Hackers requirements > >before granting CVS commit permissions. You can find them at: > >http://www.gnu.org/software/classpath/docs/hacking.html#SEC2 > > I'm submiting source code

Re: Assertion failure

2006-01-10 Thread Mark Wielaard
Hi, On Tue, 2006-01-10 at 01:38 +0100, Christian Thalinger wrote: > On Mon, 2006-01-09 at 18:02 -0600, Archie Cobbs wrote: > > FYI, > > > > Just testing current CVS with JCVM and I'm also getting this assertion > > failure: > > > >jc: mprec.c:100: _Jv_Balloc: Assertion `(1 << k) < 32' faile

Re: Assertion failure

2006-01-10 Thread Mark Wielaard
On Tue, 2006-01-10 at 10:41 +0100, Mark Wielaard wrote: > Hmmm. mprec originally came with fdlibm from libgcj and we regarded them > as "upstream", but they are now relying on us as upstream. It looks like > the original mprec imported into libgcj actually through newlib >

Re: Assertion failure

2006-01-10 Thread Mark Wielaard
Hi, On Tue, 2006-01-10 at 10:17 +, Andrew Haley wrote: > Christian Thalinger writes: > > On Mon, 2006-01-09 at 18:02 -0600, Archie Cobbs wrote: > > > Just testing current CVS with JCVM and I'm also getting this assertion > failure: > > > > > >jc: mprec.c:100: _Jv_Balloc: Assertion `(

Re: Assertion failure

2006-01-10 Thread Mark Wielaard
On Tue, 2006-01-10 at 11:49 +0100, Mark Wielaard wrote: > BTW, does anybody know why we are not using the system strtod() when > available? That seems the way to the quickest solution on most > platforms. It seems to work with some simple tests for me. But I notice > that there is

Re: Assertion failure

2006-01-10 Thread Mark Wielaard
Hi Archie, On Tue, 2006-01-10 at 11:59 -0600, Archie Cobbs wrote: > In any case, we probably need to fix this before 0.20, or at least > disable the assertion (i.e., revert to the previous status quo). Agreed. I am still hoping someone has a good analysis of the issue, or wants to upgrade our mpr

RE: SecurityManager troubles

2006-01-11 Thread Mark Wielaard
Hi Jeroen, On Wed, 2006-01-11 at 08:45 +0100, Jeroen Frijters wrote: > After fixing some IKVM specific bugs, I was able to run the testcase > succesfully with only the attached GNU Classpath fix. That patch is obviously correct. Please do check this in even if other runtimes are still broken :)

Some Mauve regressions builder missed

2006-01-11 Thread Mark Wielaard
Hi all, Seems builder.classpath.org misses some regressions. builder can only accurately report when a PASS turns into a FAIL with the exact same message. It deliberately doesn't report new FAILs (since those could be from newly added tests). Since we sometimes use different messages when somethin

Re: RMI and java.rmi.server.hostname

2006-01-12 Thread Mark Wielaard
Hi, On Wed, 2006-01-11 at 13:54 -0700, Tom Tromey wrote: > I filed a PR: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25754 > > I would have linked to your message but, weirdly, it isn't in the > list archives yet. The official archives are only updated every 12 hours (*). It is available as: htt

Re: Assertion failure

2006-01-12 Thread Mark Wielaard
Hi, On Tue, 2006-01-10 at 19:26 +0100, Mark Wielaard wrote: > Agreed. I am still hoping someone has a good analysis of the issue, or > wants to upgrade our mprec to the newlib version. If not we should > indeed disable the assert again before 0.20 is released. Which is what I did. F

Re: NIO (Non-block & Scatter/Gather)

2006-01-12 Thread Mark Wielaard
Hi Mike, On Wed, 2006-01-11 at 22:26 +, Michael Barker wrote: > My name is Mike Barker. I am interesting in contributing to the GNU > Classpath project. As a start I have looked the NIO implemenation with > regards to Channels (specifically SocketChannel). Very cool! > Attached to this m

Re: Usage of RFC documentation for Javadoc

2006-01-12 Thread Mark Wielaard
Hi, On Mon, 2005-12-05 at 12:16 +0100, Wolfgang Baer wrote: > Mark Wielaard wrote: > > Hi Wolfgang, > [...] > > Yes, you can use the text of that RFC for the documentation of the > > classes. If you look into our LICENSE file you see that the same is > > already do

Re: Some Mauve regressions builder missed

2006-01-12 Thread Mark Wielaard
Hi all, On Wed, 2006-01-11 at 21:19 +0100, Mark Wielaard wrote: > So here are the Mauve tests with regressions that builder missed: > > - gnu.testlet.java.math.BigDecimal.DiagBigDecimal > This is the assert issue in mprec.c. Fixed (by workar

Mailing-list slowness

2006-01-12 Thread Mark Wielaard
Hi, On Thu, 2006-01-12 at 15:04 +0100, Mark Wielaard wrote: > P.S. The list is ridiculously slow. Grrr. I have complained to the gnu > sysadmins and will let you know if they have any comments. At least they are fast :) I asked if I could quote their response to the list and this is wha

Re: Usage of RFC documentation for Javadoc

2006-01-12 Thread Mark Wielaard
On Thu, 2006-01-12 at 17:36 -0700, Tom Tromey wrote: > >>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: > > Mark> In the meantime, without disturbing existing documents or arrangements, > Mark> we should refrain from distributing /new/ m

RE: SecurityManager troubles

2006-01-12 Thread Mark Wielaard
Hi Jeroen, On Fri, 2006-01-13 at 07:54 +0100, Jeroen Frijters wrote: > I think I figured it out. With the attached test I could reproduce the > problem on IKVM as well. The attach Classpath patch fixing things, > although past 0.20 I think we should refactor the security properties > like I did wi

RE: SecurityManager troubles (and the release)

2006-01-13 Thread Mark Wielaard
On Fri, 2006-01-13 at 08:48 +0100, Mark Wielaard wrote: > Maybe we can again special case that security check by doing a > this.getClass().getClassLoader() == null? > Hmmm, no, that doesn't work since getClassLoader() will trigger a > security check. Nasty... I see you solved t

tagged and ready

2006-01-13 Thread Mark Wielaard
Hi hackers, The CVS tree has been tagged for both trunk and generics branch the final make distcheck is running and will be uploaded in a minute to ftp://ftp.gnu.org/gnu/classpath/ Official release announcement is in the works and will follow in a couple of hours. But please feel free to go crazy

ANN: GNU Classpath 0.20 released

2006-01-13 Thread Mark Wielaard
umitsu Regex, text and character conversion support Jan Roehrich Datatransfer work Jeroen Frijters SecurityManager, collections and IKVM integration Joao Victor Free Swing Timer work John Zigman SocketChannel testing Keith Seitz JDWP work Lillian Angel Free Swing work Mark Wielaard Bug fixes

Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread Mark Wielaard
Hi Nerdy Geeks, On Sun, 2006-01-15 at 06:07 +, nerdy geeks wrote: > Both of the tarballs > > ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz > ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz > > appear to be flawed in the sense that there are several files > of names mat

Re: Updating Mauve tags

2006-01-15 Thread Mark Wielaard
Hi Roman, On Sat, 2006-01-14 at 22:33 +0100, Roman Kennke wrote: > (BTW: This is a Mauve topic, I CC the classpath list because the > mauve-discuss list seems so dead). Once upon a time there were lots of standard class library projects (kaffe, gcj, classpath) and we started cooperating by sharin

Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread Mark Wielaard
On Sun, 2006-01-15 at 18:05 +0100, Mark Wielaard wrote: > On Sun, 2006-01-15 at 06:07 +, nerdy geeks wrote: > > Both of the tarballs > > > > ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz > > ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz >

Re: a crazy idea -- the Book

2006-01-15 Thread Mark Wielaard
Hi, On Sun, 2006-01-15 at 09:38 +0100, Meskauskas Audrius wrote: > Great idea, I think! If this idea would move ahead, I am ready to join > by writing sections about the javax.swing.text.html.parser, javax.rmi > and org.omg. package groups. We maybe can divide chapters. I think, it > would b

Re: Updating Mauve tags

2006-01-16 Thread Mark Wielaard
Hi Roman, On Mon, 2006-01-16 at 00:59 +0100, Roman Kennke wrote: > The problem that I am seeing is when a test that is written to PASS > under 1.4 fails under 1.5. There are lots of those tests in the > testsuite for the javax.swing package. To be honest, I would just remove those tests and conce

Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-18 Thread Mark Wielaard
Hi (CC classpath list), In response to the importing of 0.20 into GCC, Tom, Jeroen and I had the following small exchange: On Wed, 2006-01-18 at 08:26 +0100, Jeroen Frijters wrote: > Mark Wielaard wrote: > > On Tue, 2006-01-17 at 09:32 -0700, Tom Tromey wrote: > > > >>>

Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Mark Wielaard
Hi Enrico, On Thu, 2006-01-19 at 16:55 +0100, Enrico Migliore wrote: > >>P.S. > >>During the build phase gcc generates some C and some Java > >>warnings, we might want remove in the future > > > >Patches for the C & java warnings would be very welcome, indeed. > >If you've got some time to look ov

Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Mark Wielaard
Hi Christian, On Thu, 2006-01-19 at 18:46 +0100, Christian Thalinger wrote: > Cool! But have problems with jikes: > > /home/twisti/bin/jikes +Pno-switchcheck +Pno-shadow +F -bootclasspath > '' -extdirs '' -sourcepath '' > -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:.: > -d

Re: Win CE port

2006-01-19 Thread Mark Wielaard
Hi Philippe, On Thu, 2006-01-19 at 18:56 +0100, Philippe Laporte wrote: > I believe that Classpath has been ported to Win CE, correct? Take a look at Mysaifu. It is a runtime that runs on Windows Mobile 2003 software for Pocket PC (Pocket PC 2003). Which, if I understood correctly is some varia

Re: Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-20 Thread Mark Wielaard
On Wed, 2006-01-18 at 15:49 +, David Gilbert wrote: > I've got a couple of points we could talk about: > > (1) The GNU Classpath version number > > It's not a big issue, but the "0.20" version number does suggest a > not-too-far-along-the-track project to people that aren't familiar with >

Re: Fosdem discussions (Was: Importing GNU Classpath 0.20)

2006-01-20 Thread Mark Wielaard
Hi Tom, On Wed, 2006-01-18 at 14:20 -0700, Tom Tromey wrote: > >>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: > > Mark> Quick round where everybody tells what their personal, group, > Mark> organization/company work items are for

Re: Win CE port

2006-01-20 Thread Mark Wielaard
Hi Phillipe, On Fri, 2006-01-20 at 15:03 +0100, Philippe Laporte wrote: > It is our understanding that a GPL VM can't be freely redistributed > in a commercial product. There should be no trouble at all freely redistributing such a thing in a commercial product. Just make sure you distribut

Re: RFC: GNU Crypto and Jessie (again)

2006-01-22 Thread Mark Wielaard
Hi Casey, On Sat, 2006-01-21 at 19:06 -0800, Casey Marshall wrote: > I've finished splitting GNU Crypto along "weak" and "strong" lines, > reformatted the code in GNU Crypto, and added the correct copyright > headers to all the files. The resulting patch, and zip file of new > files is here:

compare scripts on developer disabled

2006-01-23 Thread Mark Wielaard
Hi, I disabled the compare scripts on http://developer.classpath.org/compare/ They were out of date, didn't follow newer kaffe/libgcj directory layout and eating up resources on the machine. They seem less relevant since both kaffe and libgcj now have a much easier way to merge changes then in th

Moving classpath mailinglists

2006-01-24 Thread Mark Wielaard
Hi all, Since email to the lists still can take hours from time to time we have decided to temporarily move some lists to developer.classpath.org till the new GNU mailing-list server is online (hopefully in a month). For now we only move the main classpath and classpath-patches lists since these

Re: Aicas again

2006-01-24 Thread Mark Wielaard
Hi, On Tue, 2006-01-24 at 10:53 +0100, Roman Kennke wrote: > > But in general, I do not appreciate what Aicas has been doing nor do > > I find it valuable. All I see this work doing is making Classpath's > > native implementation of things less and less maintainable, with a > > benefit that

Re: Win CE port

2006-01-24 Thread Mark Wielaard
Hi Philippe, On Tue, 2006-01-24 at 13:31 +0100, Philippe Laporte wrote: > Thanks for the answers. > > Yes, I mean rather Java VMs as seen as belonging to seperate categories > according to their licensing requirements. > > Yet, the information you provide seems to be in contraditction some

Moving the mailinglists

2006-01-24 Thread Mark Wielaard
First post! We are currently moving the mailinglists to developer.classpath.org. In a moment we will switch the main address classpath@gnu.org to this new machine. Please keep using the old address (classpath@gnu.org), it will work and as soon as the new FSF GNU mailing-list server is operational

Re: Patches list and Gmane

2006-01-25 Thread Mark Wielaard
On Wed, 2006-01-25 at 12:14 -0500, Stuart Ballard wrote: > Just curious... > > Has there really been no traffic on the patches list in two days or > did the recent mailing list changes break gmane? > > http://blog.gmane.org/gmane.comp.java.classpath.patches It doesn't seem to be caused by the ma

Re: Classpath and java.util.concurrent

2006-01-25 Thread Mark Wielaard
Hi Tom, On Tue, 2006-01-24 at 11:15 -0700, Tom Tromey wrote: > One idea would be to check it in on a pristine branch (like cvs > import, but we probably don't want to use that in this case) and then > merge it over the generics branch and clean it up there. > > I would suggest putting the code in

RE: Japi reverse comparisons (eg finalness and SimpleDoc)

2006-01-26 Thread Mark Wielaard
Hi, On Thu, 2006-01-26 at 15:34 +0100, Jeroen Frijters wrote: > It's really amazing how complex the seemingly simple Java language is... Indeed amazing. I made an "stand-alone" example: public class Parent { public int a; } public class Child extends Parent { private int a; } class GrandCh

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