jtulach commented on PR #5609: URL: https://github.com/apache/netbeans/pull/5609#issuecomment-1475294533
> One advantage of having a firm compiler during build is less dependence on specifics of the compile-time JDK. Thank you Jan. While this PR demonstrates having such a **firm compiler specification** is possible, it is not the goal of this PR to make any such changes. My goal is to allow usage of `nb-javac` in the NetBeans build system and start testing such combo. Clearly there are issues in the `nb-javac` that shall be improved (for example the `-Werror` problem mentioned above). Improving them while having CI checks on NetBeans as well as `nb-javac` side is a solid engineering approach I am aiming at. Hopefully the [three line change](https://github.com/apache/netbeans/pull/5609/files#diff-2e6575e0d5f99cfd495a77cb8c35ab906d34f9dd2ea1aa9c93156a180a237ab3R132) to the regular build process is found safe enough to allow us to get it in and start evolving the NetBeans+nb-javac combo properly. -- 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
