Re: OSX 64bit One Click Installer for OpenJDK6

2010-12-10 Thread Mark Derricutt
If you're going to make a macports package, how about a homebrew package as well? -- Sent from an Android. On 10/12/2010 10:52 PM, "Henri Gomez" wrote: > Good new, I was thinking doing the same :-) > > Did you build OpenJDK 6 with MacPorts and copied files from > /opt/local/share/java/openjdk6 ?

Re: Rhino on bsd-port/osx-port OpenJDK 7

2011-08-23 Thread Mark Derricutt
Dalibor, I was one of people asking Henri about the lack, the problem I was facing is that upstream rhino doesn't include the javax.scripting extensions for rhino. I had heard somewhere that Mozilla didn't accept Suns changes into their mainline branch for reasons unknown but that was prior to be

Re: Rhino build support

2011-10-18 Thread Mark Derricutt
One downside of not including it is that when you run "jrunscript" you get: $ git develop* → jrunscript script engine for language js can not be found Jrunscript by default looks for a "js" engine and fails. Unfortunately, we can't just take the latest Rhino from mozilla and put it on the clas