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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 3 11:12:25 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-10-03 11:12:25 -0400 (Fri, 03 Oct 2008)
New Revision: 79095

Modified:
   projects/aop/trunk/aop/build-tests-jdk50.xml
Log:
[JBAOP-654] Moves the hotswap tests output to reports dir, just like other tests do, and rename the task from
jdk15-hotswap-tests to hotswap-tests.

Modified: projects/aop/trunk/aop/build-tests-jdk50.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk50.xml	2008-10-03 15:01:51 UTC (rev 79094)
+++ projects/aop/trunk/aop/build-tests-jdk50.xml	2008-10-03 15:12:25 UTC (rev 79095)
@@ -340,7 +340,7 @@
       <antcall target="precompiled-compatibility-tests" inheritRefs="true"/>
 
       <delete dir="${build.tests.classes}"/>
-      <antcall target="jdk15-hotswap-tests" inheritRefs="true"/>
+      <antcall target="hotswap-tests" inheritRefs="true"/>
 
       <!--      
       <antcall target="jrockit-tests" inheritRefs="true"/>
@@ -1288,9 +1288,9 @@
          <test todir="${report.dir}" name="org.jboss.test.aop.jdk15.dynamic.prepareMethod.HotSwapDisabledTester" />
       </junit>
    </target>
-   <target name="jdk15-hotswap-tests" depends="compile">
+   <target name="hotswap-tests" depends="compile">
 
-      <property name="report.dir" value="${build.reports}/jdk15-hotswap-tests"/>
+      <property name="report.dir" value="${build.reports}"/>
       <mkdir dir="${report.dir}"/>
 
       <junit printsummary="yes" fork="yes" haltonfailure="no">




More information about the jboss-cvs-commits mailing list