How to I use third party resources in an Avalon application?
To Include Third Party JAR files in your Merlin app, add the following to your block.xml:
<container name="demo">
<classloader>
<classpath>
<repository>
<reosurce id="some-third-party:third-party-jar" verions="xxx"/>
</repository>
</classpath>
</classloader>
<component name="test" class="MyComponent"/>
</container>
Where do I put the actually jars so that merlin can load them? --RobEvans
(this page is part of the wiki materials for ApacheAvalon; Avalon main page in the wiki is AvalonProjectPages)