Steve: Did this ever work for you?

I'm such a dolt, I'm like.. hmm... FileTokenizer,
what's that?  Doesn't look familiar... and I'm the one
who extracted it to a public class less than a month
ago.  :|

But anyway...

--- Steve Loughran <[EMAIL PROTECTED]> wrote:

> 
> 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]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to