You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2018/06/10 19:28:51 UTC

[Bug 62424] Requesting support for module-aware switches for the task

https://bz.apache.org/bugzilla/show_bug.cgi?id=62424

--- Comment #1 from Gintas Grigelionis <gi...@apache.org> ---
I see --module and --module-source-path, but javadoc in Java 9+
adds a bunch of module-related switches, like
--add-modules, --add-exports, --add-reads, --limit-modules,
--module-path, --show-module-contents,
--show-packages, --system, --upgrade-module-path

Of those, --add-exports and --add-reads are not printed by --help,
but are documented in Javadoc Guide [1]

For completeness sake, there are three more new switches:
--show-members, --show-types, and --release
apart from HTML version switches mentioned in [2]

[1] https://docs.oracle.com/javase/9/javadoc/JSJAV.pdf
[2] https://bz.apache.org/bugzilla/show_bug.cgi?id=62441

-- 
You are receiving this mail because:
You are the assignee for the bug.