Alexey Maslov wrote:

>Hi!
>
>  Thanks. I've checked sources out.
>  
>  The example makes use of ExcaliburComponentManagerCreator class
>which is not included into Excalibur-4.1 release (though javadoc says:
>"@since 4.1".
>  When it's going to be included in release (or maybe I can simply
>build it and pack into 4.1 myself)?
>
Sorry that class is brand new and I screwed up and did some blind 
copying of the version.
It was supposed to be @since 4.2   That class and example did not exist 
in version 4.1.

The ExcaliburComponentManagerCreator hides everything that you need to 
do to setup
an ExcaliburComponentManager.  Looking at its source would be a good 
example of how
to use the 4.1 code.  Only thing is to skip the InstrumentManager code 
as that was not
in the 4.1 release.   There is quite a bit to do to set up the ECM that 
is why I made the
Creator class.  Its not that difficult, but it is just one more thing to 
do before you can really
get down to using Avalon.

Probably just confusing you :-}

I'll try to get a simple 4.1 compatible example up there over the next 
day or two.

Cheers,
Leif

>
>Tuesday, August 20, 2002, 2:39:00 PM, you wrote:
>
>LM> Alexey Maslov wrote:
>
>  
>
>>>Hi!
>>>
>>> Where can I find
>>>"jakarta-avalon-excalibur/component/examples/instrument-manager"?
>>> I've looked at
>>>"http://jakarta.apache.org/builds/jakarta-avalon-excalibur/"; - nothing
>>>except "release" folder where 6 more subfolders are located. None of
>>>them is "component".
>>>
>>>      
>>>
>LM> True, that is only available if you have checked out the source from 
>LM> CVS.  The docs are also a
>LM> great place to start though.
>
>LM> To build the source, you need to have checked out the jakarta-avalon and
>LM> jakarta-avalon-excalibur projects into the same parent directory.  You 
>LM> will also need
>LM> the latest released ant.  Then run ant in both project roots to build them.
>
>LM> Cheers,
>LM> Leif
>
>  
>
>>> Thank you for response.
>>>
>>>Tuesday, August 20, 2002, 1:47:20 PM, you wrote:
>>>
>>>LM> To get started, you should read over the guides on the site.
>>>LM> http://jakarta.apache.org/avalon/
>>>LM> http://jakarta.apache.org/avalon/excalibur/tweety/avalon-for-beginners.html
>>>LM> http://jakarta.apache.org/avalon/developing/index.html  (PDF also available)
>>>
>>>LM> There is an example application under
>>>LM> jakarta-avalon-excalibur/component/examples/instrument-manager
>>>LM> which shows how to use the ExcaliburComponentManager.  It is new and isn't
>>>LM> documented outside the code yet.  But it works.
>>>
>>>LM> Cheers,
>>>LM> Leif
>>>
>>>LM> Alexey Maslov wrote:
>>>
>>> 
>>>
>>>      
>>>
>>>>>Hi!
>>>>>
>>>>>I'm new to Avalon/Excalibur and I want to make some kind of
>>>>>prototype to "feel" programming with Avalon.
>>>>>But it's quite hard to get into details (especially with Excalibur
>>>>>where there's almost no documentation). I need to have a sample
>>>>>application like one bundled with Struts. It makes learning much
>>>>>easier.
>>>>>So the question is if there's such sample for Avalon/Excalibur?
>>>>>
>>>>>Thank you in advance.
>>>>>
>>>>>
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>
>>>LM> --
>>>LM> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>>>LM> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>>
>>>
>>>
>>> 
>>>
>>>      
>>>
>
>
>
>LM> --
>LM> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>LM> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
>  
>

Reply via email to