[jboss-svn-commits] JBL Code SVN: r29683 - labs/jbosstm/workspace/adinn/byteman/trunk/bin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 20 06:28:22 EDT 2009


Author: adinn
Date: 2009-10-20 06:28:22 -0400 (Tue, 20 Oct 2009)
New Revision: 29683

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh
Log:
updated to document -b and -s options -- fixes for BTEMAN-33

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh	2009-10-20 10:17:35 UTC (rev 29682)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh	2009-10-20 10:28:22 UTC (rev 29683)
@@ -24,12 +24,16 @@
 # shell script which submits a request to the Byteman agent listener
 # either to list, install or uninstall rule scripts
 #
-# usage: submit [-l|-u] [script1 . . . scriptN]
+# usage: submit [-l|-u] [script1 . . . scriptN] | [-b | -s] bootjar1 . . .
 #   -l (default) install rules in script1 . . . scriptN
-#      with no args list all installed rules
+#      with no scripts list all installed rules
 #   -u uninstall rules in script1 . . . scriptN
-#      with no args uninstall all installed rules
+#      with no scripts uninstall all installed rules
 #
+#   -b install jar files bootjar1 etc into bootstrap classpath
+#
+#   -s install jar files bootjar1 etc into system classpath
+#
 # use BYTEMAN_HOME to locate installed byteman release
 if [ -z "$BYTEMAN_HOME" ]; then
 # use the root of the path to this file to locate the byteman jar



More information about the jboss-svn-commits mailing list