[EMAIL PROTECTED] wrote:
'maven demo' in avalon\merlin\platform\tutorials\hello did nothing, and there was no maven.xml file there, so I'm not sure where 'demo' is defined.
You guessed the right actions - and the results are correct. Just for reference, the avalon:meta goal is generating component type descriptors based on @avalon tags in the sources. The merlin:simulate goal is deploying the component relative to target/classes directory.
This is really good! I'll take care of updating our install documentation ASAP.
Thanks for the help.
Cheers, Steve.
maven avalon:meta
generated a file
and maven merlin:simluate downloads a ton of jar files and generates this:
BUILD SUCCESSFUL Total time: 4 minutes 9 seconds Finished at: Sat Sep 27 04:43:21 EST 2003
[DEBUG ] (tutorial.hello.appliance): decommissioning phase [DEBUG ] (tutorial.hello.appliance): component disposal: 23383006 [DEBUG ] (tutorial.hello.appliance): stage count: 0 [DEBUG ] (tutorial.hello.appliance): disposing of: 23383006 [INFO ] (tutorial.hello): disposal [DEBUG ] (tutorial.hello.appliance): destroyed instance: 23383006 [DEBUG ] (tutorial.hello.appliance): dissassembly phase [DEBUG ] (tutorial.hello.appliance): disposal
at the end.
I used:
maven -DgroupId=merlin -DartifactId=merlin-plugin -Dversion=1.0 plugin:download
maven -DgroupId=avalon-meta -DartifactId=avalon-meta-plugin -Dversion=1.1 plugin:download
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Stephen McConnell <[EMAIL PROTECTED]> wrote on 26/09/2003 04:21:02 PM:
[EMAIL PROTECTED] wrote:PM:
Stephen McConnell <[EMAIL PROTECTED]> wrote on 26/09/2003 02:47:27
Yes.
Dion:I've got beta-10 and rc1-snapshots installed and usable :-)
I know this is really wimpy, but I have a beta-10 release running on my machine which is the release that is documeted under the respective Avalon products. I would prefer to maintain my environment relative to beta-10 for the moment as I'm dealing with other user issues relative to that context.
Is there a plugin test project to test them?I have just uploaded the plugin jar files to ibiblio. If anyone could confirm that the install procedure is functional it would save me a lot of deinstall/test/reinstall hasles. The plgins in question include:
avalon-meta/avalon-meta-plugin-1.1.jar merlin/merlin-plugin-1.0.jar
Checkout avalon/merlin then:
$ cd merlin/platform/tutorials/hello $ maven demo
You should see the avalon:meta goal generate the component meta info and
a subsequent goal merlin:simulate the deploys your component from the maven build directory.
Stephen.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
