You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/09/16 18:03:25 UTC

svn commit: r446890 - /jakarta/velocity/engine/trunk/build/build.xml

Author: henning
Date: Sat Sep 16 09:03:23 2006
New Revision: 446890

URL: http://svn.apache.org/viewvc?view=rev&rev=446890
Log:
we must scan the source, not the classes...


Modified:
    jakarta/velocity/engine/trunk/build/build.xml

Modified: jakarta/velocity/engine/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/build.xml?view=diff&rev=446890&r1=446889&r2=446890
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/build/build.xml Sat Sep 16 09:03:23 2006
@@ -779,7 +779,7 @@
       </classpath>
 
       <batchtest todir="${build.test.reports}">
-        <fileset dir="${build.test.dest}">
+        <fileset dir="${build.test.src}">
           <include name="**/*TestCase.java"></include>
 
           <exclude name="**/BaseTestCase.java"></exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org