Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.3RC1
-
Fix Version/s: JRuby 1.4
-
Component/s: Embedding, Java Integration
-
Labels:None
-
Number of attachments :
Description
Groovy recently bundled JSR-223 (common interface to other scripting languages) to their JAR – so now Groovy "just works" as an available language option once the JAR is on the classpath. (See GROOVY-1594.)
It'd be nice for JRuby to do the same; currently support requires fishing one tiny (~24K) jruby-engine.jar out of a downloadable all-engines-distribution tar.gz from http://scripting.dev.java.net.
Yes, I agree. Besides being easier, it would also be easier to ensure that the two versions are in sync that way. Too extra needed code is so tiny that there is really no reason for not doing as far as I see it.