public ThreadsStories() {
       Embedder embedder = configuredEmbedder();
       embedder.useEmbedderMonitor(new PrintStreamEmbedderMonitor(){

           @Override
           public void runningStory(String path) {
               print("Your message");
           }
       });
/      // other configuration



On Tue Dec 20 15:04:05 2011, Olmo Rigolo wrote:
Hi Mauro,

thanks for your reply.
Could you provide an example?

Thanks,
Olmo

On 19 December 2011 15:47, Mauro Talevi <mauro.tal...@aquilonia.org <mailto:mauro.tal...@aquilonia.org>> wrote:

    Providing your own impl of EmbedderMonitor.
    On Mon Dec 19 15:46:48 2011, Olmo Rigolo wrote:

        Hi,

        Every time I run a story, within the process of the
        storyrunner , somewhere in ThreadPoolExecutor the path of the
        story (storyPath) is written out to the console

        Something like:

        Running story
        com/xx/prm/marketplace/__mediaslot/dashboard/ms___scenarios.story

        How can I configure that?

        Thanks,

        Olmo




    ------------------------------__------------------------------__---------
    To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/__manage_email
    <http://xircles.codehaus.org/manage_email>






---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to