On Sun, 23 Mar 2003, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote:
> All right. I think I found out the problem: it seems that the gump
> descriptor for jakarta-slide is incorrect and doesn't expose all the
> jars that we need and we depend on.
I've looked into it.
Cocoon's descriptor is explicitly asking to only get slide-kernel.jar,
nothing else. Instead of
<depend project="jakarta-slide" ids="kernel" version="supplied"/>
you will probably want to list the ids of all jars you need (space
separated).
Stefan