ContainmentModel containmentModel = kernel.getModel();
URL blockURL = new URL("file:bin/BLOCK-INF/block.xml");
ContainmentModel block =
containmentModel.addContainmentModel(blockURL);
I'ts ok. It works fine.
Now I'm using jakarta fulcrum. I have multiple jar file, each file contains an entry BLOCK-INF/block.xml.
It's possible to add a containement model directly from a jar file?
Now i've unzipped the files to work, but i don't like this solution.
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
