You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/08/28 08:57:44 UTC

[jira] Reopened: (SLING-632) Ruby script engine does not start due to missing dependencies

     [ https://issues.apache.org/jira/browse/SLING-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz reopened SLING-632:
---------------------------------------


Not all of them:

                        <Import-Package>
                            javax.swing.*;
                            org.apache.bsf.*;
                            sun.misc; resolution:=optional
                        </Import-Package>

I'll try as you suggest, with jruby 1.1.1

> Ruby script engine does not start due to missing dependencies
> -------------------------------------------------------------
>
>                 Key: SLING-632
>                 URL: https://issues.apache.org/jira/browse/SLING-632
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>
> In revision 689730, the ruby script engine bundle does not start if loaded, due to the following missing dependencies:
> !! com.sun.mirror.apt,version=0.0.0 from -- Cannot be resolved
> !! com.sun.mirror.declaration,version=0.0.0 from -- Cannot be resolved
> !! com.sun.mirror.type,version=0.0.0 from -- Cannot be resolved
> !! com.sun.mirror.util,version=0.0.0 from -- Cannot be resolved
> !! org.apache.bsf,version=0.0.0 from -- Cannot be resolved
> !! org.apache.bsf.util,version=0.0.0 from -- Cannot be resolved
> !! sun.misc,version=0.0.0 from -- Cannot be resolved
> For now, I'll downgrade the jruby dependency to 1.0, as that used to work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.