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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 21 20:00:24 EST 2007


Author: flavia.rainone at jboss.com
Date: 2007-12-21 20:00:24 -0500 (Fri, 21 Dec 2007)
New Revision: 68534

Modified:
   projects/aop/trunk/aop/build-tests-jdk14.xml
Log:
Problems with compilation of tests fixed.

Modified: projects/aop/trunk/aop/build-tests-jdk14.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk14.xml	2007-12-21 23:37:01 UTC (rev 68533)
+++ projects/aop/trunk/aop/build-tests-jdk14.xml	2007-12-22 01:00:24 UTC (rev 68534)
@@ -163,8 +163,8 @@
          <pathelement path="${local.classpath}"/>
          <path refid="thirdparty.classpath"/>
          <path refid="jboss.test14.classpath"/>
-         <path refid="jboss.microcontainer.classpath"/>
-         <path refid="jboss/common.core.classpath"/>
+         <path refid="jboss.microcontainer14.classpath"/>
+         <path refid="jboss/common.core.14.classpath"/>
          <pathelement path="${build.lib}/jboss-aop-jdk50.jar"/>
          <path refid="junit.junit.classpath"/>
       </path>
@@ -307,12 +307,12 @@
       <antcall target="clean"/>
       <antcall target="bootclasspath-genadvisor-tests" inheritRefs="true"/>
       <antcall target="bootclasspath-tests" inheritRefs="true"/>
-      <antcall target="system-classloader-test" inheritRefs="true"/>
       <antcall target="not-woven-tests" inheritRefs="true"/>
 
       <antcall target="clean"/>
       <antcall target="precompiled-tests" inheritRefs="true"/>
-
+     <antcall target="system-classloader-test" inheritRefs="true"/>
+ 
       <antcall target="clean"/>
       <antcall target="precompiled-genadvisor-tests" inheritRefs="true"/>
 




More information about the jboss-cvs-commits mailing list