src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
equal
deleted
inserted
replaced
53 |
53 |
54 warning.module.does.not.exist=Module [{0}] does not exist. |
54 warning.module.does.not.exist=Module [{0}] does not exist. |
55 warning.no.jdk.modules.found=Warning: No JDK Modules found. |
55 warning.no.jdk.modules.found=Warning: No JDK Modules found. |
56 |
56 |
57 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
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. |
|
59 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\ |
58 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\ |
60 Advice to fix: {2} |
59 Advice to fix: {2} |
61 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}. |
60 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}. |
62 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}. |
61 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}. |
63 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
62 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
76 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
75 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
77 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}. |
76 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}. |
78 ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
77 ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
79 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory. |
78 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory. |
80 ERR_InvalidOption=Error: Invalid Option: [{0}]. |
79 ERR_InvalidOption=Error: Invalid Option: [{0}]. |
81 ERR_VersionComparison=Error: Failed to compare version {0} with {1}. |
|
82 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]. |
80 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]. |
83 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options. |
81 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options. |
84 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option. |
82 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option. |
85 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}. |
83 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}. |
86 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}. |
84 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}. |