I normally just copy the string from the console output of the unit test
(without the prefix)
Frank
On 2/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
On 2/5/07, Frank Bille <[EMAIL PROTECTED]> wrote:
> On 2/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> >
> > Actually, maybe not :) I tried:
> >
> > cssIgnore = new String[] {
> >
> >
"src/java/wicket/extensions/yui/calendar/assets/calendar.css"
> > };
> >
>
>
> "src/main/java/wicket/extensions/yui/calendar/assets/calendar.css"
>
> perhaps?
Duh! Duh! Duh!
Thanks Frank,
Eelco