Applied MPJBOSS-2 patch: Fixes jboss:shutdown and jboss:start hanging on pause. Thanks to Sean Timm.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-11-25 10:12:22 +00:00
parent 55b4a1e3b3
commit 1cd9808b41
4 changed files with 9 additions and 0 deletions

View File

@ -2,5 +2,7 @@
@REM Default JBoss start up batch script. It calls the default script found
@REM in JBOSS_HOME/bin.
@REM ----------------------------------------------------------------------------
@if "%OS%" == "Windows_NT" setlocal
@set NOPAUSE=true
@set JAVA_OPTS="-Djboss.server.home.dir=@jboss.server.home.dir@" "-Djboss.server.home.url=@jboss.server.home.url@"
@call @maven.jboss.home@\bin\run.bat -c @maven.jboss.conf.name@

View File

@ -3,5 +3,7 @@ REM ----------------------------------------------------------------------------
REM Default JBoss shutdown batch script. It calls the default script found
REM in JBOSS_HOME/bin.
REM ----------------------------------------------------------------------------
@if "%OS%" == "Windows_NT" setlocal
@set NOPAUSE=true
call @maven.jboss.home@\bin\shutdown.bat @maven.jboss.hostname@

View File

@ -3,4 +3,6 @@ REM ----------------------------------------------------------------------------
REM Default JBoss shutdown batch script. It calls the default script found
REM in JBOSS_HOME/bin.
REM ----------------------------------------------------------------------------
@if "%OS%" == "Windows_NT" setlocal
@set NOPAUSE=true
call @maven.jboss.home@\bin\shutdown.bat -S

View File

@ -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="stimm@proclarity.com">
Fix jboss:shutdown and jboss:start hanging on pause.
</action>
</release>
<release version="1.3" date="2003-09-18">