:      [exec] can't stub ArabicNormalizationFilter
        ...
:      [exec] can't stub ArabicStemFilter

...those messages are because those Filter's don't have public 
constructors ... i must be really tired because i can't for the life of me 
understand how the manually made Factories you checked in are working in 
spite of this.

:      [exec] Can't find java files for...

some of that is because the CharStreamAware*Factories we already had 
didn't declare a specific return type, and some of that was because i  
aparently botched the ignore regex for the Sink and Tee fitlers

I've committed a few error message fixes to the script (r724624) and made 
all the factories have specific return types (r724625) as well as adding 
the ASCII Filter (r724626)


(I really don't understand those Arabic Filters without public 
constructors though.)


-Hoss

Reply via email to