mcconnell 2003/07/04 00:46:47
Modified: merlin STRUCTURE.TXT
Log:
Bringing the structure documentation up-to-date.
Revision Changes Path
1.2 +9 -5 avalon-sandbox/merlin/STRUCTURE.TXT
Index: STRUCTURE.TXT
===================================================================
RCS file: /home/cvs/avalon-sandbox/merlin/STRUCTURE.TXT,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- STRUCTURE.TXT 30 Jun 2003 21:10:05 -0000 1.1
+++ STRUCTURE.TXT 4 Jul 2003 07:46:47 -0000 1.2
@@ -14,12 +14,18 @@
|
+-- assembly assembly implementation
+-- assembly-spi assembly SPI interfaces and classes
+ +-- composition composition implementation
+ +-- composition-spi composition SPI interfaces and classes
+ +-- extension optional jar manegement implementation
+ +-- extension-spi optional jar manegement SPI interfaces and classes
+-- merlin-cli merlin command line handler
+-- merlin-core merlin kernel, block, and container
+-- merlin-spi merlin SPI interfaces and classes
+-- merlin-plugin plugin for Maven
+-- merlin-extensions
+- merlin-jndi merlin JNDI connector
+ +- merlin-jndi-new extended JNDI implementation (work-in-progress)
+ +- merlin-jmx merlin JMX adapter implementation
(work-in-progress)
+- merlin-servlet merlin Servlet utilities
+-- merlin-platform site and installation resources
+- src resources used to build a merlin installation
@@ -42,16 +48,14 @@
If you have already a MERLIN_HOME environment variable defined, then all
you need to do is invoke the merlin-install goal (although it is
-recommended that discard current jar file beforehand).
+recommended to discard installed jar files beforehand).
$ maven merlin-install
The merlin-dist goal builds a Merlin installation directory under the
default /target/inst. Please note that the installation build
does not generate a demonstration apps at this time (this should be
-resolved shortly through the addition of a merlin plugin for Maven). For
-the moment a old version of a demonstration block is included in the CVS
-to enable validation of an installation.
+resolved shortly).
$ maven merlin-dist
@@ -79,6 +83,6 @@
Finally, please keep in mind that while Merlin is nearing completion and
readiness for a first release, it is still alpha, APIs are changing, and
-much of the documentation needs to be updated.
+documentation is evolving.
SJM 15 April 2003
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]