Hi Hasan,

I noticed that in the launcher we have the follwing dependencies

       <dependency>
            <groupId>com.sun.script.jruby</groupId>
            <artifactId>jruby-engine</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.clerezza.ext</groupId>
            <artifactId>org.jruby</artifactId>
            <scope>runtime</scope>
        </dependency>

I came across this as the com.sun.script.jruby one is problematic as it is
not present in the central maven repo.

Looking at http://jira.codehaus.org/browse/JRUBY-3687 it seems with jruby
1.4 jsr 223 support should be there. Nicely JRuby 1.4 comes as OSGI bundle,
same for jruby-embed-0.1.3.jar. Unfortunately I still have a missing
org.apache.bsf.util, the jars in
http://repo2.maven.org/maven2/org/apache/bsf/ unfortunately are not osgi
bundles, also I can find the package org.apache.bsf.utils but not
org.apache.bsf.util...

Any ideas?

Cheers,
reto

Reply via email to