Ok, my next silly tutorial question:

when running the context example, in the dir
/dev_sandbox/avalon/merlin/platform/tutorials/context/avalon

The example says you should see:

$ merlin -execute target\classes
[INFO   ] (tutorial.hello): standard context entries
  name: hello
  home: [your-directory]\home\tutorial\hello
  temp: C:\TEMP\tutorial\hello
  partition: /tutorial/

I see the source code in HelloComponent for this example does have

        buffer.append( "\n  name: " + m_name );
        buffer.append( "\n  home: " + m_home );
        buffer.append( "\n  temp: " + m_temp );
        buffer.append( "\n  partition: " + m_partition );
        getLogger().info( buffer.toString() );

etc, so it appears it is right...

unfortuantely, when I run it, I dont see that stuff:

merlin target/classes -execute
Starting Merlin 3.3-SNAPSHOT.
====================
             Platform: Linux
            Java Home: /usr/java
          Merlin Home: /dev_sandbox/avalon/merlin/target/merlin
      Security policy:
      /dev_sandbox/avalon/merlin/target/merlin/bin/security.policy
          JVM Options:
        Bootstrap JAR:
        /dev_sandbox/avalon/merlin/target/merlin/bin/lib/merlin-cli-3.3-SNAPSHOT.jar
     Merlin Arguments:  target/classes -execute

[INFO   ] (kernel): building application model
[INFO   ] (kernel): install phase
[INFO   ] (kernel): installing: file:${user.dir}/target/classes/


Any clue why I dont see
  name: hello
  home: [your-directory]\home\tutorial\hello
  temp: C:\TEMP\tutorial\hello
  partition: /tutorial/

???

Thanks again for the quick responses !

 Andy



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

Reply via email to