Re: Tutorial questions (context/strategy example) doc issue ?

2004-03-14 Thread Niclas Hedhman
On Sunday 14 March 2004 18:52, Stephen McConnell wrote: > No problem - I'll leave it up to Nicals bacause Niclas is a past master > at dealing with CVS conflicts created by yours truly! Hmmm... yes some conflicts, but was resolved, I think. So, it is committed, and as soon as I have updated the De

Re: Tutorial questions (context/strategy example) doc issue ?

2004-03-14 Thread Stephen McConnell
Daniel Frey wrote: $ ant jar $ merlin tutorial.jar Correct. The build and run procedure is: $ maven $ merlin target\classes -execute Stephen, I pasted two patches into an answer to Niclas today. The second one contains the same correction to this issue. So don't be astonished if one patch upda

Re: Tutorial questions (context/strategy example) doc issue ?

2004-03-13 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: Following the website instructions, on http://avalon.apache.org/merlin/starting/advanced/context.html if I do: $ ant jar $ merlin tutorial.jar I get: $ ant jar Buildfile: build.xml does not exist! Build failed In that dir, I see conf CVS .cvsignore maven.log project.pro

Re: tutorial questions (configuration/default example)

2004-03-11 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: Steve, Sorry it took a while to respond... im not clear on how to do this. You said to make the @avalon.component tag to the following and rerun I grepped for other places that define avalon.component and all i could find are java doc tags so I assume you must mean chang

Re: tutorial questions (configuration/default example)

2004-03-11 Thread Andy . Dingfelder
disposal [INFO ] (tutorial.hello): test dispose is there somewhere else I need to make a change ? Thanks, Andy -Stephen McConnell <[EMAIL PROTECTED]> wrote: - To: Avalon framework users <[EMAIL PROTECTED]> From: Stephen McConnell <[EMAIL PROTECTED]> Date: 03/10/2004

Re: tutorial questions (configuration/default example)

2004-03-10 Thread Stephen McConnell
l): building application model [INFO ] (kernel): install phase [INFO ] (kernel): installing: file:${user.dir}/target/classes/ -Stephen McConnell <[EMAIL PROTECTED]> wrote: - To: Avalon framework users <[EMAIL PROTECTED]> From: Stephen McConnell <[EMAIL PROTECTED]> Date: 03/09

Re: tutorial questions (configuration/default example)

2004-03-09 Thread Andy . Dingfelder
{user.dir}/target/classes/ -Stephen McConnell <[EMAIL PROTECTED]> wrote: - To: Avalon framework users <[EMAIL PROTECTED]> From: Stephen McConnell <[EMAIL PROTECTED]> Date: 03/09/2004 10:59PM Subject: Re: tutorial questions (configuration/default example) Ummm - I'm ge

Re: tutorial questions (configuration/default example)

2004-03-09 Thread Stephen McConnell
Ummm - I'm gettign something differnet: $ cd merlin\platform\tutorials\configuration\defaults $ maven -o $ merlin target\classes -execute [INFO ] (kernel): installing: file:/${user.dir}/target/classes/ [INFO ] (tutorial.hello): configuration stage [INFO ] (tutorial.hello): initialization sta

Re: tutorial questions (configuration/default example)

2004-03-09 Thread Andy . Dingfelder
Sorry for the silly questions... hopefully they will help someone else as well. Playing with the configuration/default example (on http://avalon.apache.org/merlin/starting/tutorial/config/defaults.html), I have 1 question: The example says I should see: [INFO ] (tutorial.hello): configuration

Re: tutorial questions

2004-03-09 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: Just a note to confirm that we have a bug. This is working in the released 3.2.5 but is broken in 3.3 HEAD. Stephen. -- || | Magic by Merlin| | Production by Avalon

Re: tutorial questions

2004-03-09 Thread Stephen McConnell
Andy: Concerning your second point about -info. The default behavior is that info listing is disabled unless: (a) merlin.info is set to true (b) your running form the command line and enable it via -info (which is basically th cli handler setting ${merlin.info} to true) In your