[jboss-cvs] JBossAS SVN: r75052 - projects/aop/trunk/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 25 06:57:11 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-06-25 06:57:11 -0400 (Wed, 25 Jun 2008)
New Revision: 75052

Modified:
   projects/aop/trunk/aop/build-tests-jdk50.xml
Log:
Try adding the jrockit tests to see if they get run on Hudson

Modified: projects/aop/trunk/aop/build-tests-jdk50.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk50.xml	2008-06-25 10:26:23 UTC (rev 75051)
+++ projects/aop/trunk/aop/build-tests-jdk50.xml	2008-06-25 10:57:11 UTC (rev 75052)
@@ -320,6 +320,9 @@
 
       <delete dir="${build.tests.classes}"/>
       <antcall target="precompiled-compatibility-tests" inheritRefs="true"/>
+
+      <antcall target="jrockit-tests" inheritRefs="true"/>
+      <antcall target="jrockit-genadvisor-tests" inheritRefs="true"/>
    </target>
 
    <target name="all-tests" depends="tests">
@@ -331,8 +334,6 @@
       <antcall target="jdk15-precompiled-tests" inheritRefs="true"/>
 
       <delete dir="${build.tests.classes}"/>
-      <antcall target="jrockit-tests" inheritRefs="true"/>
-      <antcall target="jrockit-genadvisor-tests" inheritRefs="true"/>
    </target>
 
    <target name="_base-jdk50-tests">




More information about the jboss-cvs-commits mailing list