Jean-Baptiste Quenot wrote:
> Hello,
> 
> The Cocoon CLI is broken because  when all blocks are compiled in,
> there are classes  in the samples that go  to WEB-INF/classes, but
> the loader does not add this location to the classpath.
> 
> Any hint on how to add this location to the loader classpath?
> 
> A simple solution  is to package the classes of  blocks samples as
> jars.

The loader source is in tools/src/loader/Loader.java. It seems that the
loader doesn't load class directories. However, a brief look at the code
suggests to me that it wouldn't be too hard to add.

Regards, Upayavira