Ant issue
Mark Wielaard
mark at klomp.org
Mon Oct 1 15:37:59 PDT 2007
Hi Lillian,
On Mon, 2007-10-01 at 18:23 -0400, Lillian Angel wrote:
> > I had only one remaining problem:
> >
> > openjdk/j2se/src/share/classes/sun/security/x509/X509CRLEntryImpl.java:243: method does not override or implement a method from a supertype
> > @Override
> > ^
> > Removing the @Override on that line seems to make everything work
> > though.
> >
> I didn't run into this problem. Did you try running make distclean
> before rebuilding?
Yes I did.
I am not surprised this shows up though. Only the new 1.7 X509CRLEntry
has a method getRevocationReason() that could be overridden. So any
older icedtea would not have it since crypto was pulled from GNU
Classpath (which definitely didn't have this method).
Cheers,
Mark
More information about the distro-pkg-dev
mailing list