mcconnell 2003/08/18 04:36:40 Modified: merlin/merlin-platform/tutorials/configuration/block README.TXT Log: Readme update. Revision Changes Path 1.2 +23 -1 avalon-sandbox/merlin/merlin-platform/tutorials/configuration/block/README.TXT Index: README.TXT =================================================================== RCS file: /home/cvs/avalon-sandbox/merlin/merlin-platform/tutorials/configuration/block/README.TXT,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.TXT 14 Jun 2003 08:45:58 -0000 1.1 +++ README.TXT 18 Aug 2003 11:36:40 -0000 1.2 @@ -2,4 +2,26 @@ Configuration Management ------------------------ -This tutorial covers the declaration of an overriding configuration in the block.xml deployment directive. +This tutorial covers the declaration of an configuration in the +block.xml deployment directive plus a few releated features. + +Build using: + + $ maven jar + +Execute the demo and note the message concerning configuration source. +In the example the configuration is based on the directive included +under the <conponent> tag. + + $ merlin target\classes -execute + +Execute the demo again using an alternative configuration target. + + $ merlin target\classes -execute - config conf/config.xml + +Note that the configuration source has changed based on the +target declared in config.xml. Just for fun you can also see how +you can use targets to modify logging priorities: + + $ merlin target\classes -execute - config conf/config-2.xml +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]