< prev index next >

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

Print this page
rev 15157 : 8134779: (jmod) ZipException is thrown if there are duplicate resources
8134847: (jmod) module-info encountered in the cmds, libs or config is not added to jmod file
Reviewed-by:


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



 100 


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