Hello,
here is a pull request for extending the Ant Javac task to support Jigsaw
modulepath, modulesourcepath and upgrademodulepath:
https://github.com/apache/ant/pull/16
Thanks for review,
— Tomas
-
To unsubscribe, e-mail: dev
Hi Tomas
welcome to the dev list.
On 2016-03-03, Tomas Zezula wrote:
> 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 nee
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