[jboss-cvs] JBossAS SVN: r60727 - branches/Branch_AOP_1_5/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 20 15:23:29 EST 2007


Author: flavia.rainone at jboss.com
Date: 2007-02-20 15:23:29 -0500 (Tue, 20 Feb 2007)
New Revision: 60727

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
Log:
Fixed loadtime-test task, and renamed it to bootclasspath-test

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2007-02-20 20:21:06 UTC (rev 60726)
+++ branches/Branch_AOP_1_5/aop/build.xml	2007-02-20 20:23:29 UTC (rev 60727)
@@ -679,6 +679,21 @@
 
    </target>
 
+   <target name="bootclasspath-test" depends="init">
+      <delete dir="${build.bootclasspath}"/>
+      <java classname="org.jboss.aop.hook.GenerateInstrumentedClassLoader">
+         <classpath>
+            <path refid="test.classpath"/>
+         </classpath>
+         <arg value="${build.bootclasspath}"/>
+      </java>
+      
+      <antcall  target="_run-bootclasspath-test" inheritRefs="true">
+         <param name="test" value="${test}"/>
+         <param name="caller" value="bootclasspath-tests"/>
+      </antcall>
+   </target>
+
    <!-- ==================================================================================== -->
    <!-- GENERATED ADVISOR BOOTCLASSPATH-TESTS (JDK 1.4)                                      -->
    <!-- ==================================================================================== -->
@@ -754,13 +769,6 @@
 
    </target>
 
-   <target name="loadtime-test" depends="init">
-      <antcall  target="_run-bootclasspath-test" inheritRefs="true">
-         <param name="test" value="${test}"/>
-         <param name="caller" value="bootclasspath-tests"/>
-      </antcall>
-   </target>
-
    <target name="_run-bootclasspath-test">
       <path id="bootclasspath">
          <pathelement location="${build.bootclasspath}"/>




More information about the jboss-cvs-commits mailing list