specify default location of ant-testutil.jar
diff --git a/build.xml b/build.xml
index f2ff8df..a3e3fc4 100644
--- a/build.xml
+++ b/build.xml
@@ -67,6 +67,8 @@
     <!-- junit test properties -->
     <property name="junit.fork" value="true" />
     <property name="junit.forkmode" value="once" />
+    <!-- Default to the location in the Ant installation -->
+    <property name="ant-testutil.jar" value="${ant.home}/lib/ant-testutil.jar" />
   </target>
 
   <target name="setup" depends="setup-properties">