Build fails with "javax.script.Wrapper cannot be resolved"

Lillian Angel langel at redhat.com
Wed Aug 15 06:06:06 PDT 2007


Matthew Flaschen wrote:
> Lillian Angel wrote:
>
>   
>>> 1. ERROR in
>>> /home/matthew/Code/Java/IcedTea/hg/openjdk/j2se/src/share/classes/com/sun/script/javascript/JavaAdapter.java
>>>
>>> (at line 30)
>>>         import javax.script.Wrapper;
>>>                ^^^^^^^^^^^^^^^^^^^^
>>> The import javax.script.Wrapper cannot be resolved
>>>       
>> Do a "make clobber". There was a change to this today, which changes a
>> patch to the OpenJDK sources. You still have that patch applied.
>>     
>
> Thanks.  I removed the openjdk zip files and ran:
>
> make clean
> make clobber
> make
>
> , but still got the same error.

Ah sorry, yes that JavaAdapter file would still exist with the changes 
after a make clobber. I meant to say "make distclean"- this removes the 
openjdk sources completely.


Lillian



More information about the distro-pkg-dev mailing list