src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
branchJDK-8200758-branch
changeset 58993 b5e1baa9d2c3
parent 58889 f04c0704a006
equal deleted inserted replaced
58992:7249e95cc439 58993:b5e1baa9d2c3
    69 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
    69 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
    70 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
    70 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
    71 
    71 
    72 ERR_NoMainClass=Error: Main application class is missing
    72 ERR_NoMainClass=Error: Main application class is missing
    73 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform
    73 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform
    74 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}]
    74 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with type [{1}]
    75 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option
    75 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option
    76 
    76 
    77 ERR_MissingArgument=Error: Missing argument: {0}
    77 ERR_MissingArgument=Error: Missing argument: {0}
    78 ERR_MissingAppResources=Error: No application jars found
    78 ERR_MissingAppResources=Error: No application jars found
    79 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
    79 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
    83 ERR_InvalidAppName=Error: Invalid Application name: {0}
    83 ERR_InvalidAppName=Error: Invalid Application name: {0}
    84 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}
    84 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}
    85 ERR_LicenseFileNotExit=Error: Specified license file does not exist
    85 ERR_LicenseFileNotExit=Error: Specified license file does not exist
    86 ERR_BuildRootInvalid=Error: temp ({0}) must be non-existant or empty directory
    86 ERR_BuildRootInvalid=Error: temp ({0}) must be non-existant or empty directory
    87 ERR_InvalidOption=Error: Invalid Option: [{0}]
    87 ERR_InvalidOption=Error: Invalid Option: [{0}]
    88 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]
    88 ERR_InvalidInstallerType=Error: Invalid or unsupported type: [{0}]
    89 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options
    89 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options
    90 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option
    90 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option
    91 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}
    91 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}
    92 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}
    92 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}
    93 ERR_CannotParseOptions=Error: Processing @filename option: {0}
    93 ERR_CannotParseOptions=Error: Processing @filename option: {0}