can someone tell me why I get this error when I try to run the template project ?
I run the merlin command as such: <PROJECT DIRECTORY>/template/impl$ merlin -execute target/classes and I get: ---- exception report ---------------------------------------------------------- Exception: org.apache.avalon.merlin.KernelException Message: Install failure: file:/opt/projects/ps/template/impl/target/template-impl-1.0.jar ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.composition.model.ModelException Message: Unable to create block from embedded descriptor [jar:file:/opt/projects/ps/template/impl/target/template-impl-1.0.jar!/BLOCK-INF/block.xml] in the containmment model [/] due to a build related error. ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.composition.model.ModelException Message: Could not create classloader. ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.repository.RepositoryException Message: Failed to download artifact to local cache file /home/korosh/.avalon/repository/template/jars/template-api-1.0.jar from hosts: http://dpml.net/ http://www.ibiblio.org/maven/ ---- cause --------------------------------------------------------------------- Exception: java.io.IOException Message: Connection returned a null input stream: http://www.ibiblio.org/maven/template/jars/template-api-1.0.jar why does merlin try to download the template api jar into my local cache from ibiblio ? I guess I am a bit fuzzy on how the repository works with merlin. I have looked at maven documentation and realize how its main repository mechanism works. I just don't underestand the above error that stems from running merlin . Is there documentation or email thread to look at on merlin startup mechanism ? any ideas will be appreciated. Korosh. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
