Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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:

No Format
 
{{{  <container name="demo"> 
No Format
    <classloader> 
No Format
      <classpath> 
No Format
        <repository> 
No Format
          <reosurce id="some-third-party:third-party-jar" verions="xxx"/> 
No Format
        </repository> 
No Format
      </classpath> 
No Format
    </classloader> 
No Format
    <component name="test" class="MyComponent"/> 
No Format
  </container> 

}}}


Where do I put the actually jars so that merlin can load them? --RobEvans


Wiki Markup
[ Return to \["AvalonFAQ] "\]

(this page is part of the wiki materials for ApacheAvalon; Avalon main page in the wiki is AvalonProjectPages)