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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Oct 15 11:31:22 EDT 2009


Author: adinn
Date: 2009-10-15 11:31:22 -0400 (Thu, 15 Oct 2009)
New Revision: 29623

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/bin/bytemancheck.sh
Log:
corrected error in setting classpath -- fixes BYTEMAN-45

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/bin/bytemancheck.sh
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/bin/bytemancheck.sh	2009-10-15 14:01:25 UTC (rev 29622)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/bin/bytemancheck.sh	2009-10-15 15:31:22 UTC (rev 29623)
@@ -30,7 +30,7 @@
 # the binary release puts byteman jar in lib while source puts it in
 # build/lib so add both paths to the classpath just in case
 CP=${BASE}lib/byteman.jar
-CP=${BASE}build/lib/byteman.jar
+CP=${BASE}build/lib/byteman.jar:${CP}
 # hmm. the asm code should be bundled in the byteman jar?
 CP=${CP}:${BASE}ext/asm-all-3.0.jar
 # incluide application classes upplied via -cp flag



More information about the jboss-svn-commits mailing list