src/jdk.packager/share/classes/jdk/packager/internal/resources/Arguments.properties
author herrick
Thu, 11 Oct 2018 20:53:02 -0400
branchJDK-8200758-branch
changeset 56958 8880b21d458d
parent 56848 f8a7c83f31f1
child 56982 e094d5483bd6
permissions -rw-r--r--
8208578: Need to improve error handling of mandatory arguments Reviewed-by: almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56821
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     1
param.create-image.name=Create Image
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     2
param.create-image.description=Creates platform-specific application image.
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     3
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     4
param.create-installer.name=Create Installer
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     5
param.create-installer.description=Creates platform-specific installer for the application.
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     6
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     7
param.create-jre-installer.name=Create JRE Installer
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     8
param.create-jre-installer.description=Creates platform-specific JRE installer.
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
     9
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
    10
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
    11
MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
    12
MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
    13
Advice to fix\: {2}
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
    14
MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}
565d54ca1f41 8206005: Move prototype jpackager from closed sandbox to open sandbox
herrick
parents:
diff changeset
    15
MSG_BundlerRuntimeException=Bundler {0} failed because of {1}