< prev index next >

src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties

Print this page
rev 50498 : 8199871: Deprecate pack200 and unpack200 tools
Reviewed-by:


 114         module-info.class in a versioned directory contains different "exports"
 115 error.validator.info.opens.notequal=\
 116         module-info.class in a versioned directory contains different "opens"
 117 error.validator.info.provides.notequal=\
 118         module-info.class in a versioned directory contains different "provides"
 119 error.validator.info.version.notequal=\
 120         {0}: module-info.class in a versioned directory contains different "version"
 121 error.validator.info.manclass.notequal=\
 122         {0}: module-info.class in a versioned directory contains different "main-class"
 123 warn.validator.identical.entry=\
 124         Warning: entry {0} contains a class that\n\
 125         is identical to an entry already in the jar
 126 warn.validator.resources.with.same.name=\
 127         Warning: entry {0}, multiple resources with same name
 128 warn.validator.concealed.public.class=\
 129         Warning: entry {0} is a public class\n\
 130         in a concealed package, placing this jar on the class path will result\n\
 131         in incompatible public interfaces
 132 warn.release.unexpected.versioned.entry=\
 133         unexpected versioned entry {0}


 134 out.added.manifest=\
 135         added manifest
 136 out.added.module-info=\
 137         added module-info: {0}
 138 out.automodule=\
 139         No module descriptor found. Derived automatic module.
 140 out.update.manifest=\
 141         updated manifest
 142 out.update.module-info=\
 143         updated module-info: {0}
 144 out.ignore.entry=\
 145         ignoring entry {0}
 146 out.adding=\
 147         adding: {0}
 148 out.deflated=\
 149         (deflated {0}%)
 150 out.stored=\
 151         (stored 0%)
 152 out.create=\
 153         \ \ created: {0}
 154 out.extracted=\
 155         extracted: {0}
 156 out.inflated=\
 157         \ inflated: {0}
 158 out.size=\
 159         (in = {0}) (out= {1})
 160 
 161 usage.compat=\
 162 \Compatibility Interface:\
 163 \n\
 164 Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files] ...\n\
 165 Options:\n\
 166 \ \   -c  create new archive\n\
 167 \ \   -t  list table of contents for archive\n\
 168 \ \   -x  extract named (or all) files from archive\n\
 169 \ \   -u  update existing archive\n\
 170 \ \   -v  generate verbose output on standard output\n\
 171 \ \   -f  specify archive file name\n\
 172 \ \   -m  include manifest information from specified manifest file\n\
 173 \ \   -n  perform Pack200 normalization after creating a new archive\n\

 174 \ \   -e  specify application entry point for stand-alone application \n\
 175 \ \       bundled into an executable jar file\n\
 176 \ \   -0  store only; use no ZIP compression\n\
 177 \ \   -P  preserve leading '/' (absolute path) and ".." (parent directory) components from file names\n\
 178 \ \   -M  do not create a manifest file for the entries\n\
 179 \ \   -i  generate index information for the specified jar files\n\
 180 \ \   -C  change to the specified directory and include the following file\n\
 181 If any file is a directory then it is processed recursively.\n\
 182 The manifest file name, the archive file name and the entry point name are\n\
 183 specified in the same order as the 'm', 'f' and 'e' flags.\n\n\
 184 Example 1: to archive two class files into an archive called classes.jar: \n\
 185 \ \      jar cvf classes.jar Foo.class Bar.class \n\
 186 Example 2: use an existing manifest file 'mymanifest' and archive all the\n\
 187 \ \          files in the foo/ directory into 'classes.jar': \n\
 188 \ \      jar cvfm classes.jar mymanifest -C foo/ .\n
 189 
 190 main.usage.summary=\
 191 Usage: jar [OPTION...] [ [--release VERSION] [-C dir] files] ...
 192 main.usage.summary.try=\
 193 Try `jar --help' for more information.


 233 main.help.opt.main.extract=\
 234 \  -x, --extract              Extract named (or all) files from the archive
 235 main.help.opt.main.describe-module=\
 236 \  -d, --describe-module      Print the module descriptor, or automatic module name
 237 main.help.opt.any=\
 238 \ Operation modifiers valid in any mode:\n\
 239 \n\
 240 \  -C DIR                     Change to the specified directory and include the\n\
 241 \                             following file
 242 main.help.opt.any.file=\
 243 \  -f, --file=FILE            The archive file name. When omitted, either stdin or\n\
 244 \                             stdout is used based on the operation\n\
 245 \      --release VERSION      Places all following files in a versioned directory\n\
 246 \                             of the jar (i.e. META-INF/versions/VERSION/)
 247 main.help.opt.any.verbose=\
 248 \  -v, --verbose              Generate verbose output on standard output
 249 main.help.opt.create=\
 250 \ Operation modifiers valid only in create mode:\n
 251 main.help.opt.create.normalize=\
 252 \  -n, --normalize            Normalize information in the new jar archive\n\
 253 \                             after creation

 254 main.help.opt.create.update=\
 255 \ Operation modifiers valid only in create and update mode:\n
 256 main.help.opt.create.update.main-class=\
 257 \  -e, --main-class=CLASSNAME The application entry point for stand-alone\n\
 258 \                             applications bundled into a modular, or executable,\n\
 259 \                             jar archive
 260 main.help.opt.create.update.manifest=\
 261 \  -m, --manifest=FILE        Include the manifest information from the given\n\
 262 \                             manifest file
 263 main.help.opt.create.update.no-manifest=\
 264 \  -M, --no-manifest          Do not create a manifest file for the entries
 265 main.help.opt.create.update.module-version=\
 266 \      --module-version=VERSION    The module version, when creating a modular\n\
 267 \                             jar, or updating a non-modular jar
 268 main.help.opt.create.update.hash-modules=\
 269 \      --hash-modules=PATTERN Compute and record the hashes of modules \n\
 270 \                             matched by the given pattern and that depend upon\n\
 271 \                             directly or indirectly on a modular jar being\n\
 272 \                             created or a non-modular jar being updated
 273 main.help.opt.create.update.module-path=\




 114         module-info.class in a versioned directory contains different "exports"
 115 error.validator.info.opens.notequal=\
 116         module-info.class in a versioned directory contains different "opens"
 117 error.validator.info.provides.notequal=\
 118         module-info.class in a versioned directory contains different "provides"
 119 error.validator.info.version.notequal=\
 120         {0}: module-info.class in a versioned directory contains different "version"
 121 error.validator.info.manclass.notequal=\
 122         {0}: module-info.class in a versioned directory contains different "main-class"
 123 warn.validator.identical.entry=\
 124         Warning: entry {0} contains a class that\n\
 125         is identical to an entry already in the jar
 126 warn.validator.resources.with.same.name=\
 127         Warning: entry {0}, multiple resources with same name
 128 warn.validator.concealed.public.class=\
 129         Warning: entry {0} is a public class\n\
 130         in a concealed package, placing this jar on the class path will result\n\
 131         in incompatible public interfaces
 132 warn.release.unexpected.versioned.entry=\
 133         unexpected versioned entry {0}
 134 warn.flag.is.deprecated=\
 135         Warning: The {0} option is planned to be removed in a future JDK release\n
 136 out.added.manifest=\
 137         added manifest
 138 out.added.module-info=\
 139         added module-info: {0}
 140 out.automodule=\
 141         No module descriptor found. Derived automatic module.
 142 out.update.manifest=\
 143         updated manifest
 144 out.update.module-info=\
 145         updated module-info: {0}
 146 out.ignore.entry=\
 147         ignoring entry {0}
 148 out.adding=\
 149         adding: {0}
 150 out.deflated=\
 151         (deflated {0}%)
 152 out.stored=\
 153         (stored 0%)
 154 out.create=\
 155         \ \ created: {0}
 156 out.extracted=\
 157         extracted: {0}
 158 out.inflated=\
 159         \ inflated: {0}
 160 out.size=\
 161         (in = {0}) (out= {1})
 162 
 163 usage.compat=\
 164 \Compatibility Interface:\
 165 \n\
 166 Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files] ...\n\
 167 Options:\n\
 168 \ \   -c  create new archive\n\
 169 \ \   -t  list table of contents for archive\n\
 170 \ \   -x  extract named (or all) files from archive\n\
 171 \ \   -u  update existing archive\n\
 172 \ \   -v  generate verbose output on standard output\n\
 173 \ \   -f  specify archive file name\n\
 174 \ \   -m  include manifest information from specified manifest file\n\
 175 \ \   -n  perform Pack200 normalization after creating a new archive,\n\
 176 \ \       this option is planned to be removed in a future JDK release\n\
 177 \ \   -e  specify application entry point for stand-alone application \n\
 178 \ \       bundled into an executable jar file\n\
 179 \ \   -0  store only; use no ZIP compression\n\
 180 \ \   -P  preserve leading '/' (absolute path) and ".." (parent directory) components from file names\n\
 181 \ \   -M  do not create a manifest file for the entries\n\
 182 \ \   -i  generate index information for the specified jar files\n\
 183 \ \   -C  change to the specified directory and include the following file\n\
 184 If any file is a directory then it is processed recursively.\n\
 185 The manifest file name, the archive file name and the entry point name are\n\
 186 specified in the same order as the 'm', 'f' and 'e' flags.\n\n\
 187 Example 1: to archive two class files into an archive called classes.jar: \n\
 188 \ \      jar cvf classes.jar Foo.class Bar.class \n\
 189 Example 2: use an existing manifest file 'mymanifest' and archive all the\n\
 190 \ \          files in the foo/ directory into 'classes.jar': \n\
 191 \ \      jar cvfm classes.jar mymanifest -C foo/ .\n
 192 
 193 main.usage.summary=\
 194 Usage: jar [OPTION...] [ [--release VERSION] [-C dir] files] ...
 195 main.usage.summary.try=\
 196 Try `jar --help' for more information.


 236 main.help.opt.main.extract=\
 237 \  -x, --extract              Extract named (or all) files from the archive
 238 main.help.opt.main.describe-module=\
 239 \  -d, --describe-module      Print the module descriptor, or automatic module name
 240 main.help.opt.any=\
 241 \ Operation modifiers valid in any mode:\n\
 242 \n\
 243 \  -C DIR                     Change to the specified directory and include the\n\
 244 \                             following file
 245 main.help.opt.any.file=\
 246 \  -f, --file=FILE            The archive file name. When omitted, either stdin or\n\
 247 \                             stdout is used based on the operation\n\
 248 \      --release VERSION      Places all following files in a versioned directory\n\
 249 \                             of the jar (i.e. META-INF/versions/VERSION/)
 250 main.help.opt.any.verbose=\
 251 \  -v, --verbose              Generate verbose output on standard output
 252 main.help.opt.create=\
 253 \ Operation modifiers valid only in create mode:\n
 254 main.help.opt.create.normalize=\
 255 \  -n, --normalize            Normalize information in the new jar archive\n\
 256 \                             after creation. This option is planned to be\n\
 257 \                             removed in a future JDK release
 258 main.help.opt.create.update=\
 259 \ Operation modifiers valid only in create and update mode:\n
 260 main.help.opt.create.update.main-class=\
 261 \  -e, --main-class=CLASSNAME The application entry point for stand-alone\n\
 262 \                             applications bundled into a modular, or executable,\n\
 263 \                             jar archive
 264 main.help.opt.create.update.manifest=\
 265 \  -m, --manifest=FILE        Include the manifest information from the given\n\
 266 \                             manifest file
 267 main.help.opt.create.update.no-manifest=\
 268 \  -M, --no-manifest          Do not create a manifest file for the entries
 269 main.help.opt.create.update.module-version=\
 270 \      --module-version=VERSION    The module version, when creating a modular\n\
 271 \                             jar, or updating a non-modular jar
 272 main.help.opt.create.update.hash-modules=\
 273 \      --hash-modules=PATTERN Compute and record the hashes of modules \n\
 274 \                             matched by the given pattern and that depend upon\n\
 275 \                             directly or indirectly on a modular jar being\n\
 276 \                             created or a non-modular jar being updated
 277 main.help.opt.create.update.module-path=\


< prev index next >