No suprise.
You placing classes the dependend on a bunch of stuff into the root classloader. When those classes look for dependent classes thay can only look up the tree and because you have put them right at top - none of the supporting classes can be found. You should include your test classes into the containers classloader declaration.
Do you mean in block.xml?
A couple of approaches. Either put the block descriptor into you test-classes directory under the path <test-classes>/BLOCK-INF/block.xml, or alternatively, create a standalone block defintion that references the test-classes directory in a fileset include.
Stephen.
--
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/merlin/distributions/latest | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
