Dalibor wrote:
> --- Flest Pseudo-User <[EMAIL PROTECTED]> wrote:
> 
> > PASS: HelloWorldApp.class.save
> > FAIL: HelloWorldApp.java
> > KAFFE_FLEST: No failure file?
> 
> this is weird. Any idea what's happening?

It is weird.  It looks like make check is failing to compile any
tests.  It even looks like the error is not from the compilation
itself, but from the loading and execution of kjc.
        error compiling:
        java.lang.NoClassDefFoundError: java/lang/ExceptionInInitializerError
                at at.dms.kjc.Main.parseArguments(Main.java:244)
                at at.dms.kjc.Main.run(Main.java:113)
                at at.dms.kjc.Main.compile(Main.java:69)
                at at.dms.kjc.Main.main(Main.java:60)
        FAIL: HelloWorldApp.java

(Its the exact same error for every subsequent test.)

Here's the compilation command line:
/foo/z/flest/testdir/kaffe_flest/--with-engine=jit3/obj-kaffe_flest/kaffe/kaffe/kaffe-bin
 at.dms.kjc.Main -classpath 
".:/foo/z/flest/testdir/kaffe_flest/kaffe_flest/kaffe/test/regression::.:/foo/z/flest/testdir/kaffe_flest/--with-engine=jit3/obj-kaffe_flest/libraries/javalib/rt.jar:/foo/z/flest/testdir/kaffe_flest/kaffe_flest/kaffe/libraries/javalib/kjc.jar"
 -d . 
/foo/z/flest/testdir/kaffe_flest/kaffe_flest/kaffe/test/regression/HelloWorldApp.java

The "::" and duplicate "." look a bit odd, but the paths to rt.jar and
kjc.jar are correct.  Removing the "::" and redundant . don't fix
anything.

Ah, its because java/lang/ExceptionInInitializerError really can't be
found.  Its not in rt.jar...

-Pat

----- ----- ---- ---  ---  --   -    -      -         -               -
Pat Tullmann                                       [EMAIL PROTECTED]
       "VR Cows are a medium rarely well done." -- Anselm Hook

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to