Jigsaw Support

2016-03-03 Thread Tomas Zezula
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] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-03 Thread tzezula
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