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: Nightly Japi comparisons


>>>>> "Stuart" == Stuart Ballard <sballard at netreach dot com> writes:

Stuart> The following line (it's a single line but my mailer will probably
Stuart> wordwrap it) appears in the libgcj.japi.gz file that I'm downloading
Stuart> from you guys.
Stuart> +java.lang,Class!getPackage() Pcinu
Stuart> Ljava/lang/Package;*java.lang.NoSuchMethodException

Stuart> That means the problem, whatever it is, is happening either
Stuart> during the Japize process or during compilation. If any of you
Stuart> know about bytecode formats, you could try verifying that the
Stuart> .class file produced by the compiler doesn't include this
Stuart> exception.

It doesn't have this in it.  I'm fairly certain -- I looked at it with
jcf-dump, which as far as I'm aware is bug-free.

Am I running japize incorrectly?

I'm also curious -- your display shows deprecation info, but one I
generate locally does not.  Am I running japicompat incorrectly?

I've appended the command lines.

Tom

japize as libgcj packages \
   $libgcj $CRYPTO/source/gnu-crypto.jar $CRYPTO/jce/javax-crypto.jar \
   +java +javax +org -java.awt.dnd.peer -java.awt.peer \
   -org.apache -org.w3c.dom.css -org.w3c.dom.events \
   -org.w3c.dom.html -org.w3c.dom.stylesheets -org.w3c.dom.traversal \
   -org.w3c.dom.views -java.text.resources

japicompat -h -o jdk14-libgcj.html jdk14.japi.gz libgcj.japi.gz


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