gnu classpath with sun java vm

2007-04-19 Thread michel . brabants
Hello, I compiled the latest stable gnu classpath with as vm, the java-vm from Sun, because I'm getting a compile-error trying to compile the latest jamvm. I'm using an x86-64-machine. When trying to start gappletviewer, I get a missing resource-bundle-error. Now, I saw that the resource-bundles

[commit-cp] classpath ChangeLog tools/gappletviewer.in tool...

2007-04-19 Thread Dalibor Topic
CVSROOT:/sources/classpath Module name:classpath Changes by: Dalibor Topic 07/04/19 13:42:47 Modified files: . : ChangeLog tools : gappletviewer.in gjar.in gjarsigner.in gjavah.in gkeytool.in gnative2ascii.in gorbd.i

Re: 0.95 branch created

2007-04-19 Thread Francis Kung
+FAIL: java.util.prefs.PreferenceTest +FAIL: org.omg.CORBA.ORB.parallelRunTest +FAIL: java.awt.Choice.PaintTest +FAIL: java.awt.Graphics.TestPaintGraphics +FAIL: java.awt.Canvas.PaintTest +FAIL: java.awt.TextField.PaintTest +FAIL: java.awt.Container.LightweightContainer +FAIL: java.awt.Checkbox.

Re: 0.95 branch created

2007-04-19 Thread Mark Wielaard
Hi, On Thu, 2007-04-19 at 12:58 -0400, Francis Kung wrote: > All of these pass for me as well, with one exception. In general I've > found robot / visual tests (as many of these are) are very finicky, and > require that you not be using your computer at all while they are running. Here too, bu

Re: gnu classpath with sun java vm

2007-04-19 Thread Mark Wielaard
Hi Michel, On Thu, 2007-04-19 at 15:23 +0200, [EMAIL PROTECTED] wrote: > When trying to start gappletviewer, I get a missing resource-bundle-error. > Now, I saw that the resource-bundles are inside glibj.zip. I added this > zip-file to the Xbootclasspath-parameter of the gappletviewer, but then I

[SPAM?] Re: gnu classpath with sun java vm

2007-04-19 Thread Michel Brabants
Hello, thank you for helping out. Well, from what I saw. There are no resourcebundles present in tools.zip at all. In my case it is trying to find nl_BE, but I suppose it depends on your locale. If you need more info, feel free to ask :). Thank you(!) and greetings, Michel Op Thursday 19 Apr

Re: gnu classpath with sun java vm

2007-04-19 Thread Mark Wielaard
On Thu, 2007-04-19 at 23:19 +0200, Michel Brabants wrote: > thank you for helping out. Well, from what I saw. There are no > resourcebundles > present in tools.zip at all. In my case it is trying to find nl_BE, but I > suppose it depends on your locale. If you need more info, feel free to > ask

Re: gnu classpath with sun java vm

2007-04-19 Thread Robert Lougher
Hi, BTW, what was the compile-error with JamVM? Rob. On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I compiled the latest stable gnu classpath with as vm, the java-vm from Sun, because I'm getting a compile-error trying to compile the latest jamvm. I'm using an x86-64-machine

Re: gnu classpath with sun java vm

2007-04-19 Thread Phillip Lougher
[EMAIL PROTECTED] wrote: Hello, I compiled the latest stable gnu classpath with as vm, the java-vm from Sun, because I'm getting a compile-error trying to compile the latest jamvm. I'm using an x86-64-machine. What compile errors do you get with Jamvm? Thanks Phillip