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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 21 07:30:47 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-06-21 07:30:47 -0400 (Thu, 21 Jun 2007)
New Revision: 63590

Modified:
   projects/aop/trunk/aop/build-tests-jdk50.xml
Log:
[JBAOP-386] Fix commpatibility tests by only passing in aopclasspath for the test in question, i.e. don't inspect classes with @Bind(type=xxx) since they will not work on AOP 1.5 since the @Bind annotation there does not have that attribute

Modified: projects/aop/trunk/aop/build-tests-jdk50.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk50.xml	2007-06-21 11:27:44 UTC (rev 63589)
+++ projects/aop/trunk/aop/build-tests-jdk50.xml	2007-06-21 11:30:47 UTC (rev 63590)
@@ -774,7 +774,7 @@
          <src path="${build.tests.classes}"/>
          <include name="org/jboss/test/aop/${test}/**"/>
          <exclude name="${exclude}"/>
-         <aopclasspath path="${build.tests.classes}"/>         
+         <aopclasspath path="${build.tests.classes}/org/jboss/test/aop/${test}"/>
       </aopc>
 
       <!-- Get -Djboss.aop.path from passed in parameters -->




More information about the jboss-cvs-commits mailing list