Thanks a lot Steve!

It works when I've added dependences you mentioned.

Regards, Yury
----- Original Message ----- 
From: "Stephen McConnell" <[EMAIL PROTECTED]>
To: "'Avalon framework users'" <[EMAIL PROTECTED]>
Sent: Tuesday, September 07, 2004 1:21 AM
Subject: RE: could not start merlin from main method


> 
> 
> > -----Original Message-----
> > From: Yura Ivanov [mailto:[EMAIL PROTECTED]
> > Sent: 06 September 2004 18:10
> > To: Avalon framework users
> > Subject: Re: could not start merlin from main method
> > 
> > You are right! It's something with dependencies, when I've declared in
> > eclipse 4 dependencies all was right and merlin was successful started
> >  <classpathentry kind="lib"
> > path="C:/Programming/merlin/3.3/system/avalon-repository/jars/avalon-
> > reposit
> > ory-main-2.0.0.jar"/>
> >  <classpathentry kind="lib"
> >
> path="C:/Programming/merlin/3.3/system/merlin/jars/merlin-api-3.3.0.jar"
> />
> >  <classpathentry kind="lib"
> > path="C:/Programming/merlin/3.3/system/avalon-framework/jars/avalon-
> > framework-api-4.2.0.jar"/>
> >  <classpathentry kind="lib"
> > path="C:/Programming/merlin/3.3/system/avalon-repository/jars/avalon-
> > reposit
> > ory-cli-2.0.0.jar"/>
> 
> Interesting! 
> 
> But not what you need.
> 
> The only jar file you need for bootstrapping 3.3 is
> avalon-repository-main-2.0.0.jar.  I tend to avoid including anything
> else - i.e. if you look at the merlin-unit class it uses reflection as
> opposed to direct dependencies.  If you really need to include the
> kernel api then you will also need to include the following:
> 
>   avalon-framework-api
>   avalon-composition-api
>   avalon-logging-api
>   avalon-meta-api



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

Reply via email to