mbien opened a new pull request, #5455:
URL: https://github.com/apache/netbeans/pull/5455
follow up to #5122
attempt to remove project specific `javac.source/target/release` properties
and sets them to `javac.default.release` in common.xml so that projects can
still overwrite the default where required (example would be java/java.disco).
excluded some paths which use build-impl.xml instead of the NB
infrastructure:
- nbi/
- webcommon/cordova/
- java/java.j2seproject/copylibstask/
- java/javawebstart/AntTasks/
full build is working locally and CV tests are green too (tested with JDK
19), ran only rudimentary manual tests.
this created an interesting problem I didn't anticipate:
NetBeans doesn't know anymore what javac level the projects have when they
are opened. Have to find a fix for that.
but first lets see if a full test run is green.
--
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