Hi Reto,

I think what you've found is org.apache.bsf.bsf-utils, not org.apache.bsf.utils. I don't know where to find org.apache.bsf.util. In our ext.org.jruby we ignore this package.

Maybe you can ask jruby mailing list...

regards
hasan


Reto Bachmann-Gmuer wrote:
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
  • jruby Reto Bachmann-Gmuer
    • Re: jruby Hasan
    • jruby Reto Bachmann-Gmuer

Reply via email to