1 #
   2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 main.usage.summary=\
  27 Usage: {0} <options> --module-path <modulepath> --add-modules <mods> --output\n\
  28 \<path> use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} <options> --module-path <modulepath> --add-modules <mods> --output\n\
  32 \<path> Possible options include:
  33 
  34 error.prefix=Error:
  35 warn.prefix=Warning:
  36 
  37 main.opt.help=\
  38 \  -h, --help                            Print this help message
  39 
  40 main.opt.version=\
  41 \      --version                         Version information
  42 
  43 main.opt.module-path=\
  44 \  -p, --module-path <path>              Module path
  45 
  46 main.opt.add-modules=\
  47 \      --add-modules <mod>[,<mod>...]    Root modules to resolve
  48 
  49 main.opt.limit-modules=\
  50 \      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
  51 \                                        modules
  52 
  53 main.opt.output=\
  54 \      --output <path>                   Location of output path
  55 
  56 main.opt.launcher=\
  57 \      --launcher <command>=<module>     Launcher command name for the module\n\
  58 \      --launcher <command>=<module>/<main>\n\
  59 \                                        Launcher command name for the module and the main class
  60 
  61 main.command.files=\
  62 \      @<filename>                       Read options from file
  63 
  64 main.opt.endian=\
  65 \      --endian <little|big>             Byte order of generated jimage\n\
  66 \                                        (default:native)
  67 
  68 main.opt.save-opts=\
  69 \      --save-opts <filename>            Save jlink options in the given file
  70 
  71 main.opt.ignore-signing-information=\
  72 \      --ignore-signing-information      Suppress a fatal error when signed\n\
  73 \                                        modular JARs are linked in the image.\n\
  74 \                                        The signature related files of the\n\
  75 \                                        signed modular JARs are not copied to\n\
  76 \                                        the runtime image.
  77 
  78 main.msg.bug=\
  79 An exception has occurred in jlink. \
  80 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  81 after checking the database for duplicates. \
  82 Include your program and the following diagnostic in your report.  Thank you.
  83 
  84 main.extended.help=\
  85 \List of available plugins:
  86 
  87 main.extended.help.footer=\
  88 \For options requiring a <pattern-list>, the value will be a comma separated\n\
  89 \list of elements each using one the following forms:\n\
  90 \  <glob-pattern>\n\
  91 \  glob:<glob-pattern>\n\
  92 \  regex:<regex-pattern>\n\
  93 \  @<filename> where filename is the name of a file containing patterns to be\n\
  94 \              used, one pattern per line\n\
  95 \n\
  96 
  97 
  98 err.unknown.byte.order:unknown byte order {0}
  99 err.launcher.main.class.empty:launcher main class name cannot be empty: {0}
 100 err.launcher.module.name.empty:launcher module name cannot be empty: {0}
 101 err.launcher.value.format:launcher value should be of form <command>=<module>[/<main-class>]: {0}
 102 err.output.must.be.specified:--output must be specified
 103 err.modulepath.must.be.specified:--module-path must be specified
 104 err.mods.must.be.specified:no modules specified to {0}
 105 err.path.not.found=path not found: {0}
 106 err.path.not.valid=invalid path: {0}
 107 err.image.must.exist=image {0} does not exist or is not a directory
 108 err.existing.image.invalid=existing image is not valid
 109 err.file.not.found=cannot find file: {0}
 110 err.file.error=cannot access file: {0}
 111 err.dir.exists={0} already exists
 112 err.badpattern=bad pattern {0}
 113 err.unknown.option=unknown option: {0}
 114 err.orphan.argument=orphan argument: {0}
 115 err.missing.arg=no value given for {0}
 116 err.internal.error=internal error: {0} {1} {2}
 117 err.invalid.arg.for.option=invalid argument for option: {0}
 118 err.option.after.class=option must be specified before classes: {0}
 119 err.option.unsupported={0} not supported: {1}
 120 err.config.defaults=property {0} is missing from configuration
 121 err.config.defaults.value=wrong value in defaults property: {0}
 122 err.bom.generation=bom file generation failed: {0}
 123 err.not.modular.format=selected module {0} ({1}) not in jmod or modular JAR format
 124 err.signing=signed modular JAR {0} is currently not supported,\
 125 \ use --ignore-signing-information to suppress error
 126 warn.signing=WARNING: signed modular JAR {0} is currently not supported
 127 warn.invalid.arg=invalid classname or pathname not exist: {0}
 128 warn.split.package=package {0} defined in {1} {2}