-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org/glassfish/web/javax.servlet.jsp 2.3.2 jar does not contain JDTJavaCompiler #10
Comments
@glassfishrobot Commented |
@glassfishrobot Commented What was the reason for excluding them from compilation? Was it related to dependencies being pulled in transitively? If so, could we just mark them as optional in Maven? Then they will be on the compilation class path, but not on the runtime class path. I'm not allowed to upload attachments, so here is a patch inline:
|
@glassfishrobot Commented |
|
The Jetty project uses the reference jsp impl in OSGi for which it is necessary to use a non jsr199 compiler (see previous issue https://java.net/jira/browse/JSP-21 for an explanation).
The latest 2.3.2 jar is missing the JDTJavaCompiler class, and thus its not possible to use the reference impl inside OSGi.
Could the JDTJavaCompiler class be reinstated into the org/glassfish/web/javax.servlet.jsp jar please?
Alternatively, issue https://java.net/jira/browse/JSP-29 asks for an extensible mechanism for specifying the compiler class to use, which may be a good idea.
thanks
Jan
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: