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 are inside glibj.zip. I added this
zip-file to the Xbootclasspath-parameter of the gappletviewer, but then I
get a stackoverflow-error.

Is there any way I can get the applet-support to work with the java-vm
from Sun?

Thank you and greetings,

Michel




[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.in 
 grmic.in grmid.in grmiregistry.in gserialver.in 
 gtnameserv.in 

Log message:
2007-04-19  Dalibor Topic  <[EMAIL PROTECTED]>

* tools/gappletviewer.in,
tools/gjar.in,
tools/gjarsigner.in,
tools/gjavah.in,
tools/gkeytool.in,
tools/gnative2ascii.in,
tools/gorbd.in,
tools/grmic.in,
tools/grmid.in,
tools/grmiregistry.in,
tools/gserialver.in,
tools/gtnameserv.in: Set datarootdir to fix a warning from  
configure.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9277&r2=1.9278
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gappletviewer.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjar.in?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjarsigner.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjavah.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gkeytool.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnative2ascii.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gorbd.in?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/grmic.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/grmid.in?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/grmiregistry.in?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gserialver.in?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gtnameserv.in?cvsroot=classpath&r1=1.1&r2=1.2




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.PaintTest

+FAIL: java.awt.Robot.getPixelColor
+FAIL: java.awt.Robot.mouseMove
+FAIL: java.awt.Robot.createScreenCapture
+FAIL: java.awt.Robot.keyRelease


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.


The one exception is:
> +FAIL: java.awt.Robot.mouseWheel

It seems that when I run this test the first time, it fails; then if I 
run it again without touching the mouse it passes... but if I move the 
mouse and then run it, again it fails.


Francis



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, but indeed they are a little fragile.
Thanks for the extra testing!

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part


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
> get a stackoverflow-error.
> 
> Is there any way I can get the applet-support to work with the java-vm
> from Sun?

Which resource bundle is missing? That might be a bug where we
accidentally put a resource in glibj.zip that should be in tools.zip.
Adding glibj.zip to the bootclasspath is certainly not going to work
since it will have classes in it that conflict with the bootclasses from
the sun java-vm. Try adding it to the classpath instead.

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part


[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 April 2007, schreef 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 get a stackoverflow-error.
> >
> > Is there any way I can get the applet-support to work with the java-vm
> > from Sun?
>
> Which resource bundle is missing? That might be a bug where we
> accidentally put a resource in glibj.zip that should be in tools.zip.
> Adding glibj.zip to the bootclasspath is certainly not going to work
> since it will have classes in it that conflict with the bootclasses from
> the sun java-vm. Try adding it to the classpath instead.
>
> Cheers,
>
> Mark




pgpzlIP0dNvkz.pgp
Description: PGP signature


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 :).

How are you trying to run what and which output does it produce?


signature.asc
Description: This is a digitally signed message part


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.

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
get a stackoverflow-error.

Is there any way I can get the applet-support to work with the java-vm
from Sun?

Thank you and greetings,

Michel







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