< prev index next >

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

Print this page




  91 err.invalid.version=invalid module version {0}
  92 err.output.must.be.specified=--output must be specified
  93 err.mods.must.be.specified=--mods must be specified
  94 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  95 err.invalid.main-class=invalid main-class name: {0}
  96 err.path.not.found=path not found: {0}
  97 err.path.not.valid=invalid path: {0}
  98 err.path.not.a.dir=path must be a directory: {0}
  99 err.invalid.class.path.entry=invalid class path entry: {0}
 100 err.file.already.exists=file already exists: {0}
 101 err.jmod.not.found=no jmod file found: {0}
 102 err.bad.pattern=bad pattern {0}
 103 err.bad.WarnIfResolvedReason=bad reason: {0}, must be one of deprecated,\
 104 \ deprecated-for-removal, or incubating
 105 err.unknown.option=unknown option(s): {0}
 106 err.missing.arg=no value given for {0}
 107 err.internal.error=internal error: {0} {1} {2}
 108 err.invalid.dryrun.option=--dry-run can only be used with hash mode
 109 err.module.descriptor.not.found=Module descriptor not found
 110 err.missing.export.or.open.packages=Packages that are exported or open in {0} are not present: {1}

 111 warn.invalid.arg=Invalid classname or pathname not exist: {0}
 112 warn.no.module.hashes=No hashes recorded: no module specified for hashing depends on {0}
 113 warn.module.resolution.fail=No hashes recorded: {0}
 114 warn.ignore.entry=ignoring entry {0}, in section {1}
 115 warn.ignore.duplicate.entry=ignoring duplicate entry {0}, in section {1}
 116 
 117 


  91 err.invalid.version=invalid module version {0}
  92 err.output.must.be.specified=--output must be specified
  93 err.mods.must.be.specified=--mods must be specified
  94 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  95 err.invalid.main-class=invalid main-class name: {0}
  96 err.path.not.found=path not found: {0}
  97 err.path.not.valid=invalid path: {0}
  98 err.path.not.a.dir=path must be a directory: {0}
  99 err.invalid.class.path.entry=invalid class path entry: {0}
 100 err.file.already.exists=file already exists: {0}
 101 err.jmod.not.found=no jmod file found: {0}
 102 err.bad.pattern=bad pattern {0}
 103 err.bad.WarnIfResolvedReason=bad reason: {0}, must be one of deprecated,\
 104 \ deprecated-for-removal, or incubating
 105 err.unknown.option=unknown option(s): {0}
 106 err.missing.arg=no value given for {0}
 107 err.internal.error=internal error: {0} {1} {2}
 108 err.invalid.dryrun.option=--dry-run can only be used with hash mode
 109 err.module.descriptor.not.found=Module descriptor not found
 110 err.missing.export.or.open.packages=Packages that are exported or open in {0} are not present: {1}
 111 err.module.resolution.fail=Resolution failed: {0}
 112 warn.invalid.arg=Invalid classname or pathname not exist: {0}
 113 warn.no.module.hashes=No hashes recorded: no module specified for hashing depends on {0}

 114 warn.ignore.entry=ignoring entry {0}, in section {1}
 115 warn.ignore.duplicate.entry=ignoring duplicate entry {0}, in section {1}
 116 
 117 
< prev index next >