[
https://issues.apache.org/jira/browse/SLING-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bertrand Delacretaz closed SLING-632.
-------------------------------------
Resolution: Fixed
"Fixed" in revision 689731, the scripting.ruby bundle now loads correctly using
the launchpad/testing module, and the following script at apps/foo/foo.erb
displays the correct path when requesting
http://localhost:8888/content/foo/*.html
<html>
<body>
currentNode path = <b><%= currentNode.getPath() %></b>.
</body>
</html>
> 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.