Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 83410 invoked from network); 2 Aug 2000 13:54:44 -0000 Received: from mail.amtec.com (HELO amtec.com) (root@216.190.22.19) by locus.apache.org with SMTP; 2 Aug 2000 13:54:44 -0000 Message-ID: Date: Wed, 02 Aug 2000 06:55:32 -0700 From: Michael Saunders MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: build crashes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I had the same problem. I figured that a file was in the CVS tree that was no longer used so I removed all my ant source and class files and downloaded the source CVS again. After doing that I was able to bootstrap and build perfectly. I should have removed the class/jar files first and then if that didn't work remove the source files but I didn't, therefore I am not sure if removing the class/jar files helped because I had old references in my CLASSPATH or if removing an old source file that no longer was needed caused the problem. In any event I got it all working. I hope that perspecitve helps, Michael Stefan Bodewig wrote: > >>>>> "JC" == Jonathan Carlson writes: > > JC> I don't think that's it. It happened when I did a > JC> .\bootstrap.bat too. I hacked the xml file to get it working for > JC> me, but I thought someone should know about it. > > Either you are using old sources with a new build.xml or the bootstrap > process fails for some reason I cannot see. > > I've bootstrap my own Ant version off course, before I've commited > the changes - although I must admit I only tried it on Linux. Anybody > else experiencing problems on Windows? >