GitHub user welcomemandeep opened a pull request: https://github.com/apache/sling/pull/118
SLING-5266 Export org.mozilla.javascript.ast package Currently Sling Scripting Javascript Support only exports org.mozilla.javascript package which is sufficient for evaluating javascript using Rhino but to convert expressions to parsed AST we need org.mozilla.javascript.ast You can merge this pull request into a Git repository by running: $ git pull https://github.com/welcomemandeep/sling trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/sling/pull/118.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #118 ---- commit 4c5f97d1b478208afa38baea04db170a7b76687c Author: Mandeep Gandhi <mgan...@adobe.com> Date: 2015-12-17T07:54:40Z SLING-5266 Export org.mozilla.javascript.ast package Currently Sling Scripting Javascript Support only exports org.mozilla.javascript package which is sufficient for evaluating javascript using Rhino but to convert expressions to parsed AST we need org.mozilla.javascript.ast ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---