matthiasblaesing commented on issue #9461: URL: https://github.com/apache/netbeans/issues/9461#issuecomment-4886757096
@datbates it would be great if you'd be willing to look in to this. You are right, that that was the assumption. The relevant context here is, that the jsp parser needs to know whether javax or jakarta based parsing is requested. The JakartaEE profile is the most obvious choice, but there are alternatives. With only the `WebModule` available using the deployment description might be possible. If all fails it would be an option to try to get the classpath for the target file and check if jakarta/javax classes and decide based on that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
