[jboss-svn-commits] JBL Code SVN: r31899 - in labs/jbosstm/trunk: ext and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 2 04:45:24 EST 2010


Author: adinn
Date: 2010-03-02 04:45:23 -0500 (Tue, 02 Mar 2010)
New Revision: 31899

Modified:
   labs/jbosstm/trunk/ext/Readme
   labs/jbosstm/trunk/maven/pom-template.xml
   labs/jbosstm/trunk/sharedbuild.xml
Log:
updated to byteman 1.2.2 so as to re-enable injection down hierarchies - fixes JBTM-684

Modified: labs/jbosstm/trunk/ext/Readme
===================================================================
--- labs/jbosstm/trunk/ext/Readme	2010-03-01 21:45:06 UTC (rev 31898)
+++ labs/jbosstm/trunk/ext/Readme	2010-03-02 09:45:23 UTC (rev 31899)
@@ -34,7 +34,7 @@
 xalan.jar
 xercesImpl.jar		Xerces 2.3.0
 xmlParserAPIs.jar	Xerces 2.3.0
-byteman.jar		1.2.1
+byteman.jar		1.2.2
 emma.jar, emma_ant.jar  emma code coverage tool 2.0.5312 license: http://www.eclipse.org/legal/cpl-v10.html
 
 n.b. emma.jar has been patched to correct its handling of local

Modified: labs/jbosstm/trunk/maven/pom-template.xml
===================================================================
--- labs/jbosstm/trunk/maven/pom-template.xml	2010-03-01 21:45:06 UTC (rev 31898)
+++ labs/jbosstm/trunk/maven/pom-template.xml	2010-03-02 09:45:23 UTC (rev 31899)
@@ -229,7 +229,7 @@
         <dependency>
             <groupId>org.jboss.byteman</groupId>
             <artifactId>byteman</artifactId>
-            <version>1.2.1</version>
+            <version>1.2.2</version>
             <scope>test</scope>
         </dependency>
 
@@ -373,4 +373,4 @@
         
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: labs/jbosstm/trunk/sharedbuild.xml
===================================================================
--- labs/jbosstm/trunk/sharedbuild.xml	2010-03-01 21:45:06 UTC (rev 31898)
+++ labs/jbosstm/trunk/sharedbuild.xml	2010-03-02 09:45:23 UTC (rev 31899)
@@ -460,7 +460,9 @@
                     <additional.jvmargs.aux>
                         <jvmarg value="-javaagent:${global.ext.lib.dir}/byteman.jar=script:${basedir}/tests/byteman-scripts/@{script}"/>
                         <jvmarg value="-Dorg.jboss.byteman.debug"/>
+			<!--
                         <jvmarg value="-Dorg.jboss.byteman.skip.override.rules"/>
+			-->
                         <additional.jvmargs/>
                     </additional.jvmargs.aux>
                 </run.tests.macro.aux>



More information about the jboss-svn-commits mailing list