src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
branchJDK-8200758-branch
changeset 57140 3dcb33ce7ced
parent 57125 846d4865b362
child 57150 fa68c2ab636d
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties	Wed Jan 30 19:48:18 2019 -0500
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties	Sun Feb 03 08:16:08 2019 -0500
@@ -137,7 +137,7 @@
 
 error.cannot-create-output-dir=Output directory {0} cannot be created.
 error.cannot-write-to-output-dir=Output directory {0} is not writable.
-error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"
+error.root-exists-without-force=Error: Output root directory {0} already exists and --force is not specified"
 error.no-application-class=Main application class is missing.
 error.no-application-class.advice=Please specify main application class.
 error.no-main-module=Main application module is missing.
@@ -151,6 +151,7 @@
 
 warning.module.does.not.exist=Module {0} does not exist.
 warning.no.jdk.modules.found=Warning: No JDK Modules found.
+warning.unsupported.option=Warning: Option [{0}] is not supported in {1} mode on this platform.
 
 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
@@ -161,6 +162,8 @@
 MSG_Version=jpackage version
 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 
+
+
 ERR_MissingArgument=Error: Missing argument: {0}
 ERR_MissingAppResources=Error: No application jars found
 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
@@ -172,3 +175,4 @@
 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}.
 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.
+ERR_InvalidOption=Error: Invalid Option: [{0}]