mozilla.javascript still encumbered...?

Lillian Angel langel at redhat.com
Fri Feb 13 12:26:53 PST 2009


Lillian Angel wrote:
> Hi,
>
> Deepak Bhole wrote:
>> * Lillian Angel <langel at redhat.com> [2009-02-11 14:39]:
>>  
>>> Hi,
>>>
>>> I was attempting to build the yui-compressor tool[1], and I found 
>>> that IcedTea/OpenJDK is missing some mozilla.javascript[2] classes 
>>> still. At the moment, I don't have the time to start implementing 
>>> these, but let me know if anyone does.
>>>
>>> The tool does build with JDK 1.6.0.
>>>
>>> https://bugzilla.redhat.com/show_bug.cgi?id=485135
>>>
>>> Cheers,
>>> Lillian
>>>
>>>
>>>     
>>
>> Looks like we need to upgrade rhino. 1.7R1 appears to have the new
>> stuff. Just did a quick search for a couple of things:
>>
>> $ grep -rE "isStrictMode|reportWarningAsError|DUPLICATE_CONST" 
>> rhino1_7R1/src/ | awk '{print $1}' | sort -u
>> rhino1_7R1/src/org/mozilla/javascript/CompilerEnvirons.java:
>> rhino1_7R1/src/org/mozilla/javascript/Parser.java:
>>   
>
> Great! Thanks for looking into this so quickly. I requested the Fedora 
> maintainer upgrade to 1.7 (or orphan it, so I can pick it up). We can 
> upgrade the dependency in IcedTea/6.

I updated Rhino in Fedora 10 and 11 (should be available via yum within 
a couple of days) to 1.7-r2pre, which is the most current version. I 
have also changed the requirement in acinclude.m4 to fall back on 1.7, 
rather than 1.6. IcedTea will still build with older versions of Rhino, 
but not all applications that depend on OpenJDK will work with 1.6.

2009-02-13  Lillian Angel  <langel at redhat.com>

        * acinclude.m4: Upgraded rhino to 1.7 from 1.6.




More information about the distro-pkg-dev mailing list