Re: [Kissme-general] SystemClassLoader fix

2002-04-02 Thread John Leuner
a demonstration of the problem. Any reason why it wouldn't compile? John Leuner > John Leuner wrote: > > > > I tracked this down to the ClassLoader class. > > > > > > Otherwise getSystemClassLoader gets in an infinite loop where the Constructor for

Classpath API javadoc

2002-04-26 Thread John Leuner
should be encouraged to use it. Not only does it bring awareness to the project, but people can point out incorrect documentation (and potentially incorrect implementations) which is good for the project. On a technical level, all it requires is a daily script to run javadoc against Classpath CVS an

Re: getting started with classpath

2002-04-26 Thread John Leuner
ry much about the implementation because it's closed :-) (Ok, maybe the source to the class libraries is available for viewing, but it's not available for potential modification). You might struggle a bit with the various VMs since they are at various stages of maturity and not a

Re: Classpath API javadoc

2002-04-28 Thread John Leuner
ut. This is my experience too. So what do we have to do to get a cron job set up somewhere to produce a daily javadoc run of the Classpath CVS code? I really think this would be a worthwhile effort. John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Cp-tools Javadoc Overview (was Re: Classpath API javadoc)

2002-04-28 Thread John Leuner
L file. The generated HTML has a structure similar > to that of Suns "Standard Doclet" output, but is currently > missing a couple of things (for example, a full class tree > page, serialization pages, package overview page) Cool! John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Compilation error - More Info

2002-04-29 Thread John Leuner
ody won't be able to compile. I suspect we'll have to ask everyone who is changing native code to test with the 2.9x compilers before they commit. John Leuner > Etienne M. Gagnon wrote: > > >On Sun, Apr 28, 2002 at 01:24:34PM -0400, Brian Jones wrote: > > > >>

Re: Cinco de Mayo

2002-05-02 Thread John Leuner
eased (any > day/week now) since Classpath cannot be compiled with older versions > anymore. And Mauve was recently cleaned up a bit so I would like to see > the new results on at least one VM/Classpath combination. A new release would be very useful. What can I do to help? John Leuner

Re: Cinco de Mayo

2002-05-02 Thread John Leuner
that classpath can compile itself without requiring any VM files. Am I correct in saying that classpath depends only on the auto* programs, gcc, jikes and zip? I want to build a debian package when the new release comes out. Prior to this I always built a package with kissme-specific VM f

Re: Cinco de Mayo

2002-05-02 Thread John Leuner
gcc, jikes and zip? > > auto*, libtool, gcc, jikes or gcj 3.1), zip is optional Great > > I want to build a debian package when the new release comes > > out. Prior to this I always built a package with kissme-specific VM > > files, now I can remove this dependency (and ef

Re: Cinco de Mayo

2002-05-04 Thread John Leuner
ing it in the top level makes sense, especially as Carlos described .. 'it is like unzipping the zip file and deleting it' John Leuner > > I did the -enable-zip / -disable-zip change. > > I attach you the patch for that and for > > -enable-gtk-peer / -disable-gtk-pe

Re: Cinco de Mayo

2002-05-05 Thread John Leuner
liked > before making a release available. However I'm interested in > releasing early, releasing often, and I couldn't resist this date. :) How does the --without-zip stuff work? I can't seem to get it to work, is ther

Re: Cinco de Mayo

2002-05-06 Thread John Leuner
; > > > I can't seem to get it to work, is there anything special I have to do? > > ./configure --without-zip > > The ZIP in lib/Makefile should be defined as nothing after configure > and the test for that just after compiling should fail and so not > actually zip th

Re: The Mauve

2002-05-23 Thread John Leuner
mauve CVS info is here: http://sources.redhat.com/mauve/cvs.html > The test and testsuite > directories are leftovers from early in the project before there was a > Mauve. We don't use them now. So why are there still files in there? John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Building kissme with classpath 0.04

2002-06-02 Thread John Leuner
a,jos} -name '*.java'` 4. Set your LD_LIBRARY_PATH: export LD_LIBRARY_PATH=/usr/lib/classpath 5. run kissme ./kissme -classpath classes:/usr/share/classpath/glibj.zip:. myclass Feel free to ask me any questions about kissme or classpath or mauve. John Leuner > Sorry haven

classpath: file collision: hacking.info (with xconq-doc)

2002-06-06 Thread John Leuner
Classpath has an .info file called hacking.info that gets installed in /usr/share/info/hacking.info.gz (on Debian). Since there is nothing Classpath specific about this name or path, I was wondering if the file should be renamed? Perhaps classpath-hacking.info ? John Leuner >From jleu

Re: [Kissme-general] Re: Building kissme with classpath 0.04

2002-06-11 Thread John Leuner
the rest I understand. Doesn't look right. Can you send the full build log? > and in the configure of kissme should I also use --with-mauve also? > Alex I haven't tried the --with-mauve option yet, you can ask Stephen Crawley about it. John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: [Kissme-general] Re: Building kissme with classpath 0.04

2002-06-12 Thread John Leuner
file for this class > >>Hello world > >> > >>It run but don't know what the error is talking about.. > >>Thanks :) These errors will go away when I have finished the zip support. John Leuner > >> > > > >There is probably some s

Re: [Kissme-general] Re: Building kissme with classpath 0.04

2002-06-14 Thread John Leuner
> > 3) they seemed to focus on complex stuff, not on the low level > > things we were doing. > > > >However, I recall someone mentioning that there are new instructions > >for running Mauve. So I'll look into this again. I'll try post some new instructions for running mauve and kissme soon. John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: [Kissme-general] Re: Kissme and Classpath

2002-06-24 Thread John Leuner
sts (maybe PipedInputStream or similar), doesn't work well with kissme/classpath. John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: [Kissme-general] Re: Kissme and Classpath and Mauve

2002-06-24 Thread John Leuner
> p.s. Reason I'm not putting it in mauve.. is they don't get no respon > from the list... hehe :) > hard to understand where they are going The mauve list is active, just not busy. What question did you ask? ___ Classpath mailing list [EMAIL PR

AWT bugs

2002-06-24 Thread John Leuner
a bit further seems to indicate that the peer isn't constructed, at what point is this meant to happen? John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Installation directory for shared libs

2002-06-30 Thread John Leuner
Why are the classpath shared libraries installed into $prefix/lib/classpath ? How do I configure the build to install them in $prefix/lib ? John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Installation directory for shared libs

2002-07-01 Thread John Leuner
things (at least on Debian) is to install shared libraries in the standard search path. John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: FYI / bug database at savannah project page

2002-07-02 Thread John Leuner
y > of classpath. Keep up the good work! > > -Dave Can you please mail me the .zip file for bug #771? John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Classpath and Jikes RVM

2002-07-03 Thread John Leuner
baseline compiler to work, and submit that to IBM. Sean, if you're in a hurry to play with JRVM + Classpath, let me know and I'll send you the necessary patches. John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

AWT progress

2002-07-16 Thread John Leuner
After rewriting the class initializer code in kissme, I got to the following stage with the TestAWT program: http://people.debian.org/~jewel/kissme/shots/kissme_awt.png Unfortunately nothing else works, but it's a big improvement (previously a deadlock occurred with class initialization).

Re: [Classpath] AWT progress

2002-07-17 Thread John Leuner
the old kissme code was capable of locking up even without them. > DC Legion of Doom Japan spy quiche Moscow domestic disruption C4 SLBM > planning Shoal Bay shortwave assassination early warning affinity group I didn't know "Japan" and "Moscow" were still dirty

Re: [Classpath] AWT progress

2002-07-17 Thread John Leuner
ASW overthrow Sugar Grove > Philadelphia planning Sudan MI5 Richard Tomlinson EZLN Kennedy C4 SLBM As a South African it's a bit offensive to see "South Africa" in a list of dirty words, probably the same for Sudanese. While I'm sure the origina

Re: Latest submission package to run commercial applications andwork loads

2002-07-30 Thread John Leuner
I'll take responsibility for applying the reflection changes (and maybe other things later) if that's ok with everyone. John Leuner On Mon, 2002-07-29 at 02:25, Wu, Gansha wrote: > We have GNU Classpath submissions that make ORP/GNU Classpath run typical > commercial &g

Re: Latest submission package to run commercial applications andwork loads

2002-08-14 Thread John Leuner
On Wed, 2002-07-31 at 02:33, Brian Jones wrote: > John Leuner <[EMAIL PROTECTED]> writes: > > > I'll take responsibility for applying the reflection changes (and maybe > > other things later) if that's ok with everyone. > > These changes cannot be a

Re: trouble getting kissme to work with gcp

2002-08-30 Thread John Leuner
out what's wrong :( > I have loaded the libs in lib/classpath ... The problem is that kissme can't find the native .so libraries provided by classpath. Did you 'make install' for classpath? Point LD_LIBRARY_PATH to the relevant directory. On my debian system: export LD_LIBRAR

Re: trouble getting kissme to work with gcp

2002-08-31 Thread John Leuner
libraries (and any other shared libraries that might be needed at runtime). kissme is not linked against the classpath native libraries. John Leuner On Fri, 2002-08-30 at 22:07, Giannis Georgalis wrote: > Stephen Crawley <[EMAIL PROTECTED]> writes: > > Hello Stephen, > > >

Re: classpath-config script.

2002-09-09 Thread John Leuner
Can I commit this to CVS? John Leuner On Thu, 2002-09-05 at 16:12, C. Scott Ananian wrote: > I am porting the FLEX compiler infrastructure (http://flexc.lcs.mit.edu) > to work with GNU classpath, and noticed that classpath was missing > a -config script (similar to the gtk-config scr

Re: Classpath on linux-ppc

2002-10-07 Thread John Leuner
I did a quick port to PPC for Kissme a short while back. John Leuner > I'd like to contribute to the Classpath project but I'd like to know > if it is possible to use classpath on ppc? If yes, which compiler and > which runtime? > > I have a Blue G3 at home with Deb

Re: Classpath on linux-ppc

2002-10-08 Thread John Leuner
issues I had then (that might already be > solved): <http://sourceforge.net/mailarchive/message.php?msg_id=2007709> I believe I have solved all these issues. John Leuner signature.asc Description: This is a digitally signed message part

Updates to GNU Classpath port of JRVM

2002-10-15 Thread John Leuner
ng powerpc/linux images and .deb files I would be very interested. I'm also looking for someone to host an 'autobuilder' and perhaps run nightly regression tests (starting with mauve and maybe others). John Leuner signature.asc Description: This is a digitally signed message part

Re: Updates to GNU Classpath port of JRVM

2002-10-19 Thread John Leuner
the port) needs a machine with 512MB ram and will take roughly 5 minutes of CPU time. Building the image with the optimising compiler, (which we'll do at a later stage), will take a substantial amount of time and lots of RAM. John Leuner signature.asc Description: This is a digitally signed message part

Re: Method of executing Mauve

2002-11-08 Thread John Leuner
r .rpm package. John Leuner signature.asc Description: This is a digitally signed message part

Re: mauve results posted nightly

2002-11-25 Thread John Leuner
> Okay, I've posted experimental and incomplete HTMLified comparisions of > Classpath vs JDK1.1, JDK1.2 and JDK1.3, linked from > http://rainbow.netreach.net/~sballard/japi and regenerated nightly at > around 3. This link doesn't seem to work? John Leuner signature

Re: mauve results posted nightly

2002-11-26 Thread John Leuner
It's working now, it's really great! John On Mon, 2002-11-25 at 16:55, Stuart Ballard wrote: > John Leuner wrote: > >>Okay, I've posted experimental and incomplete HTMLified comparisions of > >>Classpath vs JDK1.1, JDK1.2 and JDK1.3, linked from > >&

Re: [Jikesrvm-core] Re: Contributions of work on Jikes RVM with GNUClasspath

2002-11-27 Thread John Leuner
d over > the patches and they seem very reasonable and very usefull. > I will make some time on thursday or friday to go over them in more > detail. I can help you with these, would you like to split up the work? We should try write Mauve tests where possible for bug fixes. John Leuner

Re: Proposal for changes to Classpath's JNI libraries

2002-12-02 Thread John Leuner
sets of native libraries? One would have the default functionality, the other would call the Kissme JNI functions to enter/exit GC points. John Leuner signature.asc Description: This is a digitally signed message part

Re: Proposal for changes to Classpath's JNI libraries

2002-12-03 Thread John Leuner
An interesting idea. It would remove the need to modify the JNI table. I assume there would then still be JNI native methods for the IO functions, and each of these would delegate to some special function? John Leuner On Tue, 2002-12-03 at 18:17, Artur Biesiadowski wrote: > Tom Tromey wr

Re: [Kissme-general] Re: Proposal for changes to Classpath's JNIlibraries

2002-12-03 Thread John Leuner
pproach only to > accomodate "temporary" design flaws in one specific Free VM. I agree that any changes shouldn't require VM developers to do additional work to match the native interface. It also shouldn't have implications for what kind of JNI libraries will work with VMs. John Leuner signature.asc Description: This is a digitally signed message part

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-05 Thread John Leuner
For patch 728 (quicksort), do you have a testcase that demonstrates failure in the existing code? Does this patch actually change the end result, or is it just meant to be a performance enhancement? Thanks John Leuner Index: java/util/Arrays.java

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread John Leuner
support library. How are we going to do this? Before we were thinking of doing preprocessing of the Classpath java/io/*.java source with JRVM-glue code being controlled by a compile-time option. Is there another way to get around this? John Leuner signature.asc Description: This is a digi

Changes to VM interface

2002-12-18 Thread John Leuner
thods: setIn0 setOut0 setErr0 currentTimeMillis isWordsBigEndian Code from ClassLoader.getSystemClassLoader has been moved into the reference implementation for VMClassLoader. Changelog entries: 2002-12-18 John Leuner <[EMAIL PROTECTED]> * java/lang/System.java: delegated nati

Re: java.util.zip speedup

2002-12-23 Thread John Leuner
on runtime ? Bearing in mind that the java.util.zip implementation in Classpath is also available as a seperate library, we should consider the needs of people who might want to use this in an embedded system where space is at a premium. But obviously for modern workstations this first-time allocation

kissme 0.0.29 released

2003-01-27 Thread John Leuner
a new Classpath release, or at least a snapshot that can be used as a .deb package for kissme. -- John Leuner <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part ___ Classpath mailing list [EMAIL PROT

Open issues for Classpath 0.05

2003-01-27 Thread John Leuner
team. 728 fixes to sorting arrays - John Leuner I was unable to find any problem with the sorting code. I performed some tests by generating random numbers and checking whether they were sorted correctly. Perhaps there is a problem with random number generation that hid the bug? John Leuner On Mon,

Re: 0.05 Update [was Re: 0.05]

2003-01-28 Thread John Leuner
orting routines break (by generating random sequences), but I never once got it to fail. Would it be difficult for you to repeat the process where you got Eclipse to fail? John Leuner signature.asc Description: This is a digitally signed message part _

Re: 0.05 Update [was Re: 0.05]

2003-01-28 Thread John Leuner
e, but these will simply need to be > noted for the release. It appears the list on the page is out of date (20th of January). Is that due to a build failure or similar problem? -- John Leuner <[EMAIL PROTECTED]> signature.asc Descript

Re: The Road to 1.0

2003-02-28 Thread John Leuner
I'd rather not ever shut down the trunk. There's no telling when > someone will implement a package. For instance, Michael Koch has been > doing a lot of libgcj work lately. Having a separate release branch > means we can still accept his patches at a pretty

Re: TestAWT

2003-03-06 Thread John Leuner
Yes, what I am saying is that our AWT code is wrong. We should probably fix this before we using it as a test. But I don't know how to fix it, what is wrong with calling "dispose()" when the OK button is clicked? John Leuner On Wed, 2003-03-05 at 19:31, Tom Tromey wrote: > &g

TestAWT

2003-03-05 Thread John Leuner
. Has anyone else seen this? I looked at the code and it just calls dispose(), but only appears to work the second time. -- John Leuner <[EMAIL PROTECTED]> ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: JVM/classpath question

2003-03-18 Thread John Leuner
e (lots of RAM) setup. A long time ago Mark Wielaard posted a mail about a clean-room implementation of J2ME classes. Does anyone know of any work in this direction, is there anyone interested in creating clean-room CDLC libraries (perhaps based on Classpath)? John Leuner On Mon, 2003-03-1

Re: classpath

2003-04-01 Thread John Leuner
of the JVMs that works with Classpath. There is a list on the Classpath web site. John Leuner On Mon, 2003-03-31 at 13:30, saikou Marong wrote: > Hi! > Can someone out there give me step by step explanation of classpath > and how to set classpath to make it ready for SDK. > Your

java-io files that are no longer used

2003-04-01 Thread John Leuner
In native/jni/java-io/, these files java_io_FileDescriptor.c java_io_FileInputStream.c java_io_FileOutputStream.c java_io_RandomAccessFile.c are no longer used. Can we remove them from CVS? -- John Leuner <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed m

classpath: build failure on m68k

2003-05-31 Thread John Leuner
take a guess at what is missing/wrong? It appears to be while executing sh, but there seem to be many cases where sh is invoked. John Leuner On Fri, 2003-05-30 at 16:21, Adrian Bunk wrote: > Package: classpath > Version: 0.05-1 > Severity: serious > > > According to bui

Re: classpath: build failure on m68k

2003-06-03 Thread John Leuner
workstation. Do you think it makes a difference? John Leuner On Sat, 2003-05-31 at 15:45, Brian Jones wrote: > John Leuner <[EMAIL PROTECTED]> writes: > > > I received a bug report from a Debian build daemon that could not build > > classpath on the m68k architecture. > >

Re: [Sablevm-developer] 8 debian arches - patch

2003-04-05 Thread John Leuner
ght I already added to this to Classpath CVS in September last year? John Leuner > --- sablevm-nativelib-1.0.8.orig/src/fdlibm/ieeefp.h > +++ sablevm-nativelib-1.0.8/src/fdlibm/ieeefp.h > @@ -19,6 +19,10 @@ > #define __IEEE_BIG_ENDIAN > #endif > > +#ifdef __s390__ > +#define

GTK peers

2003-06-09 Thread John Leuner
: unexpected async reply (sequence 0x29)! Using kissme, if I enable some internal debugging (with -t jni), this is less likely to happen, so I think it's a thread timing issue. -- John Leuner <[EMAIL PROTECTED]> ___ Classpath mailing

Re: GTK peers

2003-06-11 Thread John Leuner
iled for pthreads on my system: glib-config --libs gthread -L/usr/lib -lgthread -lglib -lpthread -- John Leuner <[EMAIL PROTECTED]> ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: developping

2003-07-01 Thread John Leuner
ts) to catch future bugs. -- John Leuner <[EMAIL PROTECTED]> ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

date for release 0.06

2003-08-23 Thread John Leuner
When should we expect 0.06 to be released? John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

kissme 0.0.31 released

2003-08-26 Thread John Leuner
about 70 failures out of several thousand tests. Thanks to Stephen Crawley and others who have been working on kissme for the last few months. I have also uploaded .deb packages of classpath 0.06 and kissme 0.0.31 to the debian archive. -- John Leuner <[EMAIL PROTECTED]> signatu

Re: Kissme and Classpath CVS

2003-09-02 Thread John Leuner
path CVS sandbox, or use the Classpath 0.0.6 tarball. ... -- John Leuner <[EMAIL PROTECTED]> ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Kissme and Classpath CVS

2003-09-03 Thread John Leuner
sme to work with the new Thread > classes anyway. I did CVS checkouts earlier and everything seems to work perfectly, are your changes finished? -- John Leuner <[EMAIL PROTECTED]> ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Kissme and Classpath CVS

2003-09-04 Thread John Leuner
java/lang/VMThread Kissme assertion 'hMainThread' failed: vm/startup.c line 383 Attempting to dump core zsh: abort ./useful_scripts/kissme helloworld John Leuner On Wed, 2003-09-03 at 01:45, Stephen Crawley wrote: > > > BTW2: I think I'm close to getting Kissm

Re: --enable-portable-native-sync

2003-09-12 Thread John Leuner
Did this perhaps break during the change from using GTK 1 to GTK 2? Perhaps the required function vector has changed? John Leuner On Fri, 2003-09-12 at 15:48, David P Grove wrote: > Because of its m-to-n threading model, Jikes RVM relies on > --enable-portable-native-sync to run AWT code.

Classpath licensing (Re: About the java.util.zip project)

2003-11-23 Thread John Leuner
pen my source code, is there other method not to do > this? For example, we can pay for the license. No, I doubt this is possible. > 3) If I use your library without change(source code) to make a > commercial ziputility, what I should do not to violate your license? I am not sur

Re: kissme 0.0.32 released

2003-12-02 Thread John Leuner
I have released version 0.0.32 of the kissme Java Virtual Machine: http://prdownloads.sourceforge.net/kissme/kissme-0.0.32.tar.gz?download This release is intended to match release 0.07 of Classpath. -- John Leuner <[EMAIL PROTECTED]> signature.asc Description: This is a digitally

Re: Classpath Swing development?

2004-05-25 Thread John Leuner
ical apps. I don't know if there any graphical applications that can be said to run perfectly on Classpath. John Leuner > Another issue is, how do I merge the CVS classpath code with a given VM? > I experimented with SableVM, at least in this case it was easy. I > checked out

jikes assertion encountered compiling ZipEntry

2005-04-25 Thread John Leuner
yone give me a hint on how to work around this? jemna% jikes --version Jikes Compiler - Version 1.22 - 3 October 2004 Classpath from CVS about 3 days ago. John Leuner ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Maintenance of jazzlib

2006-03-04 Thread John Leuner
util.zip shipped with the runtime. John Leuner

Re: Maintenance of jazzlib

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

<    1   2