[jbosstools-commits] JBoss Tools SVN: r43815 - trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Sep 19 01:59:35 EDT 2012
Author: rob.stryker at jboss.com
Date: 2012-09-19 01:59:35 -0400 (Wed, 19 Sep 2012)
New Revision: 43815
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.properties
Log:
JBIDE-12613 missing messages
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.java (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.java 2012-09-19 05:59:35 UTC (rev 43815)
@@ -0,0 +1,138 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.ide.eclipse.as.wtp.core;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+ private static final String BUNDLE_NAME = "org.jboss.ide.eclipse.as.wtp.core.Messages"; //$NON-NLS-1$
+
+ /* Standard and re-usable */
+ public static String jboss;
+ public static String server;
+ public static String runtime;
+ public static String serverVersionName;
+ public static String serverName;
+ public static String serverCountName;
+ public static String runModeNotSupported;
+
+ public static String loadXMLDocumentFailed;
+ public static String saveXMLDocumentFailed;
+ public static String loadJMXClassesFailed;
+ public static String securityException;
+ public static String JBoss7ServerBehavior_could_not_stop;
+
+ public static String JMXPoller;
+ public static String XPathLoadFailure;
+
+ public static String STOP_FAILED_MESSAGE;
+ public static String FORCE_TERMINATED;
+ public static String TERMINATED;
+ public static String FORCE_TERMINATE_FAILED;
+
+ public static String ServerStarting;
+ public static String NotSupported;
+ public static String UndeploySingleFilesJob;
+ public static String SingleFileUndeployFailed;
+ public static String SingleFileUndeployFailed2;
+ public static String ServerSaveFailed;
+ public static String LaunchConfigJREError;
+ public static String UnexpectedServerStopError;
+ public static String CopyFileError;
+ public static String DeleteFileError;
+ public static String DeleteFolderError;
+ public static String Ports;
+ public static String AddXPathDetailsJob;
+ public static String CouldNotPublishModule;
+ public static String FullPublishFail;
+ public static String IncrementalPublishFail;
+ public static String CountModifiedMembers;
+ public static String DeleteModuleFail;
+ public static String DeleteModuleFail2;
+ public static String ModuleDeleted;
+ public static String ModulePublished;
+ public static String NoPublisherFound;
+ public static String CouldNotBeginPolling;
+ public static String PollingStartupSuccess;
+ public static String PollingShutdownSuccess;
+ public static String PollingStartupFailed;
+ public static String PollingShutdownFailed;
+ public static String PollingStarting;
+ public static String PollingShuttingDown;
+ public static String StartupPollerNotFound;
+ public static String ShutdownPollerNotFound;
+ public static String PollerFailure;
+ public static String PollerAborted;
+ public static String ServerPollerThreadName;
+ public static String WebPollerServerFound;
+ public static String WebPollerServerNotFound;
+
+ public static String ServerTypeDiscovererFail;
+ public static String TerminateTwiddleFailed;
+ public static String CannotSetUpImproperServer;
+ public static String CannotLocateServerHome;
+ public static String CouldNotFindServerBehavior;
+ public static String CouldNotFindServerBehaviorDelegate;
+ public static String CouldNotFindServer;
+ public static String ServerRuntimeNotFound;
+ public static String ServerRuntimeConfigNotFound;
+ public static String ServerHasNoRuntimeVM;
+ public static String ServerNotFound;
+ public static String CannotLoadServerPoller;
+ public static String AddingJMXDeploymentFailed;
+ public static String JMXPauseScannerError;
+ public static String JMXResumeScannerError;
+ public static String JMXScannerCanceled;
+ public static String ConnectingToServerViaJMX;
+ public static String CannotSaveServersStartArgs;
+ public static String ExtensionManager_could_not_load_publishers;
+ public static String PublishRenameFailure;
+ public static String ErrorDisposingLocalJBoss7BehaviorDelegate;
+
+ public static String JBoss7ServerState_noEnumForString;
+ public static String ServerStatePollerUnexpectedError;
+ public static String ServerArgsParseError;
+
+ public static String ServerMissingRuntime;
+ public static String RuntimeFolderDoesNotExist;
+ public static String JBossConfigurationFolderDoesNotExist;
+ public static String JBossAS7ConfigurationFileDoesNotExist;
+
+ public static String UpdateDeploymentScannerJobName;
+
+
+ /* From runtime detection */
+ public static String JBossRuntimeStartup_JBoss_Application_Server_6_0;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_7_0;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_7_1;
+ public static String JBossRuntimeStartup_Cannot_create_new_JBoss_Server;
+ public static String JBossRuntimeStartup_Cannott_create_new_DTP_Connection_Profile;
+ public static String JBossRuntimeStartup_Cannott_create_new_HSQL_DB_Driver;
+ public static String JBossRuntimeStartup_Cannot_create_new_DB_Driver;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_3_2;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_4_0;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_4_2;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_5_0;
+ public static String JBossRuntimeStartup_JBoss_Application_Server_5_1;
+ public static String JBossRuntimeStartup_JBoss_EAP_Server_4_3;
+ public static String JBossRuntimeStartup_JBoss_EAP_Server_5_0;
+ public static String JBossRuntimeStartup_JBoss_EAP_Server_6_0;
+ // NEW_SERVER_ADAPTER add logic for new adapter here
+ public static String JBossRuntimeStartup_Runtime;
+ public static String JBossRuntimeStartup_The_JBoss_AS_Hypersonic_embedded_database;
+ public static String JBossRuntimeStartup_The_JBoss_AS_H2_embedded_database;
+
+ static {
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+ }
+ private Messages() {
+ }
+}
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.java
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.properties (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.properties 2012-09-19 05:59:35 UTC (rev 43815)
@@ -0,0 +1,108 @@
+jboss=JBoss
+server=Server
+serverVersionName=JBoss {0} Server
+serverName={0} Server
+serverCountName={0} ({1})
+runtime=Runtime
+securityException=Security Exception: {0}
+JBoss7ServerBehavior_could_not_stop=Could not stop server adapter {0}
+JMXPoller=JMX Poller
+loadJMXClassesFailed=Could not load JMX classes for server {0}
+CouldNotBeginPolling=Could not begin polling server {0}
+PollingStartupSuccess=Server Startup Succeeded
+PollingShutdownSuccess=Server Shutdown Succeeded
+PollingStartupFailed=Server Startup Failed
+PollingShutdownFailed=Server Shutdown Failed
+StartupPollerNotFound=Startup Poller not found: {0}
+ShutdownPollerNotFound=Shutdown Poller not found: {0}
+PollingStarting=Server Starting
+PollingShuttingDown=Server shutting down
+PollerFailure=Failure in Poll Thread
+PollerAborted=Poll Thread Aborted: {0}
+ServerPollerThreadName={0} - Server Poller
+
+WebPollerServerFound=Web Poller found a running server at url {0}
+WebPollerServerNotFound=Web Poller did not find a running server at url {0}
+
+
+runModeNotSupported=Selected VM does not support this mode
+loadXMLDocumentFailed=Could not load document: {0}
+saveXMLDocumentFailed=Could not save document: {0}
+XPathLoadFailure=Error loading default xpaths
+STOP_FAILED_MESSAGE=Command to stop server failed. The next attempt will forcefully terminate the process.
+FORCE_TERMINATED=The server was shutdown forcefully. All processes were terminated.
+TERMINATED=Server processes have been terminated.
+FORCE_TERMINATE_FAILED=Killing the server process has failed. The process may still be running.
+ServerStarting=Server is starting
+NotSupported=Not Supported
+UndeploySingleFilesJob=Undeploy Single Files From Server
+SingleFileUndeployFailed=Failed to undeploy modules from all servers
+SingleFileUndeployFailed2=Failed to remove {0} from {1}
+ServerSaveFailed=Unexpected Exception while saving server metadata.
+LaunchConfigJREError=Error adding JRE entry to server classpath
+UnexpectedServerStopError=Unexpected exception while launching the stop server command.
+CopyFileError=Error copying file from {0} to {1}
+DeleteFileError=Error deleting file {0}
+DeleteFolderError=Error deleting folder {0}
+Ports=Ports
+AddXPathDetailsJob=Add Server XPath Details
+CouldNotPublishModule=Could not publish module {0}
+
+FullPublishFail=Full publish failed for module {0}
+IncrementalPublishFail=Incremental publish failed for module {0}
+PublishRenameFailure=Error renaming {0} to {1}. \n\nThis may be caused by your server's temporary deploy directory being on a different filesystem than the final destination.\n\nYou may adjust these settings in the server editor.
+DeleteModuleFail=Unable to delete module {0}
+DeleteModuleFail2=Some files were not removed from the server
+CountModifiedMembers={0} files modified in module {1}
+ModuleDeleted=Module {0} deleted.
+ModulePublished=Module {0} published without error.
+NoPublisherFound=No publisher found for module {0}
+ServerTypeDiscovererFail=Name '{0}' cannot be converted to a ServerType
+TerminateTwiddleFailed=Cannot terminate twiddle process
+CannotSetUpImproperServer=Cannot prepare server {0} for launch because it is not a proper JBoss Server
+CannotLocateServerHome= Server {0} is corrupt and the server home is unable to be located.
+CouldNotFindServerBehavior=Could not find server behavior for server {0}.
+CouldNotFindServerBehaviorDelegate=Could not find server behavior delegate for server {0}.
+CouldNotFindServer=Could not find jboss server with id {0}
+ServerRuntimeNotFound=Runtime for server {0} cannot be found.
+ServerRuntimeConfigNotFound=Configuration for runtime {0} is not set.
+ServerHasNoRuntimeVM=Server {0} does not have a valid Virtual Machine.
+ServerNotFound=Server {0} not found.
+CannotLoadServerPoller=Error instantiating Server Poller {0}
+CannotSaveServersStartArgs=Could not save server start arguments for server {0}.
+AddingJMXDeploymentFailed=Error adding deployment folder to deployment scanner
+JMXPauseScannerError=JBossTools was unable to pause the JBoss deployment scanner. Your deployment may not be recognized by the server. Please ensure your version of JBoss includes an unsecured JMX adapter.
+JMXResumeScannerError=JBossTools was unable to resume the JBoss deployment scanner. Your deployment may not be recognized by the server. Please ensure your version of JBoss includes an unsecured JMX adapter.
+JMXScannerCanceled=JBossTools was unable to contact the JBoss deployment scanner in a reasonable amount of time. This step has been skipped.
+ConnectingToServerViaJMX=Connecting to {0} via JMX
+ExtensionManager_could_not_load_publishers=Could not load publishers
+ErrorDisposingLocalJBoss7BehaviorDelegate=Could not dispose LocalJBoss7BehaviorDelegate
+JBoss7ServerState_noEnumForString="No JBoss7ServerState enum for string {0}"
+ServerStatePollerUnexpectedError=The server state poller had an unexpected error.
+ServerArgsParseError=Error parsing server arguments: {0}
+
+ServerMissingRuntime=Server {0} has no designated runtime.
+RuntimeFolderDoesNotExist=The server's runtime folder does not exist: {0}
+JBossConfigurationFolderDoesNotExist=The server's configuration folder does not exist: {0}
+JBossAS7ConfigurationFileDoesNotExist=The server's configuration file does not exist: {0}
+UpdateDeploymentScannerJobName=Updating Deployment Scanners for Server: {0}
+
+#From runtime detection
+JBossRuntimeStartup_Cannot_create_new_JBoss_Server=Can''t create new JBoss Server
+JBossRuntimeStartup_Cannott_create_new_DTP_Connection_Profile=Can''t create new DTP Connection Profile for JBoss AS Hypersonic embedded database
+JBossRuntimeStartup_Cannott_create_new_HSQL_DB_Driver=Can''t create new HSQL DB Driver.
+JBossRuntimeStartup_Cannot_create_new_DB_Driver=Can''t create new DB Driver.
+JBossRuntimeStartup_JBoss_Application_Server_3_2=JBoss Application Server 3.2
+JBossRuntimeStartup_JBoss_Application_Server_4_0=JBoss Application Server 4.0
+JBossRuntimeStartup_JBoss_Application_Server_4_2=JBoss Application Server 4.2
+JBossRuntimeStartup_JBoss_Application_Server_5_0=JBoss Application Server 5.0
+JBossRuntimeStartup_JBoss_Application_Server_5_1=JBoss Application Server 5.1
+JBossRuntimeStartup_JBoss_Application_Server_6_0=JBoss Application Server 6.0
+JBossRuntimeStartup_JBoss_Application_Server_7_0=JBoss Application Server 7.0
+JBossRuntimeStartup_JBoss_Application_Server_7_1=JBoss Application Server 7.1
+JBossRuntimeStartup_JBoss_EAP_Server_4_3=JBoss EAP Server 4.3
+JBossRuntimeStartup_JBoss_EAP_Server_5_0=JBoss EAP Server 5.0
+JBossRuntimeStartup_JBoss_EAP_Server_6_0=JBoss EAP Server 6.0
+JBossRuntimeStartup_Runtime=Runtime
+JBossRuntimeStartup_The_JBoss_AS_Hypersonic_embedded_database=The JBoss AS Hypersonic embedded database
+JBossRuntimeStartup_The_JBoss_AS_H2_embedded_database=The JBoss AS H2 embedded database
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/Messages.properties
___________________________________________________________________
Added: svn:executable
+ *
More information about the jbosstools-commits
mailing list