You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Scott Bronson <br...@trestle.com> on 2000/11/15 03:52:12 UTC

CVS ant won't bootstrap

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


Re: CVS ant won't bootstrap

Posted by Stefan Bodewig <bo...@bost.de>.
Scott Bronson <br...@trestle.com> wrote:

> I just checked out a fresh copy of ant, but bootstrap wouldn't
> work.  I had to comment out tstamp:

No bootstrap problem here at all. Which error message do you get?

Stefan