All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jet.excelsior-jet-maven-plugin.1.1.3.source-code.MavenStrings.properties Maven / Gradle / Ivy

#
# Copyright (c) 2015, Excelsior LLC.
#
#  This file is part of Excelsior JET Maven Plugin.
#
#  Excelsior JET API is free software:
#  you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 3 of the License, or
#  (at your option) any later version.
#
#  Excelsior JET API is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with Excelsior JET Maven Plugin.
#  If not, see .
#
#
# Maven plugin specific messages:
JetHome.JetNotFound.Error = '\
  Could not find a suitable Excelsior JET installation by exploring the executable search path.\n\
  Please make sure that you have Excelsior JET 11 or greater version installed.\n\
  If you do not want it to appear in the PATH environment variable,\n\
  pass the full pathname of your Excelsior JET installation directory to Maven\n\
  by setting either the "JET_HOME" environment variable,\n\
  the "jet.home" system property on the Maven command-line,\n\
  or the "jetHome" parameter of excelsior-jet-maven-plugin in your "pom.xml" file.\
'
JetApi.BadPackaging.Failure = 'Building projects with artifact type {0} is not supported by this plugin. \
  Please change the artifact type of your project to jar, \
  if possible, or use a different project.'
JetApi.MainJarNotFound.Failure = 'Jar {0} was not found. \
  If you are using a classifier for maven-jar-plugin or build your main jar with another plugin, \
  please configure the  plugin parameter.'
JetApi.MainWarNotFound.Failure = 'War {0} was not found. \
  Please configure the  plugin parameter.'
JetApi.MainNotSpecified.Failure = 'Main class not specified. Please set the "mainClass" parameter of excelsior-jet-maven-plugin'
JetApi.TomcatNotSpecified.Failure = 'Master Tomcat application server location not specified. \
  Please set the "tomcatHome" plugin parameter or the "-Dtomcat.home" argument of "mvn" command'
TestRunTask.PackageFilesIgnoredForTomcat.Warning = 'You have specified the  configuration parameter that is ignored \
  in Tomcat web application builds. If you need to add extra files to the resulting package please add them to \
  the master Tomcat installation.'
JetApi.UnknownPackagingMode.Failure = 'Unknown value {0} for  parameter. Permitted values are: excelsior-installer, zip, osx-app-bundle, native-bundle, none'
JetApi.UnknownStackTraceSupportValue.Failure = 'Unknown value {0} for  parameter. Permitted values are: minimal, full, none'
JetApi.UnknownInlineExpansionValue.Failure 'Unknown value {0} for  parameter. \
  Permitted values are: aggressive, very-aggressive, medium, low, tiny-methods-only'
JetApi.DetachedBaseURLMandatory.Failure = 'You need to set the  configuration parameter for `
JetApi.NoTestRun.Failure = 'Global Optimizer and Java Runtime Slim-Down require a Test Run to be performed before the build. \
  Please issue the "jet:testrun" Maven command to perform a Test Run'
JetApi.Package.Eula.EncodingDoesNotMatchActual = 'eula file is in "{0}" encoding, while in pom.xml "{1}" encoding is specified'
JetApi.AmbiguousExpireSetting.Failure = 'Ambiguous settings for  configuration. \
  Please set either  or  parameters.'
JetApi.NoExpireMessage.Failure = ' should be set for trial version generation.'
JetApi.NoIconForOSXAppBundle.Warning = 'Icon file "{0}" does not exist. \
  Please place the OS X icon for your application at that location or edit the \
   plugin configuration.'
JetBuildTask.NoDeveloperId.Warning = ' configuration parameter is missing in . \
  The parameter is required to sign the OS X application bundle. You may also set it via the "-Dosx.developer.id"\
  argument of the "mvn" command. It is recommended to set the parameter \
  because unsigned application bundles may refuse to launch on some OS X systems'
JetBuildTask.NoPublisherId.Warning = ' configuration parameter is missing in . \
  The parameter is required to create the OS X installer package (.pkg). You may also set the parameter via the \
  "-Dosx.publisher.id" argument of the "mvn" command.'
JetBuildTask.WinVIDeprecated.Warning = 'Parameter <{0}> is deprecated. Use <{1}> parameter instead.'
JetBuildTask.RTSettingDeprecated.Warning = 'Parameter <{0}> is deprecated. Use <{1}> parameter instead.'
JetBuildTask.ExecProfilesDeprecated.Warning = 'Parameter <{0}> is deprecated. Use <{1}> parameter instead.'
JetApi.TestRun.RecollectProfile.Warning = 'The startup profile is {0} days old. \
  It is recommended to perform jet:testrun to renew it'
JetApi.PGO.RecollectProfile.Warning = 'The execution profile is {0} days old. \
  It is recommended to perform jet:profile to renew it'
JetProject.UnsupportedDependencyType.Warning = Dependency type "{0}" is not supported by Excelsior JET Maven Plugin. Dependency "{1}" is ignored.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy