89 param.version.name=Version |
89 param.version.name=Version |
90 param.version.description=The version of this application. |
90 param.version.description=The version of this application. |
91 param.version.default=1.0 |
91 param.version.default=1.0 |
92 param.verbose.name=Verbose |
92 param.verbose.name=Verbose |
93 param.verbose.description=Flag to print out more information and saves configuration files for bundlers. |
93 param.verbose.description=Flag to print out more information and saves configuration files for bundlers. |
94 param.force.name=Force |
94 param.force.name=Overwrite |
95 param.force.description=Flag to allow removal of existing Build Root contents |
95 param.force.description=Flag to allow removal of existing application output directory |
96 param.resource-dir.name=Resource Dir |
96 param.resource-dir.name=Resource Dir |
97 param.resource-dir.description=The directory to look for bundler specific resources. |
97 param.resource-dir.description=The directory to look for bundler specific resources. |
98 param.secondary-launchers.name=Secondary Launchers |
98 param.secondary-launchers.name=Secondary Launchers |
99 param.secondary-launchers.description=A collection of bundle param info for secondary launchers |
99 param.secondary-launchers.description=A collection of bundle param info for secondary launchers |
100 param.file-associations.name=File Associations |
100 param.file-associations.name=File Associations |
135 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
135 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
136 message.debug-working-directory=Kept working directory for debug\: {0} |
136 message.debug-working-directory=Kept working directory for debug\: {0} |
137 |
137 |
138 error.cannot-create-output-dir=Output directory {0} cannot be created. |
138 error.cannot-create-output-dir=Output directory {0} cannot be created. |
139 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
139 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
140 error.root-exists-without-force=Error: Output root directory {0} already exists and --force is not specified" |
140 error.root-exists-without-force=Error: Application output directory {0} already exists and --overwrite is not specified" |
141 error.no-application-class=Main application class is missing. |
141 error.no-application-class=Main application class is missing. |
142 error.no-application-class.advice=Please specify main application class. |
142 error.no-application-class.advice=Please specify main application class. |
143 error.no-main-module=Main application module is missing. |
143 error.no-main-module=Main application module is missing. |
144 error.no-main-module.advice=Make sure to use fx\:module task to create modular application. |
144 error.no-main-module.advice=Make sure to use fx\:module task to create modular application. |
145 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} |
145 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} |
150 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. |
150 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. |
151 |
151 |
152 warning.module.does.not.exist=Module {0} does not exist. |
152 warning.module.does.not.exist=Module {0} does not exist. |
153 warning.no.jdk.modules.found=Warning: No JDK Modules found. |
153 warning.no.jdk.modules.found=Warning: No JDK Modules found. |
154 warning.unsupported.option=Warning: Option [{0}] is not supported in {1} mode on this platform. |
154 warning.unsupported.option=Warning: Option [{0}] is not supported in {1} mode on this platform. |
|
155 warning.missing.arg.file=Warning: Missing argument file: {0} |
155 |
156 |
156 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
157 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
157 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. |
158 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. |
158 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\ |
159 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\ |
159 Advice to fix\: {2} |
160 Advice to fix\: {2} |
161 MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
162 MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
162 MSG_Version=jpackage version |
163 MSG_Version=jpackage version |
163 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
164 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
164 |
165 |
165 |
166 |
166 |
167 ERR_MissingMode=Error: Mode is not specified |
167 ERR_MissingArgument=Error: Missing argument: {0} |
168 ERR_MissingArgument=Error: Missing argument: {0} |
168 ERR_MissingAppResources=Error: No application jars found |
169 ERR_MissingAppResources=Error: No application jars found |
169 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
170 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
170 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories |
171 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory |
171 ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter. |
172 ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter. |
172 ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter. |
173 ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter. |
173 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. |
174 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. |
174 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
175 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
175 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. |
176 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. |