Date: 2004-01-13T16:27:01 Editor: 65.223.159.35 <> Wiki: Apache Avalon Wiki Page: AvalonForBeginners URL: http://wiki.apache.org/avalon/AvalonForBeginners
no comment Change Log: ------------------------------------------------------------------------------ @@ -9,6 +9,9 @@ There is a [http://www.apache.org/~mcconnell/template/ template] for creating components put together by Stephen McConnell (Grab the latest one?). It outlines a project structure (insert more notes about it here, possibly create a new wiki page). == Avalon Beginner Gotchas/FAQ == +1) Why does Merlin interrupt the deployment of my component ? Merlin (builds later than Jan 5, 2004) has a mechanism by which if the component takes too long to deploy, it will interrupt its deployment and move on. If your component takes a long time to initialize and deploy, use the deployment-timeout parameter in kernal.xml + + === I get an error saying "No Goal \[avalon:meta\]" === The two plugins need to be added to you [MAVEN-HOME]/plugins directory. The plugins are shipped with the Merlin binary distribution and include: avalon-meta-plugin-[VERSION].jar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
