< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Print this page




  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.copyright.default=Copyright (C) {0,date,YYYY}
  28 param.description.default=None
  29 param.vendor.default=Unknown
  30 

  31 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
  32 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
  33 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
  34 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
  35 message.creating-app-bundle=Creating app package: {0} in {1}
  36 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists
  37 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  38 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists
  39 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  40 message.debug-working-directory=Kept working directory for debug: {0}
  41 message.bundle-created=Succeeded in building {0} package
  42 message.module-version=Using version "{0}" from module "{1}" as application version
  43 
  44 error.cannot-create-output-dir=Destination directory {0} cannot be created
  45 error.cannot-write-to-output-dir=Destination directory {0} is not writable
  46 error.root-exists=Error: Application destination directory {0} already exists
  47 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
  48 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
  49 error.no-main-class=A main class was not specified nor was one found in the supplied application resources
  50 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest




  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.copyright.default=Copyright (C) {0,date,YYYY}
  28 param.description.default=None
  29 param.vendor.default=Unknown
  30 
  31 warning.experimental=WARNING: Using experimental tool jpackage
  32 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
  33 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
  34 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
  35 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
  36 message.creating-app-bundle=Creating app package: {0} in {1}
  37 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists
  38 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  39 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists
  40 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  41 message.debug-working-directory=Kept working directory for debug: {0}
  42 message.bundle-created=Succeeded in building {0} package
  43 message.module-version=Using version "{0}" from module "{1}" as application version
  44 
  45 error.cannot-create-output-dir=Destination directory {0} cannot be created
  46 error.cannot-write-to-output-dir=Destination directory {0} is not writable
  47 error.root-exists=Error: Application destination directory {0} already exists
  48 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
  49 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
  50 error.no-main-class=A main class was not specified nor was one found in the supplied application resources
  51 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest


< prev index next >