Re: wildcard matcher broken?

2003-06-25 Thread Geoff Howard
You don't say explicitly what the file is really named. If it's 011.jpg, then you need to use src="{1}" which is the first sub expression. {0} is the whole matched expression, as you see in the specifics of the file not found. The matcher is working exactly as designed. Geoff Howard At 01:

Solved Re: wildcard matcher broken?

2003-06-25 Thread Sully
it was lack of sleep, have solved it. {1} works much better than {0} :) thanks Sully Sully wrote: greetings I have just checked 2.1 out of cvs and built without any local.b*.properties files using ./build.sh webapp I am running ./cocoon.sh servlet for my quick testing. I'm trying to generate

wildcard matcher broken?

2003-06-25 Thread Sully
greetings I have just checked 2.1 out of cvs and built without any local.b*.properties files using ./build.sh webapp I am running ./cocoon.sh servlet for my quick testing. I'm trying to generate a list of thumbnails from a directory of images, the directory generator is working without any tro