[jboss-cvs] JBossAS SVN: r78264 - projects/microcontainer/trunk/aop-mc-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 9 12:04:56 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-09-09 12:04:56 -0400 (Tue, 09 Sep 2008)
New Revision: 78264

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
Log:
Ant test tasks were looking at target/tests-classes rather than target/test-classes

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2008-09-09 15:57:17 UTC (rev 78263)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2008-09-09 16:04:56 UTC (rev 78264)
@@ -452,7 +452,7 @@
               
                        <batchtest todir="${project.build.directory}/surefire-reports/ant-weave" haltonerror="false" haltonfailure="false" fork="true">
               
-                          <fileset dir="${project.build.directory}/tests-classes">
+                          <fileset dir="${project.build.directory}/test-classes">
                              <include name="org/jboss/test/**/*TestCase.class" />
                           </fileset>
                        </batchtest>
@@ -601,7 +601,7 @@
               
                        <batchtest todir="${project.build.directory}/surefire-reports/ant-weave-secure" haltonerror="false" haltonfailure="false" fork="true">
               
-                          <fileset dir="${project.build.directory}/tests-classes">
+                          <fileset dir="${project.build.directory}/test-classes">
                              <include name="org/jboss/test/**/*TestCase.class" />
                           </fileset>
                        </batchtest>




More information about the jboss-cvs-commits mailing list