< prev index next >

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

Print this page
rev 14867 : 8159172: Update usage of jlink/jimage/jmod to show option patterns
Reviewed-by: mchung


  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} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\
  28 use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>
  32 
  33 error.prefix=Error:
  34 warn.prefix=Warning:
  35 
  36 main.opt.mode.create=\
  37 \create    - Creates a new jmod archive
  38 main.opt.mode.list=\
  39 \list      - Prints the names of all the entries
  40 main.opt.mode.describe=\
  41 \describe  - Prints the module details
  42 main.opt.mode.hash=\
  43 \hash      - Records hashes of tied modules.
  44 
  45 main.opt.help=Print this usage message
  46 main.opt.version=Version information
  47 main.opt.class-path=Application jar files|dir containing classes
  48 main.opt.libs=Location of native libraries
  49 main.opt.cmds=Location of native commands
  50 main.opt.config=Location of user-editable config files
  51 main.opt.dry-run=Dry run of hash mode
  52 main.opt.exclude=Exclude files, given as a PATTERN


  53 main.opt.module-version= Module version
  54 main.opt.main-class=Main class
  55 main.opt.main-class.arg=class-name
  56 main.opt.os-name=Operating system name
  57 main.opt.os-name.arg=os-name
  58 main.opt.os-arch=Operating system architecture
  59 main.opt.os-arch.arg=os-arch
  60 main.opt.os-version=Operating system version
  61 main.opt.os-version.arg=os-version
  62 main.opt.modulepath=Module path
  63 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
  64 \ with modules matching the given pattern and depending upon it directly\
  65 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
  66 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
  67 
  68 main.opt.cmdfile=Read options from the specified file
  69 
  70 module.hashes.recorded=Hashes are recorded in module {0}
  71 
  72 err.missing.mode=one of create, list, describe, or hash must be specified
  73 err.invalid.mode=mode must be one of create, list, describe, or hash: {0}
  74 err.classpath.must.be.specified=--class-path must be specified
  75 err.jmod.must.be.specified=jmod-file must be specified
  76 err.invalid.version=invalid module version {0}
  77 err.output.must.be.specified=--output must be specified
  78 err.mods.must.be.specified=--mods must be specified
  79 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  80 err.invalid.main-class=invalid main-class name: {0}
  81 err.path.not.found=path not found: {0}
  82 err.path.not.valid=invalid path: {0}
  83 err.path.not.a.dir=path must be a directory: {0}
  84 err.invalid.class.path.entry=invalid class path entry: {0}


  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} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\
  28 use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\
  32 
  33 error.prefix=Error:
  34 warn.prefix=Warning:
  35 
  36 main.opt.mode.create=\
  37 \create    - Creates a new jmod archive
  38 main.opt.mode.list=\
  39 \list      - Prints the names of all the entries
  40 main.opt.mode.describe=\
  41 \describe  - Prints the module details
  42 main.opt.mode.hash=\
  43 \hash      - Records hashes of tied modules.
  44 
  45 main.opt.help=Print this usage message
  46 main.opt.version=Version information
  47 main.opt.class-path=Application jar files|dir containing classes
  48 main.opt.libs=Location of native libraries
  49 main.opt.cmds=Location of native commands
  50 main.opt.config=Location of user-editable config files
  51 main.opt.dry-run=Dry run of hash mode
  52 main.opt.exclude=Exclude files matching the supplied comma separated pattern\
  53 \ list, each element using one the following forms: <glob-pattern>,\
  54 \ glob:<glob-pattern> or regex:<regex-pattern>
  55 main.opt.module-version= Module version
  56 main.opt.main-class=Main class
  57 main.opt.main-class.arg=class-name
  58 main.opt.os-name=Operating system name
  59 main.opt.os-name.arg=os-name
  60 main.opt.os-arch=Operating system architecture
  61 main.opt.os-arch.arg=os-arch
  62 main.opt.os-version=Operating system version
  63 main.opt.os-version.arg=os-version
  64 main.opt.modulepath=Module path
  65 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
  66 \ with modules matching the given <regex-pattern> and depending upon it directly\
  67 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
  68 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
  69 
  70 main.opt.cmdfile=Read options from the specified file
  71 
  72 module.hashes.recorded=Hashes are recorded in module {0}
  73 
  74 err.missing.mode=one of create, list, describe, or hash must be specified
  75 err.invalid.mode=mode must be one of create, list, describe, or hash: {0}
  76 err.classpath.must.be.specified=--class-path must be specified
  77 err.jmod.must.be.specified=jmod-file must be specified
  78 err.invalid.version=invalid module version {0}
  79 err.output.must.be.specified=--output must be specified
  80 err.mods.must.be.specified=--mods must be specified
  81 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  82 err.invalid.main-class=invalid main-class name: {0}
  83 err.path.not.found=path not found: {0}
  84 err.path.not.valid=invalid path: {0}
  85 err.path.not.a.dir=path must be a directory: {0}
  86 err.invalid.class.path.entry=invalid class path entry: {0}
< prev index next >