Re: Bypassing security manager checks (was: Re: Infinite loop)

2005-11-17 Thread Mark Wielaard
On Thu, 2005-11-17 at 13:42 +, Gary Benson wrote: You make it sound like an easy fix: is it? What needs to be done, and where? Besides what Jeroen already said you also have to merge ClassLoader. libgcj has a different version at the moment. In particular you want the logic that

New GNU Classpath developer Gary Benson

2005-11-18 Thread Mark Wielaard
Hi all, As you probably already noticed by reading classpath-patches Gary has been working on the security framework. And has written several mauve tests to back up his patches. He now has direct developer access to speed up his work. Gary, here are the rules: The first rule of

Re: JamVM does not startup

2005-11-19 Thread Mark Wielaard
Hi Isabella, On Fri, 2005-11-18 at 15:32 -0800, Isabella Thomm wrote: I am new to this, so sorry about this simple question and it probably does not fit in here, but I'd be glad to solve this problem: I have installed classpath 0.19, as described, (configure, make, make install...), and then

Re: New GNU Classpath developer Gary Benson

2005-11-19 Thread Mark Wielaard
Hi Ito, On Fri, 2005-11-18 at 14:59 -0800, David Daney wrote: Ito Kazumitsu wrote: From: Mark Wielaard [EMAIL PROTECTED] long as they have to. And the eighth and final rule, if this is your first night at GNU Classpath, you have to patch the AUTHORS file

Re: Comparable in java.util.Calendar

2005-11-21 Thread Mark Wielaard
Hi Kendall, On Mon, 2005-11-21 at 17:15 -0600, Kendall Bell wrote: I would like to implement Comparable in java.util.Calendar. That seems like a nice start for a 1.5 addition. Please follow the Hacking Guide for some general instructions and post a patch to classpath-patches plus ChangeLog

mailing list troubles

2005-11-25 Thread Mark Wielaard
Hi all, I tried to warn about a couple of issues with the mailing lists and savannah. But apparently I am one of the people trapped in some insane spam fighting scheme. Attached are the messages I sent from my normal email address. Unfortunately gnu.org currently doesn't accept email from that

Re: mauve comparison with tgolem

2005-11-25 Thread Mark Wielaard
Hi Cacao Team, On Tue, 2005-11-22 at 12:33 +0100, Christian Thalinger wrote: http://www.cacaojvm.org/tgolem The mauve report is the comparison table. The common column shows all PASSes and FAILs which are identical on all JVMs/architectures. Each machine is listed with PASS, FAIL and MISS.

Re: mauve comparison with tgolem

2005-11-25 Thread Mark Wielaard
Hi Edwin, On Fri, 2005-11-25 at 23:42 +0100, Edwin Steiner wrote: Would it be possible to split out the mauve results pages? Or at least have a page with just a list of all common FAILS? Absolutely possible. Are there any specific details I should include in such a page? If it is in

Re: FreeSWTTestApps page added to wiki

2005-11-26 Thread Mark Wielaard
On Tue, 2005-11-22 at 16:29 +0100, Roman Kennke wrote: Am Dienstag, den 22.11.2005, 13:23 +0100 schrieb Egon Willighagen: Anyway, I added a FreeSWTTestApps to the Classpath wiki using the same setup as the FreeSwingTestApps page. Very nice indeed! To complete the Free GUI Toolkits

Re: CACAO 0.93 released

2005-11-26 Thread Mark Wielaard
Hi Christian, On Thu, 2005-11-24 at 01:38 +0100, Christian Thalinger wrote: CACAO 0.93 released. This is a major feature enhancement and bugfix release. Wow this is an impressive release. Just tried it out and it seems really nice and fast :) ./configure make make install and off you go!

Build, Test, Deliver

2005-11-26 Thread Mark Wielaard
Hi all, For a long time we have needed a clear way to explain what we have been doing, how we do it and what our goals and road map are. When I was in Brazil a few months back David Wheeler discussed our progress, development model and goals with Bruno, Dalibor and me. As an outsider to our

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 using

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! :) You can now get a text-only

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 return

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 the

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

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 interface and if

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

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

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+): GC: Alloc attempt for 2209016 bytes failed. at this point

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:

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+): GC: Alloc attempt for 2209016 bytes failed. 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,

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 should have a

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

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 project I'm working on :-) :-) I

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 Software. I'm being told

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

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

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 the Root of your CVS

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.org with a

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 possible something that you work with a Mark team on (and if there is no team - yet

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=classpathcomponent=xml Initial bug

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 savannah-user-name@cvs.savannah.gnu.org:/cvsroot/classpath

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 timeout issues). CVS might be old

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

Fosdem 2005 reminder (Feb 25/26)

2005-12-13 Thread Mark Wielaard
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, Mark Wielaard, Michael Koch and and Tom Tromey will be our program

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 reality, JamVM chokes

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

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/cpdev/ircbot/cpbot.jar Mark gnu.classpath.ircbot.Main Mark (irc seems

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, and

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 about time to start planning a new

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

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 always

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

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 are in

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 and you can

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

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 if

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
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 remains to be done and how to integrate the various efforts better

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

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: Laptop Is it reasonable

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

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 jikes

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 - remove the odd characters

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 getChildNodes() { return

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

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 you

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

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

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 very cool

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 to

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' failed. This is

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 (http://sourceware.org/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 `(1 k) 32'

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 no strtod_r(), just

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

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

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:

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 with

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 this by just doing

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

ANN: GNU Classpath 0.20 released

2006-01-13 Thread Mark Wielaard
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, packaging and release management Nicolas

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 matching

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 sharing

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 appear to be flawed in the sense

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 be

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

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: Mark == Mark Wielaard [EMAIL

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 over the warning

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-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 distribute

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 is

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 somewhat

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

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: Moving classpath mailinglists

2006-01-27 Thread Mark Wielaard
Hi Norman, On Fri, 2006-01-27 at 08:59 +0100, Norman Hendrich wrote: it seems that the mailing list archives for classpath and -patches are not updated anymore since moving the lists. http://lists.gnu.org/archive/html/classpath/ stops at 2006.01.24. Is there another location to access the

Re: New native layer

2006-01-29 Thread Mark Wielaard
Hi, On Sat, 2006-01-28 at 17:02 -0800, Casey Marshall wrote: On Jan 28, 2006, at 7:21 AM, Guilhem Lavaux wrote: I thought to have been already clear about that in the past (and with no answers !). Sorry, I meant to reply about what you were proposing, but forgot :-) Yeah, sorry. We all

Re: Missing doPrivileged() in VMProcess?

2006-01-29 Thread Mark Wielaard
On Fri, 2006-01-27 at 13:50 +, Gary Benson wrote: Andrew Haley wrote: Gary Benson writes: Hi all, Each time you execute a file with Runtime.exec() a VMProcess is created. The first time one of these is created it creates a thread and calls its setDaemon() method which

Re: Crypto/Security component in Bugzilla

2006-02-01 Thread Mark Wielaard
Hi Casey, On Wed, 2006-02-01 at 13:00 -0800, Casey Marshall wrote: It's just that crypto/ssl is a large part of Classpath now, so it makes sense that it have it's own component (and bugs!). You got it! There is a new 'crypto' component for the 'classpath' product now with you as default

Re: Crypto/Security component in Bugzilla

2006-02-02 Thread Mark Wielaard
On Wed, 2006-02-01 at 20:01 -0500, Andrew Pinski wrote: On Feb 1, 2006, at 7:52 PM, Tom Tromey wrote: I thought this question was more about security in the sense of bugs we know of in our security code, not security flaws requiring a quick turnaround. Likewise. After reading Casey's

Re: GNU classpath contribution question

2006-02-02 Thread Mark Wielaard
Hi Ken, On Wed, 2006-02-01 at 16:09 -0500, Ken Larson wrote: System.out.println(FileFormat.BINARY) and run it against Sun's implementation. I find out that the value is 1, and I put that in my implementation. Is this legit for the purposes of contribuing to classpath? Normally public

GNU Classpath and Friends Fosdem meeting (Feb 25/26, Brussels)

2006-02-03 Thread Mark Wielaard
of the world, beyond japi Mark Wielaard, GNU Classpath Maintainer - Open Session After a short overview of the various free stacks, libraries, compilers, tools and runtimes this session is mostly open discussion about what work remains to be done and how to integrate the various efforts

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