On 2/5/07, Frank Bille <[EMAIL PROTECTED]> wrote:
On 2/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> > So do
> > I just instantiate the appropriate arrays (like cssIgnore) to mark
> > these Yahoo files to be ignored?
>
> Ok, ok, I should read first, than ask. Answer is yes.
>
Yes! :)
Actually, maybe not :) I tried:
cssIgnore = new String[] {
"src/java/wicket/extensions/yui/calendar/assets/calendar.css"
};
That doesn't work. Before I start digging, what did you have in mind?
Are the ignores all directory based rather than work on a single file?
Eelco