Index: build.xml
===================================================================
--- build.xml	(revision 488824)
+++ build.xml	(working copy)
@@ -83,6 +83,7 @@
     <echo>  mockobjects.jar = [${mockobjects.jar}]</echo>
     <echo>  xerces.jar (optional) = [${xerces.jar}]</echo>
     <echo>  xmlapis.jar (optional) = [${xmlapis.jar}]</echo>
+    <echo>  ${ant.home}/lib/ant-junit.jar</echo>
     <echo/>
     <echo>Options:</echo>
     <echo>  clover.enable = ${clover.enable}</echo>
@@ -93,6 +94,7 @@
       <pathelement location="${commons.logging.jar}"/>
       <pathelement location="${xerces.jar}"/>
       <pathelement location="${xmlapis.jar}"/>
+      <pathelement location="${ant.home}/lib/ant-junit.jar"/>
       
       <!-- Required for Gump -->
       <pathelement path="${java.class.path}"/>
@@ -103,6 +105,7 @@
       <and>
       	<available file="${cargo.jar}"/>
         <available file="${commons.logging.jar}"/>
+	<available file="${ant.home}/lib/ant-junit.jar"/>
         <available file="${junit.jar}"/>
         <available file="${mockobjects.jar}"/>
         <!-- Check for a JAXP class instead of the xmlapis.jar file so that
