Thanks! 

BTW, you are to be commended for the level of support you provide. I
don't get replies this fast from my own team! ;-) 

> -----Original Message-----
> From: Stephen McConnell [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 14, 2003 11:38 AM
> To: Avalon framework users
> Subject: Re: [Merlin] Components that use 3rde party jars?
> 
> 
> 
> 
> Rob Evans (robevans) wrote:
> 
> >Folks,
> >
> >I'm really new to Merlin so forgive this question:
> >
> >How do I create a component that has a dependency on a third 
> party jar? 
> >I've been looking though the docs for an answer but to no avail.
> >
> 
> Just reference the third-party jar file in the classloader 
> definintion 
> in the enclosing container.
> 
> For example:
> 
>   <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>
> 
> Cheers, Steve.
> 
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >  
> >
> 
> -- 
> 
> Stephen J. McConnell
> mailto:[EMAIL PROTECTED]
> 
> |------------------------------------------------|
> | 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]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to