mcconnell 2003/02/16 04:39:41
Added: merlin/src/repository README.TXT
Log:
Updated demo instructions.
Revision Changes Path
1.1 avalon-sandbox/merlin/src/repository/README.TXT
Index: README.TXT
===================================================================
The repository is largely experimental at this time.
To execute one of the demonstrations:
1. invoke ant to create the merlin runtime directory
$ ant
2. you will not have a directory structure corresponding
to the following:
merlin
-- build
-- src
-- merlin <-- the merlin runtime directory
3. define %MERLIN_HOME% to point to merlin/merlin directory
(you can modify the location of this in your ant.properties
file by setting the value of ${merlin.home} to something
else)
4. include %MERLIN_HOME%/bin in %PATH%
5. run some demos:
The following demo deploys a series of components defined in
the file blocks.xml in merlin\repository\demo\block-inf\block.xml
$ cd avalon-sandbox
$ cd merlin
$ merlin -block merlin\repository\demo\block.xml
The following demo deploys a series of components defined in
the file blocks.xml embe3dded in a jar file
$ merlin -block merlin\repository\playground\playground-1.0.jar
To see what is actually happending behind the scenes just add
the -debug switch on the command line.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]