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 <[EMAIL PROTECTED]> 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? >
