author | herrick |
Wed, 13 Mar 2019 07:46:52 -0400 | |
branch | JDK-8200758-branch |
changeset 57261 | 13b6672477df |
parent 57256 | d7c27451f759 |
child 57307 | 4948a1944cf9 |
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.category.default=Unknown |
|
28 |
param.copyright.default=Copyright (C) {0,date,YYYY} |
|
29 |
param.description.default=none |
|
30 |
param.vendor.default=Unknown |
|
31 |
param.version.default=1.0 |
|
32 |
||
57091
06bc4bd64599
8215515: Add a command line option to override internal resources.
herrick
parents:
57080
diff
changeset
|
33 |
message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize) |
06bc4bd64599
8215515: Add a command line option to override internal resources.
herrick
parents:
57080
diff
changeset
|
34 |
message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize) |
57059 | 35 |
message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}) |
57091
06bc4bd64599
8215515: Add a command line option to override internal resources.
herrick
parents:
57080
diff
changeset
|
36 |
message.using-custom-resource=Using custom package resource {0} (loaded from {1}) |
57059 | 37 |
message.creating-app-bundle=Creating app bundle\: {0} in {1} |
38 |
message.detected.modules="Automatically adding detected modules: {0}." |
|
39 |
message.modules="Adding modules: {0} to runtime image." |
|
40 |
message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists |
|
41 |
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
|
42 |
message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists |
|
43 |
message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
|
57096
d06bec27f8c9
8215903: modify behavior of retaining temporary output dir
herrick
parents:
57091
diff
changeset
|
44 |
message.debug-working-directory=Kept working directory for debug\: {0} |
57261
13b6672477df
8220505: Allow building available installers when --installer-type not specified
herrick
parents:
57256
diff
changeset
|
45 |
message.bundle-created=Succeeded in building {0} bundle |
57059 | 46 |
|
47 |
error.cannot-create-output-dir=Output directory {0} cannot be created. |
|
48 |
error.cannot-write-to-output-dir=Output directory {0} is not writable. |
|
57256 | 49 |
error.root-exists=Error: Application output directory {0} already exists |
57059 | 50 |
error.no-application-class=Main application class is missing. |
51 |
error.no-application-class.advice=Please specify main application class. |
|
52 |
error.no-main-module=Main application module is missing. |
|
53 |
error.no-main-module.advice=Make sure to use fx\:module task to create modular application. |
|
54 |
error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} |
|
57091
06bc4bd64599
8215515: Add a command line option to override internal resources.
herrick
parents:
57080
diff
changeset
|
55 |
error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest. |
57059 | 56 |
error.no-main-class=An application 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
|
57 |
error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest. |
57059 | 58 |
error.main-jar-does-not-exist=The configured main jar does not exist {0} |
59 |
error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources. |
|
60 |
||
57213
8ff0a29bf9bc
8218055: Use ToolProvider instead of AppRuntimeImageBuilder.
herrick
parents:
57192
diff
changeset
|
61 |
warning.module.does.not.exist=Module [{0}] does not exist. |
57059 | 62 |
warning.no.jdk.modules.found=Warning: No JDK Modules found. |
57150 | 63 |
warning.missing.arg.file=Warning: Missing argument file: {0} |
57059 | 64 |
|
65 |
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
|
66 |
MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. |
|
67 |
MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\ |
|
68 |
Advice to fix\: {2} |
|
69 |
MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1} |
|
70 |
MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
|
71 |
MSG_Version=jpackage version |
|
72 |
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
|
73 |
||
57140 | 74 |
|
57256 | 75 |
|
76 |
ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform. |
|
77 |
ERR_NotImageOption=Error: Option [{0}] is not valid in create-image mode. |
|
78 |
ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option |
|
79 |
ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option. |
|
80 |
||
57150 | 81 |
ERR_MissingMode=Error: Mode is not specified |
57059 | 82 |
ERR_MissingArgument=Error: Missing argument: {0} |
83 |
ERR_MissingAppResources=Error: No application jars found |
|
84 |
ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
|
57150 | 85 |
ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory |
57256 | 86 |
ERR_NoAddLauncherName=Error: Add Launchers require a name parameter. |
87 |
ERR_NoUniqueName=Error: Add Launchers require a unique name parameter. |
|
57119 | 88 |
ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. |
89 |
ERR_InvalidAppName=Error: Invalid Application name: {0}. |
|
57256 | 90 |
ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}. |
57080 | 91 |
ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
57256 | 92 |
ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory. |
57140 | 93 |
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
|
94 |
ERR_VersionComparison=Error: Failed to compare version {0} with {1}. |
57256 | 95 |
ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}]. |
96 |
ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options" |
|
97 |
ERR_NoEntryPoint="Error: create-image requires --main-jar or --module Option" |