Author: snoopdave
Date: Tue Jul 17 19:38:37 2007
New Revision: 557120

URL: http://svn.apache.org/viewvc?view=rev&rev=557120
Log:
Doh! We've got JUnit so let's really make sure it works even if it's not 
installed in ant/lib

Modified:
    roller/trunk/apps/weblogger/build.xml

Modified: roller/trunk/apps/weblogger/build.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/build.xml?view=diff&rev=557120&r1=557119&r2=557120
==============================================================================
--- roller/trunk/apps/weblogger/build.xml (original)
+++ roller/trunk/apps/weblogger/build.xml Tue Jul 17 19:38:37 2007
@@ -48,7 +48,8 @@
         property="dbscripts-exist" />
     
     <!-- Ensure JUnit is defined even if not installed in Ant -->
-    <taskdef name="junit" classpathref="tests.path"
+    <taskdef name="junit" 
+        
classpath="${ro.tools}/buildtime/junit-4.1.jar,${ro.tools}/buildtime/ant-1.7.0/ant-junit.jar"
         classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" /> 
         
        


Reply via email to