You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/07/02 07:44:05 UTC

svn commit: rev 22447 - in avalon/trunk/planet/tutorials/dependencies/auto: . conf src/java src/main

Author: mcconnell
Date: Thu Jul  1 22:44:04 2004
New Revision: 22447

Added:
   avalon/trunk/planet/tutorials/dependencies/auto/src/main/
      - copied from rev 22276, avalon/trunk/planet/tutorials/dependencies/auto/src/java/
Removed:
   avalon/trunk/planet/tutorials/dependencies/auto/conf/
   avalon/trunk/planet/tutorials/dependencies/auto/project.xml
   avalon/trunk/planet/tutorials/dependencies/auto/src/java/
Modified:
   avalon/trunk/planet/tutorials/dependencies/auto/README.txt
Log:
add auto dependency tutorial

Modified: avalon/trunk/planet/tutorials/dependencies/auto/README.txt
==============================================================================
--- avalon/trunk/planet/tutorials/dependencies/auto/README.txt	(original)
+++ avalon/trunk/planet/tutorials/dependencies/auto/README.txt	Thu Jul  1 22:44:04 2004
@@ -16,7 +16,7 @@
   @avalon.dependency type="org.somewhere.MyInterface"
 
 Components that provide services declare the service export using the 
-tag @avalon.service. Merlin build and validates a dependency graph before  
+tag @avalon.service. Merlin builds and validates a dependency graph before  
 component initialization, and ensures that componets are actived in the  
 correct order.  Consumers are always activated after suppliers and 
 deactivated before deactivation of respective suppliers.
@@ -24,7 +24,7 @@
 Build instructions
 ------------------
 
-  $ maven
+  $ ant
 
 Runtime
 -------
@@ -53,12 +53,6 @@
 While the demonstration deals with the very simple case of a
 single supplier and a single consumer component, Merlin provides
 complete support for n-to-n relationships across arbitarily deep
-dependency graphs.  Using the Merlin plugin for Maven, you can 
-validate deployment scenarios by simulating deployment as part 
-of a componet suite test and validation phase.  The following 
-command demonstrates Maven based deployment using the Merlin 
-plugin.
-
-  $ maven merlin:simulate
+dependency graphs.
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org