GitHub user tzezula opened a pull request:
https://github.com/apache/ant/pull/21
JDK9 command line options updated to JEP 293
The JDK9 command line options updated to
[JEP-293](http://openjdk.java.net/jeps/293) - Guidelines for JDK Command-Line
Tool Options.
Options introduced before the JDK 9 will continue to exist in the old
format, eg. -classpath, -cp and a new format is added: --class-path.
The options introduced in the JDK 9 were updated to the new format, eg.
--module-path, -p.
This pull request updates the JDK 9 options used in the Ant to the new
format.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tzezula/ant jigsaw/jep293
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant/pull/21.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 #21
----
commit 748bf84b1daff3a27fdd782f3e6f61399e5d7e44
Author: Tomas Zezula <[email protected]>
Date: 2016-09-09T11:38:55Z
JDK9 command line options updated to JEP 293
----
---
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]