I just checked out a fresh copy of ant, but bootstrap wouldn't
work. I had to comment out tstamp:
diff -u -r1.96 build.xml
--- build.xml 2000/11/08 17:00:07 1.96
+++ build.xml 2000/11/15 02:49:38
@@ -79,7 +79,7 @@
<!-- =================================================================== -->
<target name="prepare">
<mkdir dir="${build.dir}"/>
- <tstamp />
+<!-- <tstamp /> -->
</target>
<!-- =================================================================== -->
I don't know why, but now it works. Hope this helps someone.
- Scott