Hi,
I am working on the NetBeans Ant based project. For the upcoming NetBeans
release I need to
update the NetBeans generated build scripts to support the JDK 9 module system.
The most problematic
is the Java task which need to support main module execution in addition to jar
and main class.
Als
GitHub user tzezula opened a pull request:
https://github.com/apache/ant/pull/15
Added JDK 9 module system support to the Java Task
Added main module, modulepath and moduleupgradepath into Java task.
You can merge this pull request into a Git repository by running:
$ git pull h