src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
branchJDK-8200758-branch
changeset 57392 46d4b0aa4542
parent 57391 970f28090a06
child 57397 89549ecec1c7
equal deleted inserted replaced
57391:970f28090a06 57392:46d4b0aa4542
    60 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
    60 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
    61 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
    61 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
    62 Advice to fix: {2}
    62 Advice to fix: {2}
    63 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
    63 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
    64 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    64 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    65 MSG_Version=jpackage version
       
    66 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    65 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    67 
    66 
    68 ERR_NoMainClass=Error: Main application class is missing.
    67 ERR_NoMainClass=Error: Main application class is missing.
    69 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    68 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    70 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    69 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.