[
https://issues.apache.org/jira/browse/SLING-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959994#comment-13959994
]
Bertrand Delacretaz commented on SLING-3405:
--------------------------------------------
AFAICS those compiler classes are provided by the jasper-jdt dependency in
bundles/scripting/jsp:
{code}
cd bundles/scripting/jsp
mvn dependency:copy-dependencies
unzip -l target/dependency/jasper-jdt-6.0.14.jar
Archive: target/dependency/jasper-jdt-6.0.14.jar
...
2447 02-12-07 14:00 org/eclipse/jdt/core/compiler/BuildContext.class
1537 02-12-07 14:00
org/eclipse/jdt/core/compiler/CategorizedProblem.class
18317 02-12-07 14:00 org/eclipse/jdt/core/compiler/CharOperation.class
1556 02-12-07 14:00
org/eclipse/jdt/core/compiler/CompilationParticipant.class
...
{code}
> SLING2094Test and ServerSideScriptsTest fail with java 8: JSP compiler does
> not find java.util.Arrays or java.lang.CharSequence
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: SLING-3405
> URL: https://issues.apache.org/jira/browse/SLING-3405
> Project: Sling
> Issue Type: Bug
> Components: Scripting, Testing
> Reporter: Bertrand Delacretaz
> Priority: Minor
> Attachments: jasper-upgrade.patch
>
>
> Running the launchpad/integration-tests SLING2094Test fails due to a
> compilation error for the test script [1]: "Unable to compile class for JSP,
> the import java.util.Arrays cannot be resolved".
> [1]
> https://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/resources/integration-test/issues/sling2094/sling2094.jsp
--
This message was sent by Atlassian JIRA
(v6.2#6252)