JBoss Tools SVN: r28483 - trunk/maven/tests/org.jboss.tools.maven.ui.bot.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-01-21 13:40:10 -0500 (Fri, 21 Jan 2011)
New Revision: 28483
Modified:
trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
Log:
switch to seam-2.2.0.GA and jbossas-5.1.0.GA only instead of using jbossas which means all jboss as versions
Modified: trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
===================================================================
--- trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties 2011-01-21 18:31:43 UTC (rev 28482)
+++ trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties 2011-01-21 18:40:10 UTC (rev 28483)
@@ -1 +1 @@
-requirements=jbossas,seam-2.1.1.GA
\ No newline at end of file
+requirements=jbossas-5.1.0.GA,seam-2.0.0.GA
\ No newline at end of file
15 years, 2 months
JBoss Tools SVN: r28482 - in trunk/requirements: jbossas-5.1.0.GA and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-01-21 13:31:43 -0500 (Fri, 21 Jan 2011)
New Revision: 28482
Added:
trunk/requirements/jbossas-5.1.0.GA/
trunk/requirements/jbossas-5.1.0.GA/build.properties
Log:
requirement for jbossas-5.1.0.GA added to let download only single version
Added: trunk/requirements/jbossas-5.1.0.GA/build.properties
===================================================================
--- trunk/requirements/jbossas-5.1.0.GA/build.properties (rev 0)
+++ trunk/requirements/jbossas-5.1.0.GA/build.properties 2011-01-21 18:31:43 UTC (rev 28482)
@@ -0,0 +1,11 @@
+#jbossas.build.uri=http://downloads.sourceforge.net/sourceforge/jboss
+jbossas51.build.uri=http://repository.jboss.org/sourceforge
+
+jboss51.build.uri=${jbossas.build.uri}
+jboss51.build.name=jboss-5.1.0.GA
+jboss51.build.archive=${jboss51.build.name}.zip
+jboss51.build.archive.md5=78322c75ca0c13002a04418b4a8bc920
+
+build.uri=${jbossas51.build.uri}
+build.archive=${jboss51.build.archive}
+md5=${jboss51.build.archive.md5}
\ No newline at end of file
Property changes on: trunk/requirements/jbossas-5.1.0.GA/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 2 months
JBoss Tools SVN: r28481 - trunk/maven/tests/org.jboss.tools.maven.ui.bot.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-01-21 13:05:27 -0500 (Fri, 21 Jan 2011)
New Revision: 28481
Added:
trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
Log:
this fix enable requirement downloading for maven SWTBot tests
Added: trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
===================================================================
--- trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties (rev 0)
+++ trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties 2011-01-21 18:05:27 UTC (rev 28481)
@@ -0,0 +1 @@
+requirements=jbossas,seam-2.1.1.GA
\ No newline at end of file
Property changes on: trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 2 months
JBoss Tools SVN: r28480 - in branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core: extensions/events and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-01-21 13:04:45 -0500 (Fri, 21 Jan 2011)
New Revision: 28480
Modified:
branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties
branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java
Log:
JBIDE-7814 patch to branch cr1 for cr2
Modified: branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties
===================================================================
--- branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties 2011-01-21 17:36:51 UTC (rev 28479)
+++ branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties 2011-01-21 18:04:45 UTC (rev 28480)
@@ -60,7 +60,7 @@
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. For optimal performance, verify your version includes an unsecured JMX RMI adaptor
-JMXResumeScannerError=JBossTools was unable to resume the JBoss deployment scanner. For optimal performance, verify your version includes an unsecured JMX RMI adaptor
+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
\ No newline at end of file
Modified: branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
===================================================================
--- branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2011-01-21 17:36:51 UTC (rev 28479)
+++ branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2011-01-21 18:04:45 UTC (rev 28480)
@@ -48,6 +48,7 @@
public static final int RESUME_DEPLOYMENT_SCANNER = PUBLISHING_CODE | ISTATUS_CODE_WARN | (6<<16);
public static final int DEPLOYMENT_SCANNER_TRANSITION_CANCELED = PUBLISHING_CODE | ISTATUS_CODE_WARN | (7<<16);
public static final int NO_PUBLISHER_ROOT_CODE = PUBLISHING_CODE | ISTATUS_CODE_WARN | (8<<16);
+ public static final int DEPLOYMENT_SCANNER_TRANSITION_FAILED = PUBLISHING_CODE | ISTATUS_CODE_ERROR | (9<<16);
// Publishing.JST
public static final int JST_PUB_FULL_SUCCESS = JST_PUBLISHER_CODE | 1;
Modified: branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java
===================================================================
--- branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java 2011-01-21 17:36:51 UTC (rev 28479)
+++ branches/jbosstools-3.2.0.CR1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java 2011-01-21 18:04:45 UTC (rev 28480)
@@ -262,6 +262,10 @@
t.interrupt();
IStatus status = new Status(IStatus.WARNING, JBossServerCorePlugin.PLUGIN_ID, IEventCodes.DEPLOYMENT_SCANNER_TRANSITION_CANCELED, Messages.JMXScannerCanceled, null);
ServerLogger.getDefault().log(getServer(), status);
+ } else if( e[0] != null ) {
+ String error = methodName.equals(IJBossRuntimeConstants.START) ? Messages.JMXResumeScannerError : Messages.JMXPauseScannerError;
+ IStatus status = new Status(IStatus.ERROR, JBossServerCorePlugin.PLUGIN_ID, IEventCodes.DEPLOYMENT_SCANNER_TRANSITION_FAILED, error, e[0]);
+ ServerLogger.getDefault().log(getServer(), status);
}
}
}
15 years, 2 months
JBoss Tools SVN: r28479 - branches/jbosstools-3.2.0.CR1/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-21 12:36:51 -0500 (Fri, 21 Jan 2011)
New Revision: 28479
Modified:
branches/jbosstools-3.2.0.CR1/build/aggregate/site/site.xml
Log:
JBIDE-6214 apply maven.proj.ex.patch to add new project.examples feature to update sites
Modified: branches/jbosstools-3.2.0.CR1/build/aggregate/site/site.xml
===================================================================
--- branches/jbosstools-3.2.0.CR1/build/aggregate/site/site.xml 2011-01-21 17:36:41 UTC (rev 28478)
+++ branches/jbosstools-3.2.0.CR1/build/aggregate/site/site.xml 2011-01-21 17:36:51 UTC (rev 28479)
@@ -116,6 +116,9 @@
<feature url="features/org.jboss.tools.maven.portlet.feature_0.0.0.jar" id="org.jboss.tools.maven.portlet.feature" version="0.0.0">
<category name="MavenTools" />
</feature>
+ <feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
+ <category name="MavenTools" />
+ </feature>
<feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.feature" version="0.0.0">
<category name="AllTools" />
<category name="SOATools" />
15 years, 2 months
JBoss Tools SVN: r28478 - branches/jbosstools-3.2.0.CR1/maven/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-21 12:36:41 -0500 (Fri, 21 Jan 2011)
New Revision: 28478
Modified:
branches/jbosstools-3.2.0.CR1/maven/site/site.xml
Log:
JBIDE-6214 apply maven.proj.ex.patch to add new project.examples feature to update sites
Modified: branches/jbosstools-3.2.0.CR1/maven/site/site.xml
===================================================================
--- branches/jbosstools-3.2.0.CR1/maven/site/site.xml 2011-01-21 17:36:37 UTC (rev 28477)
+++ branches/jbosstools-3.2.0.CR1/maven/site/site.xml 2011-01-21 17:36:41 UTC (rev 28478)
@@ -23,5 +23,7 @@
<feature url="features/org.jboss.tools.maven.hibernate.feature_0.0.0.jar" id="org.jboss.tools.maven.hibernate.feature" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
-
+ <feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
+ <category name="JBoss Tools maven Nightly Build Update Site"/>
+ </feature>
</site>
15 years, 2 months
JBoss Tools SVN: r28477 - trunk/maven/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-21 12:36:37 -0500 (Fri, 21 Jan 2011)
New Revision: 28477
Modified:
trunk/maven/site/site.xml
Log:
JBIDE-6214 apply maven.proj.ex.patch to add new project.examples feature to update sites
Modified: trunk/maven/site/site.xml
===================================================================
--- trunk/maven/site/site.xml 2011-01-21 17:36:19 UTC (rev 28476)
+++ trunk/maven/site/site.xml 2011-01-21 17:36:37 UTC (rev 28477)
@@ -23,5 +23,7 @@
<feature url="features/org.jboss.tools.maven.hibernate.feature_0.0.0.jar" id="org.jboss.tools.maven.hibernate.feature" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
-
+ <feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
+ <category name="JBoss Tools maven Nightly Build Update Site"/>
+ </feature>
</site>
15 years, 2 months
JBoss Tools SVN: r28476 - trunk/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-01-21 12:36:19 -0500 (Fri, 21 Jan 2011)
New Revision: 28476
Modified:
trunk/build/aggregate/site/site.xml
Log:
JBIDE-6214 apply maven.proj.ex.patch to add new project.examples feature to update sites
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-01-21 17:19:03 UTC (rev 28475)
+++ trunk/build/aggregate/site/site.xml 2011-01-21 17:36:19 UTC (rev 28476)
@@ -116,6 +116,9 @@
<feature url="features/org.jboss.tools.maven.portlet.feature_0.0.0.jar" id="org.jboss.tools.maven.portlet.feature" version="0.0.0">
<category name="MavenTools" />
</feature>
+ <feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
+ <category name="MavenTools" />
+ </feature>
<feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.feature" version="0.0.0">
<category name="AllTools" />
<category name="SOATools" />
15 years, 2 months
JBoss Tools SVN: r28475 - in trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core: extensions/events and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-01-21 12:19:03 -0500 (Fri, 21 Jan 2011)
New Revision: 28475
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java
Log:
JBIDE-7814 to trunk
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties 2011-01-21 16:09:09 UTC (rev 28474)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties 2011-01-21 17:19:03 UTC (rev 28475)
@@ -60,7 +60,7 @@
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. For optimal performance, verify your version includes an unsecured JMX RMI adaptor
-JMXResumeScannerError=JBossTools was unable to resume the JBoss deployment scanner. For optimal performance, verify your version includes an unsecured JMX RMI adaptor
+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
\ No newline at end of file
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2011-01-21 16:09:09 UTC (rev 28474)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2011-01-21 17:19:03 UTC (rev 28475)
@@ -48,6 +48,7 @@
public static final int RESUME_DEPLOYMENT_SCANNER = PUBLISHING_CODE | ISTATUS_CODE_WARN | (6<<16);
public static final int DEPLOYMENT_SCANNER_TRANSITION_CANCELED = PUBLISHING_CODE | ISTATUS_CODE_WARN | (7<<16);
public static final int NO_PUBLISHER_ROOT_CODE = PUBLISHING_CODE | ISTATUS_CODE_WARN | (8<<16);
+ public static final int DEPLOYMENT_SCANNER_TRANSITION_FAILED = PUBLISHING_CODE | ISTATUS_CODE_ERROR | (9<<16);
// Publishing.JST
public static final int JST_PUB_FULL_SUCCESS = JST_PUBLISHER_CODE | 1;
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java 2011-01-21 16:09:09 UTC (rev 28474)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/LocalJBossBehaviorDelegate.java 2011-01-21 17:19:03 UTC (rev 28475)
@@ -262,6 +262,10 @@
t.interrupt();
IStatus status = new Status(IStatus.WARNING, JBossServerCorePlugin.PLUGIN_ID, IEventCodes.DEPLOYMENT_SCANNER_TRANSITION_CANCELED, Messages.JMXScannerCanceled, null);
ServerLogger.getDefault().log(getServer(), status);
+ } else if( e[0] != null ) {
+ String error = methodName.equals(IJBossRuntimeConstants.START) ? Messages.JMXResumeScannerError : Messages.JMXPauseScannerError;
+ IStatus status = new Status(IStatus.ERROR, JBossServerCorePlugin.PLUGIN_ID, IEventCodes.DEPLOYMENT_SCANNER_TRANSITION_FAILED, error, e[0]);
+ ServerLogger.getDefault().log(getServer(), status);
}
}
}
15 years, 2 months