src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties

Print this page
rev 16200 : 8166568: jmod tool needs extract option
8169492: jdk.internal.jmod.JmodFile.JMOD_MAGIC_NUMBER is a mutable array
Reviewed-by:

*** 22,44 **** # or visit www.oracle.com if you need additional information or have any # questions. # main.usage.summary=\ ! Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\ use --help for a list of possible options main.usage=\ ! Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\ error.prefix=Error: warn.prefix=Warning: main.opt.mode=\ \Main operation modes: main.opt.mode.create=\ \create - Creates a new jmod archive main.opt.mode.list=\ \list - Prints the names of all the entries main.opt.mode.describe=\ \describe - Prints the module details main.opt.mode.hash=\ --- 22,46 ---- # or visit www.oracle.com if you need additional information or have any # questions. # main.usage.summary=\ ! Usage: {0} (create|extract|list|describe|hash) <OPTIONS> <jmod-file>\n\ use --help for a list of possible options main.usage=\ ! Usage: {0} (create|extract|list|describe|hash) <OPTIONS> <jmod-file>\n\ error.prefix=Error: warn.prefix=Warning: main.opt.mode=\ \Main operation modes: main.opt.mode.create=\ \create - Creates a new jmod archive + main.opt.mode.extract=\ + \extract - Extracts all the files from the archive main.opt.mode.list=\ \list - Prints the names of all the entries main.opt.mode.describe=\ \describe - Prints the module details main.opt.mode.hash=\
*** 73,84 **** main.opt.cmdfile=Read options from the specified file module.hashes.recorded=Hashes are recorded in module {0} ! err.missing.mode=one of create, list, describe, or hash must be specified ! err.invalid.mode=mode must be one of create, list, describe, or hash: {0} err.classpath.must.be.specified=--class-path must be specified err.jmod.must.be.specified=jmod-file must be specified err.invalid.version=invalid module version {0} err.output.must.be.specified=--output must be specified err.mods.must.be.specified=--mods must be specified --- 75,86 ---- main.opt.cmdfile=Read options from the specified file module.hashes.recorded=Hashes are recorded in module {0} ! err.missing.mode=one of create, extract, list, describe, or hash must be specified ! err.invalid.mode=mode must be one of create, extract, list, describe, or hash: {0} err.classpath.must.be.specified=--class-path must be specified err.jmod.must.be.specified=jmod-file must be specified err.invalid.version=invalid module version {0} err.output.must.be.specified=--output must be specified err.mods.must.be.specified=--mods must be specified