GitHub user tzezula opened a pull request:
https://github.com/apache/ant/pull/16
The JDK 9 module system support for the Javac Task
Added a support for jigsaw modulepath, upgrademodulepath and
modulesourcepath to Javac task. Both single module and multi module compilation
is supported.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tzezula/ant jigsaw/javac
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant/pull/16.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16
----
commit 66726667b68f214aa60260024080278c8d49caf1
Author: Tomas Zezula <[email protected]>
Date: 2016-03-11T13:00:22Z
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
commit b7f4a1f2ef5116bc3d75ee07fadb702a11adc9a9
Author: Tomas Zezula <[email protected]>
Date: 2016-03-11T13:21:11Z
Removed misleading comment. The sourcepath and modulesourcepath cannot be
combined.
commit 91956b015ae3ee3da026bbfada377a19b54718d9
Author: Tomas Zezula <[email protected]>
Date: 2016-03-11T14:44:59Z
Added unit test for excludes in multi module compilation.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]