RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

plovr doesn't work on openjdk #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Plovr currently depends on classes in
sun.org.mozilla.javascript.internal
which is silly, because those aren't part of the public jdk API

I've attached a patch that depends on Rhino correctly.

You will also need to grab a jar from 
https://developer.mozilla.org/en-US/docs/Rhino/Download_Rhino
and check it into lib/

Original issue reported on code.google.com by Nicholas.J.Santos on 24 Apr 2013 at 4:48

Attachments:

GoogleCodeExporter commented 8 years ago
I believe this is fixed in HEAD on 
https://github.com/bolinfest/plovr/commits/master now. Or at least, in the move 
to Java 7, I changed the APIs that I was using.

Original comment by bolinf...@gmail.com on 16 Jul 2013 at 6:45