Hello Steve,

I worked yesterday on ant and did not have this problem.

Regards,

Antoine
-------- Original-Nachricht --------
Datum: Sun, 22 Oct 2006 17:50:28 +0100
Von: Steve Loughran <[EMAIL PROTECTED]>
An: Ant Developers List <dev@ant.apache.org>
Betreff: 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]

Reply via email to