This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gcj trunk / gnu-classpath] String.format(...) undefined


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

Attachment: testcase.tar.gz
Description: GNU Zip compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]