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 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
  27 
  28 release-info.description=\
  29 <file> option is to load release properties from the supplied file.\n\
  30 add: is to add properties to the 'release' file.\n\
  31 Any number of <key>=<value> pairs can be passed.\n\
  32 del: is to delete the list of keys in release file.
  33 
  34 class-for-name.argument=
  35 
  36 class-for-name.description=\
  37 Class optimization: convert Class.forName calls to constant loads.
  38 
  39 compress.argument=<0|1|2>[:filter=<pattern-list>]
  40 
  41 compress.description=\
  42 Compress all resources in the output image.\n\
  43 Level 0: constant string sharing\n\
  44 Level 1: ZIP\n\
  45 Level 2: both.\n\
  46 An optional <pattern-list> filter can be specified to list the pattern of\n\
  47 files to be included.
  48 
  49 compact-cp.argument=<resource paths>
  50 
  51 compact-cp.description=Constant Pool strings sharing.\n\
  52 By default, all resources are compressed. You can express the set \n\
  53 of resources to compress or not compress (use ^ for negation).
  54 
  55 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  56 
  57 copy-files.description=\
  58 If files to copy are not absolute path, JDK home dir is used.\n\
  59 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt
  60 
  61 exclude-files.argument=<pattern-list> of files to exclude
  62 
  63 exclude-files.description=\
  64 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  65 
  66 exclude-resources.argument=<pattern-list> resources to exclude
  67 
  68 exclude-resources.description=\
  69 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  70 
  71 generate-jli-classes.argument=<bmh[:bmh-species=LL,L3,...]>
  72 
  73 generate-jli-classes.description=\
  74 Concrete java.lang.invoke classes to generate
  75 
  76 installed-modules.description=Fast loading of module descriptors (always enabled)
  77 
  78 onoff.argument=<on|off>
  79 
  80 order-resources.argument=<pattern-list> of paths in priority order.  If a @file\n\
  81 is specified, then each line should be an exact match for the path to be ordered
  82 
  83 order-resources.description=\
  84 Order resources. e.g.: **/module-info.class,@classlist,/java.base/java/lang/**
  85 
  86 strip-debug.description=\
  87 Strip debug information from the output image
  88 
  89 strip-native-commands.description=\
  90 Exclude native commands (such as java/java.exe) from the image
  91 
  92 vm.argument=<client|server|minimal|all>
  93 
  94 vm.description=\
  95 Select the HotSpot VM in the output image.  Default is all
  96 
  97 zip.argument=[comma separated list of resource paths]
  98 
  99 zip.description=ZIP Compression
 100 
 101 include-locales.argument=\
 102 <langtag>[,<langtag>]*
 103 
 104 include-locales.description=\
 105 BCP 47 language tags separated by a comma, allowing locale matching\n\
 106 defined in RFC 4647. e.g.: en,ja,*-IN
 107 
 108 include-locales.missingpackages=\
 109 Missing locale data packages in jdk.localedata:\n\t
 110 
 111 include-locales.nomatchinglocales=\
 112 No matching locales found for \"%s\". Check the specified pattern.
 113 
 114 include-locales.invalidtag=\
 115 Invalid language tag: %s
 116 
 117 include-locales.localedatanotfound=\
 118 jdk.localedata module was not specified with --addmods option
 119 
 120 main.status.ok=Functional.
 121 
 122 main.status.not.ok= Not functional.
 123 
 124 plugin.plugins.header=\
 125 List of available plugin options:
 126 
 127 plugin.opt.list-plugins=\
 128 \  --list-plugins                    List available plugins
 129 
 130 plugin.opt.post-process-path=\
 131 \  --post-process-path <imagefile>   Post process an existing image
 132 
 133 plugin.opt.resources-last-sorter=\
 134 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 135 
 136 plugin.opt.plugins-modulepath=\
 137 \  --plugin-module-path <modulepath> Custom plugins module path
 138 
 139 plugin.opt.c=\
 140 \  -c, --compress=2                  Enable compression of resources (level 2)
 141 
 142 plugin.opt.G=\
 143 \  -G, --strip-debug                 Strip debug information
 144 
 145 main.plugin.name=\
 146 \Plugin Name
 147 
 148 main.plugin.class=\
 149 \Plugin Class
 150 
 151 main.plugin.module=\
 152 \Plugin Module
 153 
 154 main.plugin.category=\
 155 \Category
 156 
 157 main.plugin.description=\
 158 \Description
 159 
 160 main.plugin.post.processors=\
 161 Image Post Processors:
 162 
 163 main.plugin.argument=\
 164 \Argument
 165 
 166 main.plugin.range.from=\
 167 Range from
 168 
 169 main.plugin.range.to=\
 170 to
 171 
 172 main.plugin.option=\
 173 \Option
 174 
 175 main.plugin.no.value=\
 176 \<empty>
 177 
 178 main.plugin.state=\
 179 Functional state
 180 
 181 err.provider.not.functional=The provider {0} is not functional.
 182 
 183 err.plugin.mutiple.options=More than one plugin enabled by {0} option
 184 err.provider.additional.arg.error=Error in additional argument specification in {0} option: {1}
 185 
 186 err.no.plugins.path=No plugins path argument.
 187 
 188 err.dir.already.exits=directory already exists: {0}
 189 
 190 err.invalid.index=invalid index for option {0}
 191 
 192 err.plugin.option.not.set=Option {0} must be set.
 193 
 194 warn.thirdparty.plugins=\
 195 Enabling third party plugins can lead to unusable generated image.
 196 
 197 warn.thirdparty.plugins.enabled=\
 198 You have enabled third party plugins.