Author: nextgens
Date: 2007-09-17 21:34:06 +0000 (Mon, 17 Sep 2007)
New Revision: 15208

Modified:
   trunk/freenet/build.xml
Log:
build.xml: ant doesn't add its classes to the classpath on the 'unit' target... 

Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml     2007-09-17 21:14:09 UTC (rev 15207)
+++ trunk/freenet/build.xml     2007-09-17 21:34:06 UTC (rev 15208)
@@ -131,6 +131,7 @@
                        <classpath>
                                <pathelement path="${build}"/>
                                <pathelement 
location="${freenet-ext.location}"/>
+                               <pathelement location="${junit.location}"/>
                        </classpath>
                        <include name="**/*.java"/>
                        <exclude name="*.java"/>


Reply via email to