You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/03/06 05:08:59 UTC

svn commit: r383463 - in /geronimo/branches/1.1/modules/scripts/src/resources/bin: geronimo.bat geronimo.sh

Author: jsisson
Date: Sun Mar  5 20:08:58 2006
New Revision: 383463

URL: http://svn.apache.org/viewcvs?rev=383463&view=rev
Log:
GERONIMO-1696 - Display "JPDA run" command as part of usage help.

Modified:
    geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.bat
    geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.sh

Modified: geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.bat
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.bat?rev=383463&r1=383462&r2=383463&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.bat (original)
+++ geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.bat Sun Mar  5 20:08:58 2006
@@ -211,12 +211,13 @@
 echo Usage:  geronimo command [args]
 echo commands:
 echo   debug             Debug Geronimo in jdb debugger
-echo   jpda start        Start Geronimo under JPDA debugger
+echo   jpda run          Start Geronimo in foreground under JPDA debugger
+echo   jpda start        Start Geronimo in background under JPDA debugger
 echo   run               Start Geronimo in the current window
 echo   start             Start Geronimo in a separate window
 echo   stop              Stop Geronimo
 echo. 
-echo args for debug, jpda start, run and start commands:
+echo args for debug, jpda run, jpda start, run and start commands:
 echo        --quiet       No startup progress
 echo        --long        Long startup progress
 echo   -v   --verbose     INFO log level

Modified: geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.sh
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.sh?rev=383463&r1=383462&r2=383463&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.sh (original)
+++ geronimo/branches/1.1/modules/scripts/src/resources/bin/geronimo.sh Sun Mar  5 20:08:58 2006
@@ -329,13 +329,14 @@
   echo "Usage: geronimo.sh command [geronimo_args]"
   echo "commands:"
   echo "  debug             Debug Geronimo in jdb debugger"
-  echo "  jpda start        Start Geronimo under JPDA debugger"
+  echo "  jpda run          Start Geronimo in foreground under JPDA debugger"
+  echo "  jpda start        Start Geronimo in background under JPDA debugger"
   echo "  run               Start Geronimo in the foreground"
   echo "  start             Start Geronimo in the background"
   echo "  stop              Stop Geronimo"
   echo "  stop --force      Stop Geronimo (followed by kill -KILL)"
   echo ""
-  echo "args for debug, jpda start, run and start commands:"
+  echo "args for debug, jpda run, jpda start, run and start commands:"
   echo "       --quiet       No startup progress"
   echo "       --long        Long startup progress"
   echo "  -v   --verbose     INFO log level"