Re: [kaffe] swing packages

2002-05-12 Thread Jim Pick
On Sun, 2002-05-12 at 03:34, James Walker wrote: Is there anything in the works to include Java swing packages with the next version of Kaffe? We can't, since they are owned by Sun. I did notice, however, that the Classpath guys have reimplemented a few of the swing classes themselves. I

[kaffe] Re: PATCH: truncated class handling

2002-05-29 Thread Jim Pick
It looks good, so I checked it in. Tell me if I screwed it up. (The patch queue is looking a lot shorter...) Cheers, - Jim On Mon, 2002-04-15 at 15:49, Patrick Tullmann wrote: I discovered the other day that Kaffe didn't correctly handle truncated class files (it just segfaulted, and

Re: [kaffe] Benchmarking kaffe using XSLTMark

2002-05-30 Thread Jim Pick
On Thu, 2002-05-30 at 09:41, Dalibor Topic wrote: The bad news: we are slower than JDK 1.3.1. Especially xalan seems to suffer from class and resource loading. So I'd like to propose a new caching scheme for our system class loader: beside just caching classes, it should cache the

Coding Style (was Re: [kaffe] MediaTracker)

2002-05-31 Thread Jim Pick
On Fri, 2002-05-31 at 05:30, Dalibor Topic wrote: Hi Jukka, --- Jukka Santala [EMAIL PROTECTED] wrote: Thanks. I tested it, but I'd also like to comment on the style, as it was brought up. I just checked in a FAQ/FAQ.coding-style placeholder. I'm looking for a volunteer to turn that

Re: [kaffe] unix-jthreads timeout overflow fix

2002-05-31 Thread Jim Pick
Looks good, I put it in. Cheers, - Jim On Fri, 2002-05-31 at 10:19, Timothy Stack wrote: hi, Attached is a fix for unix-jthreads that should better handle large timeout values. For example: synchronized( this ) { this.wait(Long.MAX_VALUE); } eventually reaches this

[kaffe] Kaffe 1.0.7 Release Candidate 1 available for download

2002-06-02 Thread Jim Pick
Hi, I've made the 1.0.7-rc1 release available for download at: ftp://ftp.kaffe.org/pub/kaffe/testing/v1.0.x/kaffe-1.0.7-rc1.tar.gz http://www.kaffe.org/ftp/pub/kaffe/testing/v1.0.x/kaffe-1.0.7-rc1.tar.gz Please download it, compile it, and try it out. This is a test release of what will be

[kaffe] Note on ftp site

2002-06-02 Thread Jim Pick
Hi, With the release, I took the opportunity to rearrange the ftp site. I want to be making a lot more releases (in the spirit of Linux kernel development), and I needed a bit more structure for the site. It now looks a bit like this. pub/kaffe |-- binaries | |-- freebsd | |-- linux |

Re: [kaffe] (Partial) success with RC1 under Linux/PPC

2002-06-02 Thread Jim Pick
Cool. I don't have Linux on my iBook yet, so I couldn't test it. :-) I'll look at the AWT errors (I haven't done any AWT testing). I want to put your test results into the RELEASE-NOTES file - which engine did you compile with? (I'm guessing intrp) Cheers, - Jim On Sun, 2002-06-02 at

Re: [kaffe] (Partial) success with RC1 under Linux/PPC

2002-06-02 Thread Jim Pick
And any other configure options you used (eg. --with-staticlib --with-staticvm --with-staticbinary). Cheers, - Jim On Sun, 2002-06-02 at 09:33, Jim Pick wrote: Cool. I don't have Linux on my iBook yet, so I couldn't test it. :-) I'll look at the AWT errors (I haven't done any AWT

Re: [kaffe] some nots on directory structure

2002-06-02 Thread Jim Pick
My intention is to do definitely do some code rearranging. I had a pretty good layout/build system that I designed for the KaffePro work I did (with the intention that I'd introduce it here). Unfortunately, rearranging the code and changing the build system is a lot of work (and will create a

Re: [kaffe] ase, Help Me...

2002-06-02 Thread Jim Pick
Nice ... Only subscribers can post to the list ... this spammer actually went and subscribed. Grrr. Cheers, - Jim On Sun, 2002-06-02 at 18:08, Anderson e Elenita Teixeira wrote: Please, Help Me... I am Brazilian and I don't know anything about English, I am using a

Re: [kaffe] Kaffe 1.0.7 Release Candidate 1 available for download

2002-06-02 Thread Jim Pick
Thanks, I didn't know about that. Cheers, - Jim On Sun, 2002-06-02 at 18:55, Godmar Back wrote: Make sure you advance the version number in java.lang.Cloneable - Godmar Hi, I've made the 1.0.7-rc1 release available for download at:

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Jim Pick
Oops. My fault. I'll look at it once more... Cheers, - Jim On Wed, 2002-06-05 at 06:37, Alexander Popov wrote: Sorry Dalibor, my mistake... KAFFE_VERSION in java/lang/Cloneable.java is really the reason and should be changed as follows: int KAFFE_VERSION = 1 * 1 + 1 * 100 + 0;

Re: [kaffe] Porting Kaffe to PS2

2002-06-15 Thread Jim Pick
On Sat, 2002-06-15 at 12:34, Dylan Schell wrote: Hi, I'm currently trying to port kaffe to PS2/Linux. I've gotten to the point where the interpreter only fails some IEEE tests (NaN/-0.0/Inf), and would like to proceed with the JIT The current mips port basically runs except for 64

Re: [Kaffe] Compiling Kaffe without gcc?

2002-10-11 Thread Jim Pick
On Fri, 2002-10-11 at 14:08, Jose M. Gomez wrote: Hi everyone, Before launching my questions I'd like to thank and congratulate everyone involved in Kaffe. Great work! Thanks! Now, the inevitable questions. I've just started working on making a port of Kaffe to Minix. Yes, I'm afraid it

Re: [kaffe] Typo in config-signal.h?

2002-10-28 Thread Jim Pick
It definitely looks like a typo, so I commited a fix (completely untested, of course). Thanks for finding it! Cheers, - Jim On Fri, 2002-10-25 at 04:30, Jose M. Gomez wrote: Hi everyone, Just looking at the code I think I saw a typo in line 48 in config-signal.h. This is from the CVS

Re: [kaffe] tracing method calls

2002-11-27 Thread Jim Pick
On Wed, 2002-11-27 at 09:19, Benoit Hubert wrote: Hello I'm working on a modified version of Kaffe, which uses our own thread and socket subsystems. I use a test program which hangs at some point, but I can't determine precisely where. I think that in this situation, it would be helpful if

Re: [kaffe] tracing method calls

2002-11-27 Thread Jim Pick
I think the PocketLinux version of kaffe had a working -verbosecall switch (it doesn't work in the kaffe.org version). I'm not sure, but I think I was told that it worked by JIT'ing each method, and but not storing the result (so it ran very slowly). I have to disagree. At the

[kaffe] Re: [kaffe] Rewriting class library compilation

2003-01-25 Thread Jim Pick
Hi, before I go and rewrite class library compilation a little bit, I'd like to hear if anyone has attempted to fix the remaining issues with class library compilation. I made a few attempts to fix it in the past - however, I always got stuck in issues relating to the way different Java

[kaffe] Re: [kaffe] Upgrading autotools requirements to a more recent version

2003-01-25 Thread Jim Pick
Nobody likes to mess with the auto* tools. How about if we put together a separate small toolchain package that developers can install, which contains versions of the auto* tools that can be installed in an non-intrusive location. We'd release a new toolchain tarball periodically. Then anybody

Re: [kaffe] Kaffe CVS: kaffe iurly

2003-02-24 Thread Jim Pick
Very strange - it looks like Gerlando is working on his own copy of the CVS repository, but the commitlog sent his commit to the kaffe mailling list. :-) Really, it shouldn't have gotten through the anti-relaying rules on the server, I'll have to take another look. Cheers, - Jim On Mon,

Re: [kaffe] File.createTempFile() creates files in /tmp with mode0666!

2003-03-02 Thread Jim Pick
Hmm, yeah, I agree - that's not nice. Here's what I tried. === PermCheck.java import java.io.*; class PermCheck { public static void main( String args[] ) throws IOException { File f = new File(testing); f.createNewFile(); f = File.createTempFile(testing,.tmp);

[kaffe] Freeze

2003-06-06 Thread Jim Pick
I'm sure everybody already knows this, but we're in a freeze now. So we want bug fixes, testing results, documentation and packaging / configure fixes only at this point. The release 1.1.0 release will be on Sunday. Cheers, - Jim ___ kaffe

Re: [kaffe] current status?

2003-06-06 Thread Jim Pick
On Fri, 2003-06-06 at 10:37, Andrew Mermell wrote: Hello, Could someone please give me a brief idea of what's happening with kaffe at this point? Is it in much use on the PowerPC? I recently upgraded my iBook and tried in on Mac OS X 10.2 / PowerPC. The head of CVS compiled staticly (dynamic

Re: [kaffe] Where to downlad the windows-port?

2003-06-06 Thread Jim Pick
Nobody has been actively working on it regularily, but I think some work was done on it a few months ago. Currently, there's only cygwin support - so you need to link it against the cygwin DLL (which is an issue for some non-GPL software). The PocketLinux/Transvirtual fork of Kaffe had some

CVS tools (was Re: [kaffe] Kaffe CVS: kaffe kaz)

2003-05-31 Thread Jim Pick
On Tue, 2003-05-27 at 10:21, Dalibor Topic wrote: Hi Ito, --- Ito Kazumitsu [EMAIL PROTECTED] wrote: Sorry, I did not know ChangeLog must be manually edited. At the moment, yeah. We could switch to using cvs2cl after the release, though, if Jim is O.K. with that. I'd have to play

Re: [kaffe] Qt AWT backend works under Qtopia(Qt Palmtop)

2003-06-02 Thread Jim Pick
I was trying to get this patch to work over the weekend, but haven't had a clear success yet. It breaks qt embedded at the moment, and doesn't seem to work for me on qtopia 1.6 from trolltech. so I'd propose delaying the release by a week until that's sorted out, and continuing with the

Re: [kaffe] Qt AWT backend works under Qtopia(Qt Palmtop)

2003-06-03 Thread Jim Pick
On Mon, 2003-06-02 at 02:29, Dalibor Topic wrote: --- Kiyo Inaba [EMAIL PROTECTED] wrote: Does 'next wednesday' mean June/4? And does the 'freeze' mean 'code Yeah, I think 2003-06-04 should be the day when all features for the next version are in and the focus switches over to testing and

Release Dates (was Re: [kaffe] Qt AWT backend works underQtopia(Qt Palmtop))

2003-06-04 Thread Jim Pick
On Mon, 2003-06-02 at 08:50, Kiyo Inaba wrote: Hi Jim, On Mon, 2003-06-02 at 02:29, Dalibor Topic wrote: Yeah, I think 2003-06-04 should be the day when all features for the next version are in and the focus switches over to testing and fixing the platform-specific bugs and

[kaffe] Kaffe 1.1.0 Development Release available for download

2003-06-09 Thread Jim Pick
Hi, I've made the 1.1.0 release of Kaffe available for download at: ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.0.tar.gz http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-1.1.0.tar.gz This is a development release, the first one in the 1.1.x series. It's probably much

Re: [kaffe] Kaffe CVS: kaffe jim

2003-06-09 Thread Jim Pick
On Sun, 2003-06-08 at 23:54, Dalibor Topic wrote: Cool patch! It will make life easier for platfroms suffering from jitter/interpreter/strtod bugs during the rebuild of class library. I hope that it also trivially fixes the make distcheck issues. Yeah, I figured it was sort of essential for

Re: [kaffe] Replaced the good old lightweight AWT?!

2003-06-16 Thread Jim Pick
Actually, we have multiple AWTs now, selectable at configure time. I wouldn't mind seeing it so that we could compile them all in, and easily select them at run time, using properties, or something like that. If somebody was really ambitious, maybe it's even possible to mix them up, and run

[kaffe] Re: Kaffe compatibility with XOM

2003-06-19 Thread Jim Pick
Can I forward this to the [EMAIL PROTECTED] mailing list? I think it'll motivate them to get some fixes in for 1.1.1 (which should be out in a few months). Great! On Thu, 2003-06-19 at 03:23, Elliotte Rusty Harold wrote: Of course. It seems there are really three separate problems: 1.

Re: [kaffe] Allocating objects in the stack

2003-06-19 Thread Jim Pick
Nice work. What do people think of this? I guess one problem might be that Kaffe's stack is already under pretty heavy pressure, because it's used to store the Java stack as well. If we use it to store objects as well, we might have to increase the default stack size. Cheers, - Jim On Tue,

Re: [kaffe] http://www.kaffe.org/documentation.shtml

2003-06-25 Thread Jim Pick
On Sat, 2003-06-21 at 11:20, Kiyo Inaba wrote: Can someone make documentation page of web up to date? Right now, I checked how to cross compile by refering the web, and noticed it is not there :-) I will try to get it from ViewCVS. At the moment, the web page just has the FAQ files from 1.1.0.

Re: [kaffe] Build system for kjc / external jars + Jetty/JSPsuccess

2003-06-26 Thread Jim Pick
On Thu, 2003-06-26 at 08:16, Rob Gonzalez wrote: I did some googling about the licensing issues, and it does seem that if we ship kaffe with a copy of Ant then we would not be included in debian-free anymore...the Apache license is not GPL-compatible. We can clearly use Ant all we want for

Re: [kaffe] http://www.kaffe.org/documentation.shtml

2003-06-26 Thread Jim Pick
On Thu, 2003-06-26 at 07:09, Dalibor Topic wrote: --- Kiyo Inaba [EMAIL PROTECTED] wrote: Hi Jim, At the moment, the web page just has the FAQ files from 1.1.0. That's funny. 'FAQ.cross-compilation' is in the 1.1.0. But it is not listed in documentation.shtml. This is same for

Re: [kaffe] Build system for kjc / external jars + Jetty/JSP success

2003-06-26 Thread Jim Pick
On 26 Jun 2003 18:56:37 +0200 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, On Thu, 2003-06-26 at 18:04, Jim Pick wrote: Actually, distributing some non-GPL compatible apps along with the VM sources is not a bad way to help people understand how we interpret the licensing issues

Re: [kaffe] Build system for kjc / external jars + Jetty/JSPsuccess

2003-06-27 Thread Jim Pick
On Fri, 2003-06-27 at 05:38, Dalibor Topic wrote: Anyway, this has been done to death every couple of months, and my conclusion is: * I don't really know * if you don't know either but have to know ask your lawyer * none has complained yet * transvirtual was fine with everything running on

Re: [kaffe] Kaffe Architecture Documentation

2003-07-01 Thread Jim Pick
On Tue, 1 Jul 2003 09:48:02 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: So just use whatever suits you best, as long it's an open format. MS Word DOC files would be really, really bad ;) Heck, we'll even take .doc files - I can cut and paste those into DocBook or something like that.

Re: [kaffe] modifying KJC in kaffe source tree

2003-07-02 Thread Jim Pick
On Wed, 02 Jul 2003 10:28:12 -0400 (EDT) Rob Gonzalez [EMAIL PROTECTED] wrote: Hi all, Jim, in: http://www.kaffe.org/pipermail/kaffe/2003-June/042818.html you spoke about a separate build system with which to rebuild kjc and other external jars. How far are we away from that? In

Re: [kaffe] Kaffe Architecture Documentation

2003-07-02 Thread Jim Pick
On Wed, 2 Jul 2003 10:59:15 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: Hi Jim, --- Jim Pick [EMAIL PROTECTED] wrote: Please suggest some more links if you know of any other documentation hiding out there on the web. I know, you've probably all sent me the links before

Re: [kaffe] Kaffe Architecture Documentation

2003-07-02 Thread Jim Pick
On Thu, 3 Jul 2003 07:08:31 +0900 (JST) Kiyo Inaba [EMAIL PROTECTED] wrote: Hi Kiyo's http://www2.biglobe.ne.jp/~inaba/trampolines.html and http://www2.biglobe.ne.jp/~inaba/sysdepCallMethod.html Are they still needed to be mentioned? They are not out of date (fortunately) but equivalent

Re: [kaffe] autoreconf troubles [solved]

2003-07-05 Thread Jim Pick
On Fri, 2003-07-04 at 00:58, Dalibor Topic wrote: Jim, could you manually set the executable permission bit on developers/autogen.sh? It seems that there is no way to do it through a cvs client. See http://www.loria.fr/~molli/fom-serve/cache/77.html Okay, done. Cheers, - Jim

[kaffe] Re: running Java applications within kaffe (Re: [kaffe]shutdownHook changes broke the build)

2003-07-14 Thread Jim Pick
On Mon, 2003-07-14 at 03:34, Dalibor Topic wrote: Salut Guilhem, Guilhem Lavaux wrote: I'll check in a patch that delegates running of kjc pizza to another VM instance through Runtime.exec, since that seems to be the sane thing to do ;) cheers, dalibor topic Hi dalibor

[kaffe] Playing with freenet...

2003-07-14 Thread Jim Pick
Hi, I didn't spend any time working on Kaffe over the weekend, but I did spend some time playing with Freenet. :-) I made a freesite, and inserted it into freenet using my node (running on the JDK, unfortunately, as the latest freenet builds use NIO and don't run ok Kaffe). As part of the

[kaffe] Release planning

2003-07-18 Thread Jim Pick
Hi, I'd like to stick to approximately a 2 month release cycle between 1.1.x releases. How does this sound for dates? Sunday, July 27 - Feature Freeze for 1.1.1 Sunday, August 3 - Release 1.1.1 I'm proposing a freeze only for one week. The 1.1.x series is a development series of releases, so

[kaffe] kaffe-extras

2003-07-21 Thread Jim Pick
Sorry for bombing the list with CVS commit messages. I didn't realize that the list would get those commits for modules that weren't kaffe (I guess the script is doing a substring match). I'll try to fix that. Anyways, you can see the beginnings of the build system for things like kjc checked

[kaffe] loginfo script

2003-07-26 Thread Jim Pick
Hi, I think I made an error in the loginfo script, which is why some of the recent commits didn't send an email to the list. I think I've fixed it. And a reminder - the feature freeze for 1.1.1 is tomorrow... Cheers, - Jim ___ kaffe mailing list

[kaffe] Jetty 4.2.9 and JSPs

2003-07-27 Thread Jim Pick
Hi, I checked in a new kjc.jar which changes the default location where .class files are dropped when compiling, so it matches Sun's javac. So now JSPs work in Jetty. I haven't tried Tomcat yet... Give it a try, with Jetty 4.2.9: $ export JAVA_HOME=/usr/local/kaffe $ export

Re: [kaffe] kaffe-extras

2003-07-28 Thread Jim Pick
On Mon, 28 Jul 2003 08:44:47 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: Basically, it works similar to how a ports style system works. I'm just checking in scripts to download tar and zip files, patch them, and build stuff. There are two basic scripts. The first one,

Re: [kaffe] Debugging Help

2003-07-30 Thread Jim Pick
On Wed, 30 Jul 2003 14:49:19 -0400 (EDT) Rob Gonzalez [EMAIL PROTECTED] wrote: Hi all, Attached is a patch for a nearly completed bytecode verifier. There are two things that are still not checked that are required by JVM Spec 4.8.2, but they will be pretty simple to add in later.

Re: [kaffe] Fix for Jim's patch

2003-07-31 Thread Jim Pick
On Thu, 31 Jul 2003 14:38:05 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Here the last patch to KJC for today ;-). I fix previous Jim's patch so it can also compile source file in the current directory with javac source.java. Done. I will also upload the new patches to kaffe-extras in a

[kaffe] hsqldb - Abstract method in non-abstract class error

2003-07-31 Thread Jim Pick
Hi, I'd like to use hsqldb 1.7.1 for the simple regression testing reporting thing I'm writing to install on kaffe.org, but I'm running into a bug. It's super cool, BTW. Get it here: http://hsqldb.sourceforge.net/ Here's a trivial example, that creates a SQL table in-memory. import

Re: [kaffe] Re: Regression/build testing using Xenofarm

2003-08-01 Thread Jim Pick
On Fri, 01 Aug 2003 16:59:06 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: Developers would drop these .xml files into a designated directory underneath their home directories on pogo.kaffe.org. Eventually, I'd like to write up a way to set up web accounts and http uploading or WebDAV on

[kaffe] Kaffe 1.1.1 Development Release available for download

2003-08-03 Thread Jim Pick
I've made the 1.1.1 release of Kaffe available for download at: ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.1.tar.gz http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-1.1.1.tar.gz As this is a development release, it is essentially a snapshot of what's happening in

Re: [kaffe] static vm on mipsel

2003-08-09 Thread Jim Pick
This should work... ./configure --with-staticbin --with-staticvm --with-staticlib That should give you a static binary. Cheers, - Jim On Thu, 07 Aug 2003 21:22:24 + Mark and Janice Juszczec [EMAIL PROTECTED] wrote: Tim I tried this. Sorry, I should have been more clear.

Re: [kaffe] Feature request: Moveable Kaffe installation

2003-08-10 Thread Jim Pick
On Thu, 7 Aug 2003 11:03:45 +0200 Markus Maier [EMAIL PROTECTED] wrote: Hello, I observe kaffe for a few month and it seams that my software may run on kaffe in the near future; and now I have to make a feature request: Please make the installation of kaffe moveable; i.e.

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Jim Pick
This seems to be taking more than a few days to fix, so I added -noverify so we can build the regression tests. It's only temporary - we'll remove it when the verifier is happier with kjc. Cheers, - Jim On Thu, 07 Aug 2003 11:56:15 -0400 (EDT) Rob Gonzalez [EMAIL PROTECTED] wrote: Hi Tim,

Re: [kaffe] Kaffe as the main JVM

2003-08-14 Thread Jim Pick
On Tue, 12 Aug 2003 15:59:11 +0200 jerome moliere [EMAIL PROTECTED] wrote: Hi all, I know kaffe for a while, but I'm about delivering a report for a huge french institution seraching for a lightt JVM enough to be linked from their website able to launch their applets. Code is Java 1.1 (awt,

Re: [kaffe] Re: GNU classpath and AWT

2003-08-14 Thread Jim Pick
On 14 Aug 2003 12:28:33 -0600 Tom Tromey [EMAIL PROTECTED] wrote: James == James Simmons [EMAIL PROTECTED] writes: James Yes. Actually there is alot ot work on. I like to see James multimedia truly supported in Kaffe. Let me make a plea for new packages and such to be written in

Re: [kaffe] CVS kaffe (jim): Testing new loginfo / cvsps script.

2003-08-14 Thread Jim Pick
On Wed, 13 Aug 2003 11:59:00 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: wow! that's really nice! I must check in something today to test it ;) Oops. There were some bugs in the perl script where it detected the first line in the ChangeLog - the subjects were coming across blank. I think

[kaffe] Pledge break...

2003-08-14 Thread Jim Pick
Hi, I've updated the website so that there is now a sponsorship link at the top of the kaffe.org webpage. I'm inviting people to sponsor the website for a month at a time. I tried to keep it somewhat discrete. For the past year, since Transvirtual went under, Berkeley Signal Inc. has donated

[kaffe] kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe configure script

2003-08-15 Thread Jim Pick
Hi, I've encountered this a few times. It happens the first time I run Kaffe when I've been installing Kaffe on a new system: kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe configure script It's because the gmp development package wasn't configured. I'd prefer it if Kaffe bailed

Re: [kaffe] loginfo script problems

2003-08-15 Thread Jim Pick
On Fri, 15 Aug 2003 12:15:27 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I can see we're going to have problems with the loginfo script emails when there are clusters of commits together - it incorrectly uses the last commit when it sends the emails (as they tend to be delayed). Please

Re: [kaffe] kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe configure script

2003-08-16 Thread Jim Pick
On Sat, 16 Aug 2003 16:26:24 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: Jim Pick wrote: Hi, I've encountered this a few times. It happens the first time I run Kaffe when I've been installing Kaffe on a new system: kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe

Re: [kaffe] loginfo script problems

2003-08-16 Thread Jim Pick
On Fri, 15 Aug 2003 19:21:23 -0700 Jim Pick [EMAIL PROTECTED] wrote: On Fri, 15 Aug 2003 12:15:27 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I can see we're going to have problems with the loginfo script emails when there are clusters of commits together - it incorrectly uses

Re: [kaffe] loginfo script problems

2003-08-18 Thread Jim Pick
On Sat, 16 Aug 2003 08:50:07 -0700 Jim Pick [EMAIL PROTECTED] wrote: I've added some matching code / sanity checks to the script, so hopefully it will send the right patch for the commit now. And, I just added some code to truncate the subject line of the email to 80 characters. :-) Cheers

Re: Please don't post Microsoft Windows Viruses or Worms to the mailing list (Was: Re: [kaffe] Your details)

2003-08-20 Thread Jim Pick
On Tue, 19 Aug 2003 17:03:12 -0700 Jim White [EMAIL PROTECTED] wrote: I'm getting a slew of those bogus emails, but at least my system won't be sending any. Yeah, there's 147 messages in the moderation queue right now. :-( We're just moderating posts that appear to come from people not on

Re: Please don't post Microsoft Windows Viruses or Worms to the mailing list (Was: Re: [kaffe] Your details)

2003-08-20 Thread Jim Pick
On Wed, 20 Aug 2003 17:47:49 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: Hi Jim, Jim Pick wrote: On Tue, 19 Aug 2003 17:03:12 -0700 Jim White [EMAIL PROTECTED] wrote: I'm getting a slew of those bogus emails, but at least my system won't be sending any. Yeah, there's 147

Re: [kaffe] Kaffe Party/Documentation/Tools/Pizza/Development fund?

2003-08-22 Thread Jim Pick
Toad wrote: So the question I wonder about is whether money would be of any use to a different project, one that I personally would give moderate amounts if it produced a clear benefit. Since what we did is out of the question, not having an unemployable programmer in your mist (stupid me for

Re: [kaffe] Re: make check fails

2003-08-24 Thread Jim Pick
On Sun, 24 Aug 2003 13:02:31 +0900 Ito Kazumitsu [EMAIL PROTECTED] wrote: I am afraid this cannot be ignored. Since the killer process was introduced to TestScript, something has changed. wc.java has // java args: wc $1. But it seems that this $1 does not work properly. Oops. I guess

Re: [kaffe] assertion pool-num_free_nodes != 0 failed

2003-08-25 Thread Jim Pick
On Sun, 24 Aug 2003 12:34:33 -0400 Greg Wooledge [EMAIL PROTECTED] wrote: Since Helmer fixed a memory leak, I've decided to give Kaffe+Freenet another whirl. The good news is, it's MUCH more stable than 1.1.0 was. I've actually had it running for many hours without sucking up all the memory

Fw: [kaffe] CVS kaffe (jim): A small JAXP fix (which took me hours to chase down). Fixes XSLT on JSTL.

2003-08-27 Thread Jim Pick
:1.1587 --- kaffe/ChangeLog:1.1586 Wed Aug 27 20:07:23 2003 +++ kaffe/ChangeLog Wed Aug 27 21:12:06 2003 @@ -1,3 +1,9 @@ +2003-08-27 Jim Pick [EMAIL PROTECTED] + + * libraries/javalib/javax/xml/transform/sax/SAXSource.java: + Handle case where sourceToInputSource() is called

Re: [kaffe] Under which license stands Kaffe´s-Classpath?

2003-08-27 Thread Jim Pick
I think it's a noble idea to merge as much stuff as possible into Classpath and to encourage future development on Kaffe's class libraries to happen there. The Qt AWT port was done by Murphy Chen and Ken-Hao Liu of Dialogue Technologies. However, I notice that a lot of the source files still say

Re: [kaffe] CVS kaffe (jim): Add unimplemented java.io.RandomAccessFile.setLength(int) method

2003-08-30 Thread Jim Pick
Add unimplemented java.io.RandomAccessFile.setLength(int) method (need for compiling ant from CVS). Well, I guess we really need to implement it for ant. I'll use an older version of ant, for now. Guilhem, you're looking at doing a java.io.* merge with Classpath, right? Cheers,

[kaffe] Bug Report: StackOverflowError and Collections

2003-08-30 Thread Jim Pick
Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails like this: ... Building Ant Distribution Buildfile: build.xml BUILD FAILED java.lang.StackOverflowError No stacktrace available Total time: 0

Re: [kaffe] CVS kaffe (guilhem): Classpath's IO/net subsystem merging + fixes.

2003-08-30 Thread Jim Pick
On Sat, 30 Aug 2003 07:20:57 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: PatchSet 3996 Date: 2003/08/30 14:18:17 Author: guilhem Branch: HEAD Tag: (none) Log: Classpath's IO/net subsystem merging + fixes. Nice work! That's going to help me out a lot. I compiled it 4 times, and I found

Re: [kaffe] Details on backported stuff...

2003-09-01 Thread Jim Pick
On Sun, 31 Aug 2003 16:22:25 -0600 (MDT) Timothy Stack [EMAIL PROTECTED] wrote: hi, I've back ported some stuff from the JanosVM to do run time access/link checking on the byte code, some verification related stuff, and test cases for all of the above. Hopefully, it will work fine, I've

Re: [kaffe] Details on backported stuff...

2003-09-01 Thread Jim Pick
On Sun, 31 Aug 2003 21:26:50 -0600 Timothy Stack [EMAIL PROTECTED] wrote: I'm not seeing this, whats the error? I'm using jikes 1.18 btw... It's segfaulting. Program received signal SIGSEGV, Segmentation fault. 0x4004ffd9 in pushFrame (pe=0xb180, ps=0xb010, op=3, script_pos=0xc,

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-02 Thread Jim Pick
On Fri, 29 Aug 2003 18:14:00 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails like this: ... Building Ant Distribution Buildfile: build.xml BUILD

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-02 Thread Jim Pick
On Tue, 2 Sep 2003 19:49:38 -0700 Jim Pick [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003 18:14:00 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails

Re: [kaffe] Can't unsubscribe

2003-09-05 Thread Jim Pick
On Fri, 5 Sep 2003 16:17:04 -0700 (MST) Orville R. Weyrich_Jr [EMAIL PROTECTED] wrote: I tried to unsubscribe to this list (I have changed careers and no longer able to spend time with kaffe), but I cannot get the unsubscribe to work. I need a password, I don't know what it is. How do I

Re: [kaffe] Planning for 1.1.2 release - XAWT obsolete?

2003-09-23 Thread Jim Pick
On Tue, 23 Sep 2003 18:47:28 +0200 Clemens Eisserer [EMAIL PROTECTED] wrote: Hi there! Nope. GNU Classpath AWT integrating should happen for the 1.1.3. Does this mean the current kaffe-xawt implementation will be thrown away? Not at all. We already support multiple AWTs -- this would

Re: [kaffe] Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Jim Pick
On Wed, 24 Sep 2003 23:38:38 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: JVM, JDK, Java, etc. are all trade marks with associated conditions of use. http://www.sun.com/suntrademarks/#J . Are you sure you want/need to use them? Yes. Actually, if the target is a java'ish machine

[kaffe] Fw: patches to make Jetty-4.2.12 compile

2003-09-25 Thread Jim Pick
Thanks. I'm going to forward these to the list. Cheers, - Jim Begin forwarded message: Date: Thu, 25 Sep 2003 16:05:39 +1000 From: Chris Forkin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: patches to make Jetty-4.2.12 compile -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jim, I

[kaffe] Feature freeze for 1.1.2

2003-09-29 Thread Jim Pick
Hi, Just a reminder - we're in a feature freeze now, for the 1.1.2 release that I'm going to try to make next Sunday (Oct. 5). So, please try to do some testing, if you've got time, and please don't check in stuff that might be destabilizing until after the release. Cheers, - Jim

Re: [kaffe] huge number of 'sleep' processes

2003-09-30 Thread Jim Pick
On Tue, 30 Sep 2003 16:52:24 +1200 M.Negovanovic [EMAIL PROTECTED] wrote: Hi, i am having trouble while running 'make check' on netbsd/i386. No mater what number of max user processes i set its never enough and i always get 'cant fork' error. Now quick look at top while running 'make check'

Re: [kaffe] Feature freeze for 1.1.2

2003-09-30 Thread Jim Pick
On Mon, 29 Sep 2003 12:42:36 -0400 Stuart Ballard [EMAIL PROTECTED] wrote: Jim Pick wrote: Hi, Just a reminder - we're in a feature freeze now, for the 1.1.2 release that I'm going to try to make next Sunday (Oct. 5). So, please try to do some testing, if you've got time

Re: [kaffe] Goodbye for Now

2003-09-30 Thread Jim Pick
On Sun, 28 Sep 2003 20:55:06 -0400 (EDT) Rob Gonzalez [EMAIL PROTECTED] wrote: Hi guys, I've had a great time working on the project on and off for the past year or so. As some of you know, I've been sortof in limbo lately, moving around the east coast of the US without much access to my

Re: [kaffe] CVS kaffe (hkraemer): fixes and improvement for the garbage collector

2003-09-30 Thread Jim Pick
fixes and improvement for the garbage collector * fixed the endless loop in startGC when running javalayer 0.3.0 * (hopefully) made the heap management more efficient Excellent! We needed that. I'll have to test freenet again to see if it helps. Cheers, - Jim

[kaffe] Release Monday

2003-10-05 Thread Jim Pick
Hi, I ran short on time today to do the release - expect it tomorrow... Cheers, - Jim ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Kaffe 1.1.2 Development Release available for download

2003-10-07 Thread Jim Pick
I've made the 1.1.2 release of Kaffe available for download at: ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.2.tar.gz http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-1.1.2.tar.gz As this is a development release, it is essentially a snapshot of what's happening in

Re: [kaffe] using simplescalar with the kaffe gc

2003-10-21 Thread Jim Pick
On Tue, 21 Oct 2003 00:00:15 -0700 (PDT) archana [EMAIL PROTECTED] wrote: Hi, if one wants to simulate the kaffe interpreter with the gc running say using tools like simplescalar, how can one do it? I did a quick Google search, and I found this:

[kaffe] OOM and jit3

2003-10-25 Thread Jim Pick
Hi, I'm trying to get Kaffe to get as much of Jakarta Gump to compile as I can. http://kaffe.org/~jim/gump/log/ I encountered this while trying to build xml-xalan2: kaffe-bin: ../../../../kaffe/kaffe/kaffevm/jit3/seq.c:60: nextSeq: Assertion `sc != ((void *)0)' failed. Looking at the code,

Re: [kaffe] Classpath beans update.

2003-10-31 Thread Jim Pick
On Fri, 24 Oct 2003 16:10:52 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: James Simmons wrote: Is it possible to integrate beans from GNU Classpath into Kaffe. I need it for Classpath AWT. Done. Please update from CVS, and good luck with the AWT port. Speaking of the AWT switch to

Re: [kaffe] Problem with Jetty

2003-11-06 Thread Jim Pick
On Thu, 06 Nov 2003 01:45:43 +0900 Ito Kazumitsu [EMAIL PROTECTED] wrote: Hi, : == Syed Mudasir ahmed [EMAIL PROTECTED] writes: :i am try to set up jetty web server : when i run the following command i get the following : error : --- Error --- : kaffe -jar

Re: [kaffe] Cygwin signal handling (or lack thereof) and kaffe cvs

2003-11-11 Thread Jim Pick
Hi Nicholas, On Fri, 07 Nov 2003 09:41:38 -0500 Nicholas Wourms [EMAIL PROTECTED] wrote: Hi, I just went to try the latest kaffe cvs, when I noticed a critical issue in the build process. What, may I ask, are those of us using Cygwin supposed to do now that there is a `#error' directive

Re: [kaffe] [RFC] Upcoming Apache Software Foundation License changes

2003-11-16 Thread Jim Pick
On Sun, 16 Nov 2003 23:39:03 +0100 Dalibor Topic [EMAIL PROTECTED] wrote: Hi all, excuse me for cross-posting the following e-mail to so many diverse projects. As I'm subscribed to all those projects mailing lists, I was surprised to notice a lack of discussion on the effect of the

[kaffe] Planning for 1.1.3 release

2003-11-19 Thread Jim Pick
Hi, It's getting to close to that time again. Isn't having a regular release schedule fun? Here are the upcoming dates I'm shooting for: Sunday, November 30, 2003 - Feature Freeze for 1.1.3 Sunday, December 7, 2003 - Release 1.1.3 If I've been somewhat quiet lately, it's mostly because I've

  1   2   >