JBoss Tools SVN: r30879 - in trunk: common/plugins/org.jboss.tools.common.resref.core/META-INF and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-04-27 12:59:06 -0400 (Wed, 27 Apr 2011)
New Revision: 30879
Modified:
trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF
Log:
fix for runtime configuration in manifests. it should have class path '.' to be available on class path in dev environment for plugins which depends on it.
Modified: trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2011-04-27 16:01:20 UTC (rev 30878)
+++ trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2011-04-27 16:59:06 UTC (rev 30879)
@@ -18,4 +18,5 @@
org.jboss.tools.common.ui
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .
Modified: trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF 2011-04-27 16:01:20 UTC (rev 30878)
+++ trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF 2011-04-27 16:59:06 UTC (rev 30879)
@@ -12,3 +12,4 @@
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
+Bundle-ClassPath: .
Modified: trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF 2011-04-27 16:01:20 UTC (rev 30878)
+++ trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF 2011-04-27 16:59:06 UTC (rev 30879)
@@ -30,3 +30,4 @@
org.eclipse.ui.ide;bundle-version="3.6.0"
Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF 2011-04-27 16:01:20 UTC (rev 30878)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF 2011-04-27 16:59:06 UTC (rev 30879)
@@ -58,4 +58,5 @@
org.eclipse.wst.standard.schemas
Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ClassPath: .
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF 2011-04-27 16:01:20 UTC (rev 30878)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF 2011-04-27 16:59:06 UTC (rev 30879)
@@ -45,3 +45,4 @@
org.jboss.tools.jst.web.kb.refactoring,
org.jboss.tools.jst.web.kb.taglib,
org.jboss.tools.jst.web.kb.validation
+Bundle-ClassPath: .
14 years, 11 months
JBoss Tools SVN: r30878 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-27 12:01:20 -0400 (Wed, 27 Apr 2011)
New Revision: 30878
Modified:
trunk/build/publish.sh
Log:
ensure sources dir exists before trying to pushd there
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2011-04-27 16:00:46 UTC (rev 30877)
+++ trunk/build/publish.sh 2011-04-27 16:01:20 UTC (rev 30878)
@@ -147,7 +147,8 @@
for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
mv $z ${z}.MD5 ${STAGINGDIR}/components
done
-
+
+ mkdir -p ${STAGINGDIR}/all/sources
# unpack component source zips like jbosstools-pi4soa-3.1_trunk-Sources-SNAPSHOT.zip or jbosstools-3.2_trunk.component--ws-Sources-SNAPSHOT.zip
for z in $(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip"); do
zn=${z%*-Sources*.zip}; zn=${zn#*--}; zn=${zn##*/}; zn=${zn#jbosstools-};
14 years, 11 months
JBoss Tools SVN: r30877 - branches/jbosstools-3.2.x/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-27 12:00:46 -0400 (Wed, 27 Apr 2011)
New Revision: 30877
Modified:
branches/jbosstools-3.2.x/build/publish.sh
Log:
ensure sources dir exists before trying to pushd there
Modified: branches/jbosstools-3.2.x/build/publish.sh
===================================================================
--- branches/jbosstools-3.2.x/build/publish.sh 2011-04-27 15:26:36 UTC (rev 30876)
+++ branches/jbosstools-3.2.x/build/publish.sh 2011-04-27 16:00:46 UTC (rev 30877)
@@ -144,7 +144,8 @@
for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
mv $z ${z}.MD5 ${STAGINGDIR}/components
done
-
+
+ mkdir -p ${STAGINGDIR}/all/sources
# unpack component source zips like jbosstools-pi4soa-3.1_trunk-Sources-SNAPSHOT.zip or jbosstools-3.2_trunk.component--ws-Sources-SNAPSHOT.zip
for z in $(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip"); do
zn=${z%*-Sources*.zip}; zn=${zn#*--}; zn=${zn##*/}; zn=${zn#jbosstools-};
14 years, 11 months
JBoss Tools SVN: r30876 - trunk/download.jboss.org/jbosstools/builds/cascade.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-27 11:26:36 -0400 (Wed, 27 Apr 2011)
New Revision: 30876
Modified:
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
Log:
update swimlanes to reflect new interproject deps
Modified: trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2011-04-27 14:38:07 UTC (rev 30875)
+++ trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2011-04-27 15:26:36 UTC (rev 30876)
@@ -1,4 +1,4 @@
-Revised swimlanes, as implemented in 3.2_stable_branch and 3.3_trunk jobs, 2011/04/05.
+Revised swimlanes, as implemented in 3.2_stable_branch and 3.3_trunk jobs, 2011/04/27
------------------------
@@ -12,13 +12,15 @@
struts -> vpe -> xulrunner
-bpel, birt, examples, modeshape, portlet, profiler, smooks, tptp -> tests
+examples -> portlet
+bpel, birt, portlet, modeshape, profiler, smooks, tptp -> tests
+
ws, deltacloud -> as -> archives, jmx -> tests
jbpm -> flow -> tests
-esb -> common -> tests
+esb -> jst -> common -> tests
gwt, runtime, tests, usage, drools, pi4soa, savara, teiid -> [none]
14 years, 11 months
JBoss Tools SVN: r30875 - in branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-27 10:38:07 -0400 (Wed, 27 Apr 2011)
New Revision: 30875
Modified:
branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/pom.xml
Log:
[JBIDE-8644] bumped trunk to 1.1.0 and branch to 1.0.1 so that we can distinguish reporting installations
Modified: branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF 2011-04-27 14:37:25 UTC (rev 30874)
+++ branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF 2011-04-27 14:38:07 UTC (rev 30875)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.jboss.tools.usage;bundle-version="1.0.0",
org.eclipse.osgi;bundle-version="3.5.2",
Modified: branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/pom.xml 2011-04-27 14:37:25 UTC (rev 30874)
+++ branches/jbosstools-3.2.x/usage/tests/org.jboss.tools.usage.test/pom.xml 2011-04-27 14:38:07 UTC (rev 30875)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.usage.tests</groupId>
<artifactId>org.jboss.tools.usage.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<emma.filter/>
14 years, 11 months
JBoss Tools SVN: r30874 - branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-27 10:37:25 -0400 (Wed, 27 Apr 2011)
New Revision: 30874
Modified:
branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/pom.xml
Log:
[JBIDE-8644] bumped trunk to 1.1.0 and branch to 1.0.1 so that we can distinguish reporting installations
Modified: branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/pom.xml 2011-04-27 14:35:58 UTC (rev 30873)
+++ branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/pom.xml 2011-04-27 14:37:25 UTC (rev 30874)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.usage.plugins</groupId>
<artifactId>org.jboss.tools.usage</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
14 years, 11 months
JBoss Tools SVN: r30873 - in trunk/usage: plugins/org.jboss.tools.usage/META-INF and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-27 10:35:58 -0400 (Wed, 27 Apr 2011)
New Revision: 30873
Modified:
trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
trunk/usage/plugins/org.jboss.tools.usage/pom.xml
trunk/usage/tests/org.jboss.tools.usage.test/pom.xml
Log:
[JBIDE-8644] bumped trunk to 1.1.0 and branch to 1.0.1 so that we can distinguish reporting installations
Modified: trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2011-04-27 12:09:57 UTC (rev 30872)
+++ trunk/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2011-04-27 14:35:58 UTC (rev 30873)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.usage.branding,
org.jboss.tools.usage.googleanalytics,
Modified: trunk/usage/plugins/org.jboss.tools.usage/pom.xml
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/pom.xml 2011-04-27 12:09:57 UTC (rev 30872)
+++ trunk/usage/plugins/org.jboss.tools.usage/pom.xml 2011-04-27 14:35:58 UTC (rev 30873)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.usage.plugins</groupId>
<artifactId>org.jboss.tools.usage</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<emma.filter>org.jboss.tools.usage*</emma.filter>
Modified: trunk/usage/tests/org.jboss.tools.usage.test/pom.xml
===================================================================
--- trunk/usage/tests/org.jboss.tools.usage.test/pom.xml 2011-04-27 12:09:57 UTC (rev 30872)
+++ trunk/usage/tests/org.jboss.tools.usage.test/pom.xml 2011-04-27 14:35:58 UTC (rev 30873)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.usage.tests</groupId>
<artifactId>org.jboss.tools.usage.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<emma.filter/>
14 years, 11 months
JBoss Tools SVN: r30872 - branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/META-INF.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-27 08:09:57 -0400 (Wed, 27 Apr 2011)
New Revision: 30872
Modified:
branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
Log:
[JBIDE-8644] bumped trunk to 1.1.0 and branch to 1.0.1 so that we can distinguish reporting installations
Modified: branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2011-04-27 12:08:52 UTC (rev 30871)
+++ branches/jbosstools-3.2.x/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2011-04-27 12:09:57 UTC (rev 30872)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.usage.branding,
org.jboss.tools.usage.googleanalytics,
14 years, 11 months
JBoss Tools SVN: r30871 - trunk/usage/tests/org.jboss.tools.usage.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-27 08:08:52 -0400 (Wed, 27 Apr 2011)
New Revision: 30871
Modified:
trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF
Log:
[JBIDE-8644] bumped trunk to 1.1.0 and branch to 1.0.1 so that we can distinguish reporting installations
Modified: trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF 2011-04-27 12:05:26 UTC (rev 30870)
+++ trunk/usage/tests/org.jboss.tools.usage.test/META-INF/MANIFEST.MF 2011-04-27 12:08:52 UTC (rev 30871)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.jboss.tools.usage;bundle-version="1.0.0",
org.eclipse.osgi;bundle-version="3.5.2",
14 years, 11 months
JBoss Tools SVN: r30870 - in trunk/as: plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-27 08:05:26 -0400 (Wed, 27 Apr 2011)
New Revision: 30870
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/IJBoss7Manager.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7ManagerProxy.java
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/AS7Manager.java
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/JBoss7Manager.java
trunk/as/tests/org.jboss.ide.eclipse.as.management.as7.tests/src/org/jboss/ide/eclipse/as/management/as7/tests/AS7ManagerIntegrationTest.java
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/server/JBossManagerTest.java
Log:
[JBIDE-8793] added #shutdown to AS7Manager
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/IJBoss7Manager.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/IJBoss7Manager.java 2011-04-27 11:49:58 UTC (rev 30869)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/IJBoss7Manager.java 2011-04-27 12:05:26 UTC (rev 30870)
@@ -7,7 +7,7 @@
*
* Contributors:
* Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
+ ******************************************************************************/
package org.jboss.ide.eclipse.as.core.server.internal.v7;
import java.io.File;
@@ -23,44 +23,59 @@
/**
* Asynchronously deploy a file to a server
*
- * @param host The host
- * @param port The port
- * @param name The deployment's name
- * @param file The file to be deployed
- * @param monitor The progress monitor
+ * @param host
+ * The host
+ * @param port
+ * The port
+ * @param name
+ * The deployment's name
+ * @param file
+ * The file to be deployed
+ * @param monitor
+ * The progress monitor
*
* @return Not sure what to return yet
- * @throws Exception
+ * @throws Exception
*/
- public IJBoss7DeploymentResult deployAsync(String host, int port,
- String deploymentName, File file, IProgressMonitor monitor) throws Exception;
+ public IJBoss7DeploymentResult deployAsync(String host, int port,
+ String deploymentName, File file, IProgressMonitor monitor) throws Exception;
/**
* Synchronously deploy a file to a server
*
- * @param host The host
- * @param port The port
- * @param name The deployment's name
- * @param file The file to be deployed
- * @param monitor The progress monitor
+ * @param host
+ * The host
+ * @param port
+ * The port
+ * @param name
+ * The deployment's name
+ * @param file
+ * The file to be deployed
+ * @param monitor
+ * The progress monitor
*
* @return Not sure what to return yet
- * @throws Exception
+ * @throws Exception
*/
- public IJBoss7DeploymentResult deploySync(String host, int port,
+ public IJBoss7DeploymentResult deploySync(String host, int port,
String deploymentName, File file, IProgressMonitor monitor) throws Exception;
-
+
/**
* Asynchronously undeploy a file to a server
*
- * @param host The host
- * @param port The port
- * @param name The deployment's name
- * @param file The file to be deployed
- * @param monitor The progress monitor
+ * @param host
+ * The host
+ * @param port
+ * The port
+ * @param name
+ * The deployment's name
+ * @param file
+ * The file to be deployed
+ * @param monitor
+ * The progress monitor
*
* @return Not sure what to return yet
- * @throws Exception
+ * @throws Exception
*/
public IJBoss7DeploymentResult undeployAsync(String host, int port,
String deploymentName, boolean removeFile, IProgressMonitor monitor) throws Exception;
@@ -68,28 +83,43 @@
/**
* Synchronously undeploy a file to a server
*
- * @param host The host
- * @param port The port
- * @param name The deployment's name
- * @param file The file to be deployed
- * @param monitor The progress monitor
+ * @param host
+ * The host
+ * @param port
+ * The port
+ * @param name
+ * The deployment's name
+ * @param file
+ * The file to be deployed
+ * @param monitor
+ * The progress monitor
*
* @return Not sure what to return yet
- * @throws Exception
+ * @throws Exception
*/
public IJBoss7DeploymentResult syncUndeploy(String host, int port,
String deploymentName, boolean removeFile, IProgressMonitor monitor) throws Exception;
-
+
/**
* Returns the state for a given deployment name on a given host and port.
*
- * @param host the host to query
- * @param port the port to contact it on
- * @param deploymentName the name of the deployment that shall be queried
+ * @param host
+ * the host to query
+ * @param port
+ * the port to contact it on
+ * @param deploymentName
+ * the name of the deployment that shall be queried
*
* @return the state of the deployment
* @throws Exception
*/
public JBoss7DeploymentState getDeploymentState(String host, int port, String deploymentName) throws Exception;
-
+
+ /**
+ * Stops the given server
+ *
+ * @throws JBoss7ManangerException
+ * @throws Exception
+ */
+ public void stop(String host, int port) throws Exception;
}
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7ManagerProxy.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7ManagerProxy.java 2011-04-27 11:49:58 UTC (rev 30869)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7ManagerProxy.java 2011-04-27 12:05:26 UTC (rev 30870)
@@ -42,6 +42,10 @@
return checkedGetService().getDeploymentState(host, port, deploymentName);
}
+ public void stop(String host, int port) throws Exception {
+ checkedGetService().stop(host, port);
+ }
+
private IJBoss7Manager checkedGetService() throws JBoss7ManangerException {
IJBoss7Manager service = getService();
if (service == null) {
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/AS7Manager.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/AS7Manager.java 2011-04-27 11:49:58 UTC (rev 30869)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/AS7Manager.java 2011-04-27 12:05:26 UTC (rev 30870)
@@ -139,7 +139,7 @@
*
* @throws JBoss7ManangerException
*/
- public void shutdown() throws JBoss7ManangerException {
+ public void stop() throws JBoss7ManangerException {
ModelNode request = new ModelNode();
request.get(OP).set(SHUTDOWN);
quietlyExecute(request);
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/JBoss7Manager.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/JBoss7Manager.java 2011-04-27 11:49:58 UTC (rev 30869)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/src/org/jboss/ide/eclipse/as/management/as7/deployment/JBoss7Manager.java 2011-04-27 12:05:26 UTC (rev 30870)
@@ -50,4 +50,8 @@
AS7Manager manager = new AS7Manager(host, port);
return manager.getDeploymentState(deploymentName);
}
+
+ public void stop(String host, int port) throws Exception {
+ new AS7Manager(host, port).stop();
+ }
}
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.management.as7.tests/src/org/jboss/ide/eclipse/as/management/as7/tests/AS7ManagerIntegrationTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.management.as7.tests/src/org/jboss/ide/eclipse/as/management/as7/tests/AS7ManagerIntegrationTest.java 2011-04-27 11:49:58 UTC (rev 30869)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.management.as7.tests/src/org/jboss/ide/eclipse/as/management/as7/tests/AS7ManagerIntegrationTest.java 2011-04-27 12:05:26 UTC (rev 30870)
@@ -162,7 +162,7 @@
@Test
public void canShutdown() throws JBoss7ManangerException, UnknownHostException, IOException {
assertTrue(AS7ManagerTestUtils.isListening(AS7ManagerTestUtils.HOST, AS7ManagerTestUtils.MGMT_PORT));
- manager.shutdown();
+ manager.stop();
assertFalse(AS7ManagerTestUtils.isListening(AS7ManagerTestUtils.HOST, AS7ManagerTestUtils.MGMT_PORT));
}
}
\ No newline at end of file
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/server/JBossManagerTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/server/JBossManagerTest.java 2011-04-27 11:49:58 UTC (rev 30869)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/server/JBossManagerTest.java 2011-04-27 12:05:26 UTC (rev 30870)
@@ -85,5 +85,8 @@
throws JBoss7ManangerException {
throw new UnsupportedOperationException();
}
+
+ public void stop(String host, int port) throws JBoss7ManangerException {
+ }
}
}
14 years, 11 months