author | herrick |
Thu, 20 Jun 2019 14:13:50 -0400 | |
branch | JDK-8200758-branch |
changeset 57414 | 6eda749d3117 |
parent 57397 | 89549ecec1c7 |
child 57438 | 4a31db8d42bd |
permissions | -rw-r--r-- |
57059 | 1 |
# |
57106
ea870b9ce89a
8216492: Update copyright of all new jpackage fils to 2019
kcr
parents:
57103
diff
changeset
|
2 |
# Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. |
57059 | 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 |
||
27 |
param.copyright.default=Copyright (C) {0,date,YYYY} |
|
28 |
param.description.default=none |
|
29 |
param.vendor.default=Unknown |
|
30 |
param.version.default=1.0 |
|
31 |
||
57314 | 32 |
message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize). |
33 |
message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize). |
|
34 |
message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}). |
|
35 |
message.using-custom-resource=Using custom package resource {0} (loaded from {1}). |
|
36 |
message.creating-app-bundle=Creating app bundle: {0} in {1}. |
|
37 |
message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists. |
|
38 |
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists. |
|
39 |
message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists. |
|
40 |
message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists. |
|
41 |
message.debug-working-directory=Kept working directory for debug: {0}. |
|
42 |
message.bundle-created=Succeeded in building {0} bundle. |
|
57059 | 43 |
|
44 |
error.cannot-create-output-dir=Output directory {0} cannot be created. |
|
45 |
error.cannot-write-to-output-dir=Output directory {0} is not writable. |
|
57314 | 46 |
error.root-exists=Error: Application output directory {0} already exists. |
47 |
error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}. |
|
48 |
error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest. |
|
49 |
error.no-main-class=A main class was not specified nor was one found in the supplied application resources. |
|
57091
06bc4bd64599
8215515: Add a command line option to override internal resources.
herrick
parents:
57080
diff
changeset
|
50 |
error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest. |
57314 | 51 |
error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory. |
52 |
error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory. |
|
57059 | 53 |
|
57213
8ff0a29bf9bc
8218055: Use ToolProvider instead of AppRuntimeImageBuilder.
herrick
parents:
57192
diff
changeset
|
54 |
warning.module.does.not.exist=Module [{0}] does not exist. |
57059 | 55 |
warning.no.jdk.modules.found=Warning: No JDK Modules found. |
56 |
||
57 |
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
|
58 |
MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. |
|
57314 | 59 |
MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\ |
60 |
Advice to fix: {2} |
|
61 |
MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}. |
|
62 |
MSG_BundlerRuntimeException=Bundler {0} failed because of {1}. |
|
57059 | 63 |
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
64 |
||
57389
cce526c681dc
8222901: different behavior when --name option not used
herrick
parents:
57330
diff
changeset
|
65 |
ERR_NoMainClass=Error: Main application class is missing. |
57256 | 66 |
ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform. |
57414
6eda749d3117
8225428: CLI change to remove "mode", rename to "package", and build only one target
herrick
parents:
57397
diff
changeset
|
67 |
ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}]. |
57256 | 68 |
ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option. |
69 |
||
57314 | 70 |
ERR_MissingArgument=Error: Missing argument: {0}. |
71 |
ERR_MissingAppResources=Error: No application jars found. |
|
72 |
ERR_AppImageNotExist=Error: App image directory "{0}" does not exist. |
|
57330
a30edd277572
8222733: Modify jpackage option --add-launcher synta
herrick
parents:
57314
diff
changeset
|
73 |
ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>). |
a30edd277572
8222733: Modify jpackage option --add-launcher synta
herrick
parents:
57314
diff
changeset
|
74 |
ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name. |
57119 | 75 |
ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. |
76 |
ERR_InvalidAppName=Error: Invalid Application name: {0}. |
|
57256 | 77 |
ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}. |
57080 | 78 |
ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
57256 | 79 |
ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory. |
57314 | 80 |
ERR_InvalidOption=Error: Invalid Option: [{0}]. |
57219
bfa094e6ce15
8191709 : javapackager detects WiX 3.10 as 3.1 and fails to use WiX 3.6+ compatible code
herrick
parents:
57213
diff
changeset
|
81 |
ERR_VersionComparison=Error: Failed to compare version {0} with {1}. |
57414
6eda749d3117
8225428: CLI change to remove "mode", rename to "package", and build only one target
herrick
parents:
57397
diff
changeset
|
82 |
ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]. |
57314 | 83 |
ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options. |
57414
6eda749d3117
8225428: CLI change to remove "mode", rename to "package", and build only one target
herrick
parents:
57397
diff
changeset
|
84 |
ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option. |
57314 | 85 |
ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}. |
86 |
ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}. |