Re: Eclipse 3.0 Running on Kaffe

2005-01-13 Thread Michael Koch
Am Donnerstag, 13. Januar 2005 17:18 schrieb Thomas Fogwill: > Indeed, success! I used the startup script at > http://sablevm.org/wiki/Eclipse Will take a look at it in more > detail tomorrow to see what is needed to get it merged with the > current startup script. The sablevm startup script uses

Re: Eclipse 3.0 Running on Kaffe

2005-01-13 Thread Thomas Fogwill
On Wed, 2005-01-12 at 19:51 +, Dalibor Topic wrote: > > This build runs fine (so far) with kaffe, but does not run at all with > > any other VMs: (tried: Sun's 1.4.2 JDK, SableVM, gij). > > > > As this is the case, would it not make sense to add the following to > > the /usr/bin/eclipse script

Re: Eclipse 3.0 Running on Kaffe

2005-01-13 Thread Thomas Fogwill
As mentioned previously, I had some minor issues getting eclipse3 to run on my system (I'm running unstable). I've made a few minor changes to get the package built and working. On Wed, 2005-01-12 at 16:23 +0200, Thomas Fogwill wrote: > Firstly, the startup.jar symlink is broken: > /usr/share/ec

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Dalibor Topic
Grzegorz B. Prokopski debian.org> writes: > FWIK soon after SableVM 1.1.8 > release GNU Classpath got fully merged a version of jaxp that is capable > of running Eclipse (the above instructions do not use jaxp). We should > have the new, fixed version of jaxp included in 1.1.9. Great! Thanks fo

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Grzegorz B. Prokopski
On Wed, 2005-12-01 at 17:16 -0600, Jerry Haltom wrote: > Mine works on Sun's and Kaffes but does not work on Sable. Since the > compiled class files work on Sun's (for me), I suspect that the compile > created class files that are up to snuff, and JNI bindings that were > standards compliant. Sable

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Jerry Haltom
Mine works on Sun's and Kaffes but does not work on Sable. Since the compiled class files work on Sun's (for me), I suspect that the compile created class files that are up to snuff, and JNI bindings that were standards compliant. SableVM throws a bunch of NPE's however. I suspect it's just a probl

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Dalibor Topic
Thomas Fogwill csir.co.za> writes: > This build runs fine (so far) with kaffe, but does not run at all with > any other VMs: (tried: Sun's 1.4.2 JDK, SableVM, gij). > > As this is the case, would it not make sense to add the following to > the /usr/bin/eclipse script? > -VM /usr/lib/kaffe/bi

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Jerry Haltom
On Tue, 11 Jan 2005 21:46:32 -0500, Ben Konrath wrote: > > I looked into this briefly when the message was posted and confirmed that > this was the case, but I haven't made any progress. If you have them > building that would be really great. boot.jar contains only a text file (readme.txt), I a

GPL and CPL/APL are NOT compatible (Was: Eclipse 3.0 Running on Kaffe)

2005-01-12 Thread Mark Wielaard
Hi, (CCed debian-legal, so they know where we are, what we are working on and where we might need some help in the future) On Wed, 2005-01-12 at 01:10 -0500, Grzegorz B. Prokopski wrote: > On Wed, 2005-12-01 at 02:49 +, Dalibor Topic wrote: > > However if nobody stands up and say clearly, t

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Jerry Haltom
Jikes bug. There are tons of them. Jikes seems incapable of resolving class names in odd situations. You only broke on org.eclipse.runtime... you have quite a few more plug-ins to go. ;) After I get the packages done, I plan to go through it on each VM, and file bugs for every little problem. You

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Thomas Fogwill
first off, excellent work! You seem to have put in some major effort! On Tue, 2005-01-11 at 00:04 -0600, Jerry Haltom wrote: > These are compiled for my desktop installation of Ubuntu warty/hoary. > The source packages should be re-compilable on unstable. PLEASE > RECOMPILE! I did (with kaffe),

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tue, 11 Jan 2005 00:04:27 -0600, Jerry Haltom <[EMAIL PROTECTED]> wrote: > Following up on my earlier notification of Eclipse 3.0 packages. > > They now successfully compile Eclipse and **RUN** Eclipse using a Free > JVM (Kaffe). This means, excludi

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Grzegorz B. Prokopski
On Tue, 2005-11-01 at 00:04 -0600, Jerry Haltom wrote: > The sources for these packages is located at: > > http://kyoto.larvalstage.net/ubuntu/warty > > These are compiled for my desktop installation of Ubuntu warty/hoary. > The source packages should be re-compilable on unstable. PLEASE > RECOMP

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Omry Yadan
Please be aware of a new bugfix in eclipse, which checks for the jvm version to avoid a crash without a proper message : https://bugs.eclipse.org/bugs/show_bug.cgi?id=82068 this may (or may not) interfer with what you are doing (depending on the version reported by Kaffe) Jerry Haltom wrote: F

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Dalibor Topic
Grzegorz B. Prokopski debian.org> writes: > See http://sablevm.org/wiki/License_FAQ for details. Gadek, last time you've taken your claims to debian-legal, noone on debian-legal agreed with your interpretation of the GPL. Sorry. Maybe your interpretation is not all you make it up to be. ;) I fi

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Ben Konrath
On Tue, 11 Jan 2005 09:22:18 -0600, Jerry Haltom wrote: > Which Jars were these that were not built? As David Walluck mentions in this mail: http://article.gmane.org/gmane.linux.jpackage.general/6215 The 12 jars that are not built in the jpackage version are: "1.) plugins/org.eclipse.core.boo

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Grzegorz B. Prokopski
On Tue, 2005-11-01 at 00:04 -0600, Jerry Haltom wrote: > Following up on my earlier notification of Eclipse 3.0 packages. > > They now successfully compile Eclipse and **RUN** Eclipse using a Free > JVM (Kaffe). This means, excluding a few packages, Eclipse 3.0 is ALMOST > clear to go into main.

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry Haltom wrote: [...] | One of the things I'm most unhappy with is that I have to hunt around for | native libraries, compile them manually, and then move them to | /usr/lib/eclipse. It would be nicer if the build process were to get them, | and upd

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Jerry Haltom
Which Jars were these that were not built? I have found two for lucene, a dozen for Ant and jsch. What I am doing for these is simply linking the Debian versions into place before install. It results in a plugin laid out as upstream intended, but using local copies. Seems to work pretty well. One

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Ben Konrath
Hi Jerry, On Tue, 11 Jan 2005 00:04:27 -0600, Jerry Haltom wrote: > Following up on my earlier notification of Eclipse 3.0 packages. > > They now successfully compile Eclipse and **RUN** Eclipse using a Free > JVM (Kaffe). This means, excluding a few packages, Eclipse 3.0 is ALMOST > clear to go

Eclipse 3.0 Running on Kaffe

2005-01-10 Thread Jerry Haltom
Following up on my earlier notification of Eclipse 3.0 packages. They now successfully compile Eclipse and **RUN** Eclipse using a Free JVM (Kaffe). This means, excluding a few packages, Eclipse 3.0 is ALMOST clear to go into main. Currently missing and needed: liblucene-java: This is in contrib