Hey Guys,

I git cvsimport'd the new rhino last night and couldn't get it to
compile. After some poking around I learned that
Map.SimpleImmutableEntry is new in 1.6,so I switched my JAVA_HOME to a
copy of 1.6 and it compiled fine.

It would be nice, though not entirely necessary, for 1.5 to be
supported as well (and traditionally rhino has had very good old jvm
support).

I spotted two issues:

1. the use of Map.SimpleImmutableEntry

and

2. a litany of
    [javac]                 @Override
    [javac]                  ^
    [javac] /usr/home/alex/rhino/src/org/mozilla/javascript/
ScriptableObject.java:2624: method does not override a method from its
superclass

These all seem to be on the java.util.Map methods being implemented..
but I don't see any reason why that'd work on 1.5 and not on 1.6.

Thanks,
Alex
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to