Stephen McConnell wrote:
Just to confirm ... you did use "merlinx" as opposed to "merlin"?
Oops, I thought that was a typo on your part. Now I see there's a merlinx.sh as well.
Just for reference:
merlin - the standard command line handler for
merlin that uses the merlin/system repository
for it own internal resources, and
${avalon.home}/repository for application
resources merlinx - uses the maven repository for both system and
and application resources - which is handy during
the development cycleWhen I use that I get:
Exception: java.lang.ClassNotFoundException Message: org.apache.avalon.playground.impl.DefaultSample
First thing to do is two switch on -info and -debug. This will give you a lot more information. What you need to look for is the reason why the class is not found. In principal there should be a jar file in the maven repository under repository/template/template-impl-1.0.jar. This file should contain the DefaultSample class. If it does then check the info listing to make sure that the repository that merlin is looking is in the right one, and if its correct, look for warning or error messages in the log.
Stephen.
-- |------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
