Bit of a PSA for those that don't build the in-development(15, right now) from source, Modular Ant based projects WILL NOT compile, failing on:

Unable to create javax script engine for javascript


which then points to:


<j2semodularproject1:modsource_regexp xmlns:j2semodularproject1="http://www.netbeans.org/ns/j2se-modular-project/1"; modsource="${test.src.dir.path}" property="have.tests.test.src.dir.regexp"/>


I'm guessing this has something to do with Nashorn's removal since building spams the console with deprecation and removal warnings for it in previous JDK builds. Non modular Ant based projects seem to still compile, at least compiling a newly created project still works.


Guess it's time to move to Maven...


And no, Netbeans 12 doesn't make a difference.


---------------------------------------------------------------------
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

Reply via email to