[gcj trunk / gnu-classpath] String.format(...) undefined
Hanno Meyer-Thurow
h.mth@web.de
Wed Feb 21 17:31:00 GMT 2007
On Wed, 21 Feb 2007 14:50:27 +0000
Andrew Haley <aph@redhat.com> wrote:
> Anyway, if you can get me an easily reproducible test case I'll have a
> look. Let me know what to download, how to run it, etc.
Ok, got a testcase attached. Do like:
$ tar xvzf testcase.tar.gz
$ /usr/lib64/gcj-4.3.0_alpha20070216/bin/gcj -C -fsource=1.5 -ftarget=1.5 cx/ath/geki/Suite.java
$ /usr/lib64/gcj-4.3.0_alpha20070216/bin/gcj -C -fsource=1.5 -ftarget=1.5 cx/ath/geki/SuiteTest.java
$ /usr/lib64/gcj-4.3.0_alpha20070216/bin/gij -classpath . cx.ath.geki.SuiteTest
Exception in thread "main" java.lang.annotation.AnnotationTypeMismatchException
at sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:377)
at $Proxy1.value(Unknown Source:0)
at cx.ath.geki.Suite.getAnnotatedClasses(Suite.java:25)
at cx.ath.geki.SuiteTest.main(SuiteTest.java:13)
Hanno
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testcase.tar.gz
Type: application/x-gzip
Size: 544 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20070221/1ae1821a/attachment.bin>
More information about the Java
mailing list