Ant issue
Lillian Angel
langel at redhat.com
Mon Oct 1 15:49:34 PDT 2007
Mark Wielaard wrote:
> 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).
>
>
No, we are not using our crypto anymore. Crypto was merged into b21.
Make sure all old instances of the jce dir are removed and lib/jce and
jce.jar. This is from the old b19 build.
Lillian
> Cheers,
>
> Mark
>
>
More information about the distro-pkg-dev
mailing list