Re: jar --print-module-descriptor

2018-01-04 Thread Alan Bateman
On 04/01/2018 23:03, mandy chung wrote: I created https://bugs.openjdk.java.net/browse/JDK-8194653 to fix the docs bug.   The docs was missed to be updated when this jar option was renamed to --describe-module. Here's the correct link. As Mandy says, this is an issue with the Oracle docs, the

Re: jar --print-module-descriptor

2018-01-04 Thread mandy chung
I created https://bugs.openjdk.java.net/browse/JDK-8194653 to fix the docs bug.   The docs was missed to be updated when this jar option was renamed to --describe-module. Thanks for reporting this. Mandy On 1/4/18 2:16 PM, Nicolai Parlog wrote: Hi! The Java 9 jar documentation says[1]:

jar --print-module-descriptor

2018-01-04 Thread Nicolai Parlog
Hi! The Java 9 jar documentation says[1]: -d or --print-module-descriptor Prints the module descriptor. It's --describe-module, though, right? At least that's what my 9.0.1 install says. so long ... Nicolai [1] https://docs.oracle.com/javase/9/tools/jar.htm#JSWOR614 --

hg: jigsaw/jake/jdk: jar --print-module-descriptor missed to close the jar file

2016-11-02 Thread mandy . chung
Changeset: 2d63ca46f6db Author:mchung Date: 2016-11-02 10:40 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/2d63ca46f6db jar --print-module-descriptor missed to close the jar file ! src/jdk.jartool/share/classes/sun/tools/jar/Main.java ! test/tools/jar/mmrjar