[seam-commits] Seam SVN: r12302 - branches/enterprise/JBPAPP_4_2_CP01.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Mar 26 12:34:40 EDT 2010


Author: manaRH
Date: 2010-03-26 12:34:39 -0400 (Fri, 26 Mar 2010)
New Revision: 12302

Modified:
   branches/enterprise/JBPAPP_4_2_CP01/build.xml
Log:
added java 6 argument for launching tests

Modified: branches/enterprise/JBPAPP_4_2_CP01/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/build.xml	2010-03-26 15:52:57 UTC (rev 12301)
+++ branches/enterprise/JBPAPP_4_2_CP01/build.xml	2010-03-26 16:34:39 UTC (rev 12302)
@@ -832,6 +832,8 @@
         <testng>
             <classpath refid="test.classpath"/>
             <xmlfileset dir="${src.test.dir}" includes="**/*.xml"/>
+		    <!--added for JDK6 compatibility with JBoss embedded-->
+		    <jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
         </testng>
         
     </target>
@@ -883,6 +885,8 @@
             <classpath refid="${test.classpath}"/>
             <classpath refid="example.classpath.emma"/>
             <xmlfileset dir="${src.test.dir}" includes="**/*.xml"/>
+		    <!--added for JDK6 compatibility with JBoss embedded-->
+		    <jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
         </testng>
             
     </target>



More information about the seam-commits mailing list