< prev index next >

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

Print this page




  38 main.opt.mode.create=\
  39 \create    - Creates a new jmod archive
  40 main.opt.mode.list=\
  41 \list      - Prints the names of all the entries
  42 main.opt.mode.describe=\
  43 \describe  - Prints the module details
  44 main.opt.mode.hash=\
  45 \hash      - Records hashes of tied modules.
  46 
  47 main.opt.help=Print this usage message
  48 main.opt.version=Version information
  49 main.opt.class-path=Application jar files|dir containing classes
  50 main.opt.libs=Location of native libraries
  51 main.opt.cmds=Location of native commands
  52 main.opt.config=Location of user-editable config files
  53 main.opt.dry-run=Dry run of hash mode
  54 main.opt.exclude=Exclude files matching the supplied comma separated pattern\
  55 \ list, each element using one the following forms: <glob-pattern>,\
  56 \ glob:<glob-pattern> or regex:<regex-pattern>
  57 main.opt.header-files=Location of header files

  58 main.opt.module-version= Module version
  59 main.opt.main-class=Main class
  60 main.opt.main-class.arg=class-name
  61 main.opt.man-pages=Location of man pages
  62 main.opt.os-name=Operating system name
  63 main.opt.os-name.arg=os-name
  64 main.opt.os-arch=Operating system architecture
  65 main.opt.os-arch.arg=os-arch
  66 main.opt.os-version=Operating system version
  67 main.opt.os-version.arg=os-version
  68 main.opt.module-path=Module path
  69 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
  70 \ with modules matching the given <regex-pattern> and depending upon it directly\
  71 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
  72 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
  73 
  74 main.opt.cmdfile=Read options from the specified file
  75 
  76 module.hashes.recorded=Hashes are recorded in module {0}
  77 


  83 err.output.must.be.specified=--output must be specified
  84 err.mods.must.be.specified=--mods must be specified
  85 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  86 err.invalid.main-class=invalid main-class name: {0}
  87 err.path.not.found=path not found: {0}
  88 err.path.not.valid=invalid path: {0}
  89 err.path.not.a.dir=path must be a directory: {0}
  90 err.invalid.class.path.entry=invalid class path entry: {0}
  91 err.file.already.exists=file already exists: {0}
  92 err.jmod.not.found=no jmod file found: {0}
  93 err.bad.pattern=bad pattern {0}
  94 err.unknown.option=unknown option(s): {0}
  95 err.missing.arg=no value given for {0}
  96 err.internal.error=internal error: {0} {1} {2}
  97 err.invalid.dryrun.option=--dry-run can only be used with hash mode
  98 err.module.descriptor.not.found=Module descriptor not found
  99 warn.invalid.arg=Invalid classname or pathname not exist: {0}
 100 warn.no.module.hashes=No hashes recorded: no module specified for hashing depends on {0}
 101 warn.module.resolution.fail=No hashes recorded: {0}
 102 warn.ignore.entry=ignoring entry {0}, in section {1}
 103 warn.ignore.duplicate.entry=ignoring duplicate entry {0}, in section{1}
 104 
 105 


  38 main.opt.mode.create=\
  39 \create    - Creates a new jmod archive
  40 main.opt.mode.list=\
  41 \list      - Prints the names of all the entries
  42 main.opt.mode.describe=\
  43 \describe  - Prints the module details
  44 main.opt.mode.hash=\
  45 \hash      - Records hashes of tied modules.
  46 
  47 main.opt.help=Print this usage message
  48 main.opt.version=Version information
  49 main.opt.class-path=Application jar files|dir containing classes
  50 main.opt.libs=Location of native libraries
  51 main.opt.cmds=Location of native commands
  52 main.opt.config=Location of user-editable config files
  53 main.opt.dry-run=Dry run of hash mode
  54 main.opt.exclude=Exclude files matching the supplied comma separated pattern\
  55 \ list, each element using one the following forms: <glob-pattern>,\
  56 \ glob:<glob-pattern> or regex:<regex-pattern>
  57 main.opt.header-files=Location of header files
  58 main.opt.legal-notices=Location of legal notices
  59 main.opt.module-version= Module version
  60 main.opt.main-class=Main class
  61 main.opt.main-class.arg=class-name
  62 main.opt.man-pages=Location of man pages
  63 main.opt.os-name=Operating system name
  64 main.opt.os-name.arg=os-name
  65 main.opt.os-arch=Operating system architecture
  66 main.opt.os-arch.arg=os-arch
  67 main.opt.os-version=Operating system version
  68 main.opt.os-version.arg=os-version
  69 main.opt.module-path=Module path
  70 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
  71 \ with modules matching the given <regex-pattern> and depending upon it directly\
  72 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
  73 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
  74 
  75 main.opt.cmdfile=Read options from the specified file
  76 
  77 module.hashes.recorded=Hashes are recorded in module {0}
  78 


  84 err.output.must.be.specified=--output must be specified
  85 err.mods.must.be.specified=--mods must be specified
  86 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  87 err.invalid.main-class=invalid main-class name: {0}
  88 err.path.not.found=path not found: {0}
  89 err.path.not.valid=invalid path: {0}
  90 err.path.not.a.dir=path must be a directory: {0}
  91 err.invalid.class.path.entry=invalid class path entry: {0}
  92 err.file.already.exists=file already exists: {0}
  93 err.jmod.not.found=no jmod file found: {0}
  94 err.bad.pattern=bad pattern {0}
  95 err.unknown.option=unknown option(s): {0}
  96 err.missing.arg=no value given for {0}
  97 err.internal.error=internal error: {0} {1} {2}
  98 err.invalid.dryrun.option=--dry-run can only be used with hash mode
  99 err.module.descriptor.not.found=Module descriptor not found
 100 warn.invalid.arg=Invalid classname or pathname not exist: {0}
 101 warn.no.module.hashes=No hashes recorded: no module specified for hashing depends on {0}
 102 warn.module.resolution.fail=No hashes recorded: {0}
 103 warn.ignore.entry=ignoring entry {0}, in section {1}
 104 warn.ignore.duplicate.entry=ignoring duplicate entry {0}, in section {1}
 105 
 106 
< prev index next >