vmassol 2003/11/25 02:12:22
Modified: jboss/src/plugin-resources run.bat shutdown.3.0.bat
shutdown.3.2.bat
jboss/xdocs changes.xml
Log:
Applied MPJBOSS-2 patch: Fixes jboss:shutdown and jboss:start hanging on pause.
Thanks to Sean Timm.
Revision Changes Path
1.3 +2 -2 maven-plugins/jboss/src/plugin-resources/run.bat
Index: run.bat
===================================================================
RCS file: /home/cvs/maven-plugins/jboss/src/plugin-resources/run.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- run.bat 21 Jun 2003 10:55:22 -0000 1.2
+++ run.bat 25 Nov 2003 10:12:22 -0000 1.3
@@ -1,2 +1,2 @@
[EMAIL PROTECTED]
----------------------------------------------------------------------------
@REM Default JBoss start up batch script. It calls the default script found
@REM in JBOSS_HOME/bin.
@REM ----------------------------------------------------------------------------
[EMAIL PROTECTED] JAVA_OPTS="[EMAIL PROTECTED]@" "[EMAIL PROTECTED]@"
@call @[EMAIL PROTECTED] -c @maven.jboss.conf.name@
[EMAIL PROTECTED]
----------------------------------------------------------------------------
@REM Default JBoss start up batch script. It calls the default script found
@REM in JBOSS_HOME/bin.
@REM ----------------------------------------------------------------------------
@if "%OS%" == "Windows_NT" setlocal
[EMAIL PROTECTED] NOPAUSE=true
@set JAVA_OPTS="[EMAIL PROTECTED]@" "[EMAIL PROTECTED]@"
@call @[EMAIL PROTECTED] -c @maven.jboss.conf.name@
1.3 +2 -2 maven-plugins/jboss/src/plugin-resources/shutdown.3.0.bat
Index: shutdown.3.0.bat
===================================================================
RCS file: /home/cvs/maven-plugins/jboss/src/plugin-resources/shutdown.3.0.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shutdown.3.0.bat 21 Jun 2003 10:55:22 -0000 1.2
+++ shutdown.3.0.bat 25 Nov 2003 10:12:22 -0000 1.3
@@ -1,2 +1,2 @@
[EMAIL PROTECTED] off
REM ----------------------------------------------------------------------------
REM Default JBoss shutdown batch script. It calls the default script found
REM in JBOSS_HOME/bin.
REM ----------------------------------------------------------------------------
-call @[EMAIL PROTECTED] @maven.jboss.hostname@
[EMAIL PROTECTED] off
REM ----------------------------------------------------------------------------
REM Default JBoss shutdown batch script. It calls the default script found
REM in JBOSS_HOME/bin.
REM ----------------------------------------------------------------------------
@if "%OS%" == "Windows_NT" setlocal
[EMAIL PROTECTED] NOPAUSE=true
call @[EMAIL PROTECTED] @maven.jboss.hostname@
1.3 +2 -2 maven-plugins/jboss/src/plugin-resources/shutdown.3.2.bat
Index: shutdown.3.2.bat
===================================================================
RCS file: /home/cvs/maven-plugins/jboss/src/plugin-resources/shutdown.3.2.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shutdown.3.2.bat 21 Jun 2003 10:55:22 -0000 1.2
+++ shutdown.3.2.bat 25 Nov 2003 10:12:22 -0000 1.3
@@ -1,2 +1,2 @@
[EMAIL PROTECTED] off
REM ----------------------------------------------------------------------------
REM Default JBoss shutdown batch script. It calls the default script found
REM in JBOSS_HOME/bin.
REM ----------------------------------------------------------------------------
-call @[EMAIL PROTECTED] -S
[EMAIL PROTECTED] off
REM ----------------------------------------------------------------------------
REM Default JBoss shutdown batch script. It calls the default script found
REM in JBOSS_HOME/bin.
REM ----------------------------------------------------------------------------
@if "%OS%" == "Windows_NT" setlocal
[EMAIL PROTECTED] NOPAUSE=true
call @[EMAIL PROTECTED] -S
1.18 +3 -0 maven-plugins/jboss/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jboss/xdocs/changes.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- changes.xml 16 Nov 2003 18:47:16 -0000 1.17
+++ changes.xml 25 Nov 2003 10:12:22 -0000 1.18
@@ -8,6 +8,9 @@
<body>
<release version="1.4" date="in CVS">
+ <action dev="vmassol" type="fix" issue="MPJBOSS-2" due-to="Sean Timm"
due-to-email="[EMAIL PROTECTED]">
+ Fix jboss:shutdown and jboss:start hanging on pause.
+ </action>
</release>
<release version="1.3" date="2003-09-18">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]