src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
branchJDK-8200758-branch
changeset 57314 23da9e6f446f
parent 57307 4948a1944cf9
child 57330 a30edd277572
equal deleted inserted replaced
57307:4948a1944cf9 57314:23da9e6f446f
    28 param.copyright.default=Copyright (C) {0,date,YYYY}
    28 param.copyright.default=Copyright (C) {0,date,YYYY}
    29 param.description.default=none
    29 param.description.default=none
    30 param.vendor.default=Unknown
    30 param.vendor.default=Unknown
    31 param.version.default=1.0
    31 param.version.default=1.0
    32 
    32 
    33 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)
    33 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
    34 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)
    34 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
    35 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
    35 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
    36 message.using-custom-resource=Using custom package resource {0} (loaded from {1})
    36 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
    37 message.creating-app-bundle=Creating app bundle\: {0} in {1}
    37 message.creating-app-bundle=Creating app bundle: {0} in {1}.
    38 message.detected.modules="Automatically adding detected modules: {0}."
    38 message.detected.modules=Automatically adding detected modules: {0}.
    39 message.modules="Adding modules: {0} to runtime image."
    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
    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
    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
    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
    43 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
    44 message.debug-working-directory=Kept working directory for debug\: {0}
    44 message.debug-working-directory=Kept working directory for debug: {0}.
    45 message.bundle-created=Succeeded in building {0} bundle
    45 message.bundle-created=Succeeded in building {0} bundle.
    46 
    46 
    47 error.cannot-create-output-dir=Output directory {0} cannot be created.
    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.
    48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    49 error.root-exists=Error: Application output directory {0} already exists
    49 error.root-exists=Error: Application output directory {0} already exists.
    50 error.no-application-class=Main application class is missing.
    50 error.no-application-class=Main application class is missing.
    51 error.no-application-class.advice=Please specify main application class.
    51 error.no-application-class.advice=Please specify main application class.
    52 error.no-main-module=Main application module is missing.
    52 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}.
    53 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
    53 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest.
    54 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
    54 error.no-main-class=A main class was not specified nor was one found in the supplied application resources.
    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.
       
    56 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
       
    57 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
    55 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
    58 error.main-jar-does-not-exist=The configured main jar does not exist {0}
    56 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory.
    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.
    57 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.
    60 
    58 
    61 warning.module.does.not.exist=Module [{0}] does not exist.
    59 warning.module.does.not.exist=Module [{0}] does not exist.
    62 warning.no.jdk.modules.found=Warning: No JDK Modules found.
    60 warning.no.jdk.modules.found=Warning: No JDK Modules found.
    63 warning.missing.arg.file=Warning: Missing argument file: {0}
    61 warning.missing.arg.file=Warning: Missing argument file: {0}.
    64 
    62 
    65 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    63 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.
    64 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\
    65 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
    68 Advice to fix\: {2}
    66 Advice to fix: {2}
    69 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}
    67 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
    70 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
    68 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    71 MSG_Version=jpackage version
    69 MSG_Version=jpackage version
    72 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    70 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    73 
    71 
    74 
    72 
    75 
    73 
    76 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    74 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    77 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    75 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    78 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option
    76 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.
    77 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    80 
    78 
    81 ERR_MissingMode=Error: Mode is not specified
    79 ERR_MissingMode=Error: Mode is not specified.
    82 ERR_MissingArgument=Error: Missing argument: {0}
    80 ERR_MissingArgument=Error: Missing argument: {0}.
    83 ERR_MissingAppResources=Error: No application jars found
    81 ERR_MissingAppResources=Error: No application jars found.
    84 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
    82 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
    85 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory
    83 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory.
    86 ERR_NoAddLauncherName=Error: Add Launchers require a name parameter.
    84 ERR_NoAddLauncherName=Error: Add Launchers require a name parameter.
    87 ERR_NoUniqueName=Error: Add Launchers require a unique name parameter.
    85 ERR_NoUniqueName=Error: Add Launchers require a unique name parameter.
    88 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
    86 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
    89 ERR_InvalidAppName=Error: Invalid Application name: {0}.
    87 ERR_InvalidAppName=Error: Invalid Application name: {0}.
    90 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
    88 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
    91 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
    89 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
    92 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    90 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    93 ERR_InvalidOption=Error: Invalid Option: [{0}]
    91 ERR_InvalidOption=Error: Invalid Option: [{0}].
    94 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
    92 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
    95 ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}].
    93 ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}].
    96 ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options"
    94 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
    97 ERR_NoEntryPoint="Error: create-app-image requires --main-jar or --module Option"
    95 ERR_NoEntryPoint=Error: create-app-image requires --main-jar or --module Option.
       
    96 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}.
       
    97 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}.