< prev index next >

src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties

Print this page

        

@@ -43,11 +43,11 @@
         'u' flag requires manifest, 'e' flag or input files to be specified!
 error.bad.eflag=\
         'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\
          together!
 error.bad.dflag=\
-        '-d, --print-module-descriptor' option requires no input file(s) to be specified: {0}
+        '-d, --describe-module' option requires no input file(s) to be specified: {0}
 error.bad.reason=\
         bad reason: {0}, must be one of deprecated, deprecated-for-removal, or incubating
 error.nosuch.fileordir=\
         {0} : no such file or directory
 error.write.file=\

@@ -60,10 +60,12 @@
         Could not create a temporary file
 error.hash.dep=\
         Hashing module {0} dependences, unable to find module {1} on module path
 error.module.options.without.info=\
         One of --module-version or --hash-modules without module-info.class
+error.unable.derive.automodule=\
+        Unable to derive module descriptor for: {0}
 error.unexpected.module-info=\
         Unexpected module descriptor {0}
 error.module.descriptor.not.found=\
         Module descriptor not found
 error.invalid.versioned.module.attribute=\

@@ -127,10 +129,12 @@
         unexpected versioned entry {0}
 out.added.manifest=\
         added manifest
 out.added.module-info=\
         added module-info: {0}
+out.automodule.name=\
+        No module descriptor found. Derived automatic module: {0}
 out.update.manifest=\
         updated manifest
 out.update.module-info=\
         updated module-info: {0}
 out.ignore.entry=\

@@ -222,12 +226,12 @@
 \  -t, --list                 List the table of contents for the archive
 main.help.opt.main.update=\
 \  -u, --update               Update an existing jar archive
 main.help.opt.main.extract=\
 \  -x, --extract              Extract named (or all) files from the archive
-main.help.opt.main.print-module-descriptor=\
-\  -d, --print-module-descriptor  Print the module descriptor
+main.help.opt.main.describe-module=\
+\  -d, --describe-module      Print the module descriptor, or automatic module name
 main.help.opt.any=\
 \ Operation modifiers valid in any mode:\n\
 \n\
 \  -C DIR                     Change to the specified directory and include the\n\
 \                             following file
< prev index next >