jdk/src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties
changeset 44267 00898a596f31
parent 43805 9051877afb06
child 45004 ea3137042a61
equal deleted inserted replaced
44266:2b9cc0e5e79f 44267:00898a596f31
    43         'u' flag requires manifest, 'e' flag or input files to be specified!
    43         'u' flag requires manifest, 'e' flag or input files to be specified!
    44 error.bad.eflag=\
    44 error.bad.eflag=\
    45 	'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\
    45 	'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\
    46 	 together!
    46 	 together!
    47 error.bad.dflag=\
    47 error.bad.dflag=\
    48         '-d, --print-module-descriptor' option requires no input file(s) to be specified: {0}
    48         '-d, --describe-module' option requires no input file(s) to be specified: {0}
    49 error.bad.reason=\
    49 error.bad.reason=\
    50         bad reason: {0}, must be one of deprecated, deprecated-for-removal, or incubating
    50         bad reason: {0}, must be one of deprecated, deprecated-for-removal, or incubating
    51 error.nosuch.fileordir=\
    51 error.nosuch.fileordir=\
    52         {0} : no such file or directory
    52         {0} : no such file or directory
    53 error.write.file=\
    53 error.write.file=\
    60         Could not create a temporary file
    60         Could not create a temporary file
    61 error.hash.dep=\
    61 error.hash.dep=\
    62         Hashing module {0} dependences, unable to find module {1} on module path
    62         Hashing module {0} dependences, unable to find module {1} on module path
    63 error.module.options.without.info=\
    63 error.module.options.without.info=\
    64         One of --module-version or --hash-modules without module-info.class
    64         One of --module-version or --hash-modules without module-info.class
       
    65 error.unable.derive.automodule=\
       
    66         Unable to derive module descriptor for: {0}
    65 error.unexpected.module-info=\
    67 error.unexpected.module-info=\
    66         Unexpected module descriptor {0}
    68         Unexpected module descriptor {0}
    67 error.module.descriptor.not.found=\
    69 error.module.descriptor.not.found=\
    68         Module descriptor not found
    70         Module descriptor not found
    69 error.invalid.versioned.module.attribute=\
    71 error.invalid.versioned.module.attribute=\
   127         unexpected versioned entry {0}
   129         unexpected versioned entry {0}
   128 out.added.manifest=\
   130 out.added.manifest=\
   129         added manifest
   131         added manifest
   130 out.added.module-info=\
   132 out.added.module-info=\
   131         added module-info: {0}
   133         added module-info: {0}
       
   134 out.automodule=\
       
   135         No module descriptor found. Derived automatic module.
   132 out.update.manifest=\
   136 out.update.manifest=\
   133         updated manifest
   137         updated manifest
   134 out.update.module-info=\
   138 out.update.module-info=\
   135         updated module-info: {0}
   139         updated module-info: {0}
   136 out.ignore.entry=\
   140 out.ignore.entry=\
   222 \  -t, --list                 List the table of contents for the archive
   226 \  -t, --list                 List the table of contents for the archive
   223 main.help.opt.main.update=\
   227 main.help.opt.main.update=\
   224 \  -u, --update               Update an existing jar archive
   228 \  -u, --update               Update an existing jar archive
   225 main.help.opt.main.extract=\
   229 main.help.opt.main.extract=\
   226 \  -x, --extract              Extract named (or all) files from the archive
   230 \  -x, --extract              Extract named (or all) files from the archive
   227 main.help.opt.main.print-module-descriptor=\
   231 main.help.opt.main.describe-module=\
   228 \  -d, --print-module-descriptor  Print the module descriptor
   232 \  -d, --describe-module      Print the module descriptor, or automatic module name
   229 main.help.opt.any=\
   233 main.help.opt.any=\
   230 \ Operation modifiers valid in any mode:\n\
   234 \ Operation modifiers valid in any mode:\n\
   231 \n\
   235 \n\
   232 \  -C DIR                     Change to the specified directory and include the\n\
   236 \  -C DIR                     Change to the specified directory and include the\n\
   233 \                             following file
   237 \                             following file