dsoumis commented on PR #731:
URL: https://github.com/apache/tomcat/pull/731#issuecomment-2149133573

   On second thoughts, I believe ide-support should strictly follow build.xml 
rules. 
   As build.xml 
[excludes](https://github.com/apache/tomcat/blob/main/build.xml#L1014) openssl 
and panama directories from compilation, so should the IDE as well. Through 
reading the intellij manual, I [found 
out](https://www.jetbrains.com/help/idea/content-roots.html#exclude-files-folders)
 that the proper way to achieve that is by excluding the directories in Module 
Structure settings. This change allows for building with Java 17 as intended 
(IDE doesn't complain for missing Java 22) without compiling the excluded 
directories, and everything works as expected.
   @isapir please verify this works for you as well


-- 
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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to