I followed your directions to the t.  To be pedantic here are the results
from step 5

5. go to the hello demo and do the following:

   $ maven clean jar:install
   $ merlin target/classes -execute -info


$ maven clean jar:install
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

Attempting to download avalon-framework-api-4.1.5.jar.
.....
Attempting to download avalon-framework-impl-4.1.5.jar.
......
clean:clean:

clean:

java:prepare-filesystem:
    [mkdir] Created dir:
J:\apache\avalon\merlin\tutorial\hello\target\classes
Attempting to download avalon-framework-api-4.1.5-RC3.jar.
.....
Attempting to download avalon-framework-impl-4.1.5-RC3.jar.
.......
Attempting to download avalon-meta-api-1.1-RC1.jar.
.....
Attempting to download avalon-meta-spi-1.1-RC1.jar.
..
Attempting to download avalon-meta-impl-1.1-RC1.jar.
.....
Attempting to download avalon-meta-tools-1.1-RC1.jar.
.....

java:compile:
avalon:meta:
    [avalon] Writing descriptors using 'xml' format.
    [avalon] Processed 1 Types and 0 Services from a total of 1 classes.

    [echo] Compiling to
j:\apache\avalon\merlin\tutorial\hello/target/classes
    [javac] Warning: tutorial\HelloComponent.java modified in the future.
    [javac] Compiling 1 source file to
J:\apache\avalon\merlin\tutorial\hello\ta
rget\classes

java:jar-resources:
    [copy] Warning: block.xml modified in the future.
    [copy] Copying 1 file to
J:\apache\avalon\merlin\tutorial\hello\target\class
es\BLOCK-INF

test:prepare-filesystem:
    [mkdir] Created dir:
J:\apache\avalon\merlin\tutorial\hello\target\test-clas
ses
    [mkdir] Created dir:
J:\apache\avalon\merlin\tutorial\hello\target\test-repo
rts

test:test-resources:

test:compile:
    [echo] No test source files to compile.

test:test:
    [echo] No tests to run.

jar:jar:
    [jar] Building jar:
J:\apache\avalon\merlin\tutorial\hello\target\merlin-hel
lo-tutorial-1.0.jar

jar:install:
    [echo]
    id = 'merlin-hello-tutorial'
    groupId = 'merlin-tutorial'
    artifactDirectory = 'merlin-tutorial'

    [mkdir] Created dir: C:\Documents and
Settings\Administrator\.maven\reposito
ry\merlin-tutorial\jars
    [copy] Copying 1 file to C:\Documents and
Settings\Administrator\.maven\repo
sitory\merlin-tutorial\jars
BUILD SUCCESSFUL
Total time:  19 seconds


Now for the run:

$ merlin.bat target/classes -execute -info

  ${user.dir}: j:\apache\avalon\merlin\tutorial\hello
  ${merlin.home}: j:\apache\avalon\merlin
  Version: Merlin SMP 3.0
  Environment: Windows XP 5.1 Java 1.4.2
  Deployment Home: ${user.dir}/home
  System Repository: j:\apache\avalon\merlin\system
  Runtime Repository: j:\apache\avalon\merlin\repository
  Library Anchor: ${user.dir}
  Kernel Path:
  Deployment Blocks:
file:/J:/apache/avalon/merlin/tutorial/hello/target/classes
/
  Override Path:
  Server Flag: false
  Debug Flag: false

[INFO   ] (kernel): installing:
file:/J:/apache/avalon/merlin/tutorial/hello/tar
get/classes/
[INFO   ] (tutorial.hello): logging
[INFO   ] (tutorial.hello): initialization
[INFO   ] (tutorial.hello): execution
[INFO   ] (tutorial.hello): disposal
[INFO   ] (kernel): dissassembly phase
[INFO   ] (kernel): disposal phase

All looks good to me.  Am I right?

Alex




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

Reply via email to