Steve,

I just checked out the SVN head, and didn't have a problem building Ant:

BUILD SUCCESSFUL
Total time: 1 minute 45 seconds
C:\sandbox_ant\ant\ant-trunk>ant -version
Apache Ant version 1.7.0Beta3 compiled on October 23 2006

Environment:
Windows XP SP2
java version "1.5.0_06"

Regards, Jan


----- Original Message ----- From: "Steve Loughran" <[EMAIL PROTECTED]>
To: "Ant Developers List" <dev@ant.apache.org>
Sent: Sunday, October 22, 2006 6:50 PM
Subject: SVN head building



I cant get my local copy to build or bootstrap:

... Compiling Ant Classes
src\main\org\apache\tools\ant\filters\TokenFilter.java:30: cannot find symbol
symbol  : class FileTokenizer
location: package org.apache.tools.ant.util
import org.apache.tools.ant.util.FileTokenizer;
                                 ^
src\main\org\apache\tools\ant\filters\TokenFilter.java:289: cannot find symbol
symbol  : class FileTokenizer
location: package org.apache.tools.ant.util
        extends org.apache.tools.ant.util.FileTokenizer {
                                         ^
src\main\org\apache\tools\ant\filters\TokenFilter.java:195: cannot find symbol symbol : method add(org.apache.tools.ant.filters.TokenFilter.FileTokenizer)
location: class org.apache.tools.ant.filters.TokenFilter
        add(tokenizer);
        ^
src\main\org\apache\tools\ant\filters\TokenFilter.java:336: cannot find symbol symbol : method add(org.apache.tools.ant.filters.TokenFilter.FileTokenizer)
location: class org.apache.tools.ant.filters.TokenFilter
                tokenFilter.add(new FileTokenizer());
                           ^

I've checked SVN out, everything seems OK. Is it just me? I will recheck out the SVN head in case my local cache is screwed up.

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to