mcconnell 2002/07/06 21:27:31
Modified: assembly/src/etc kernel.xml
Log:
addition of nested containers and compoennts with cross-container dependecies
Revision Changes Path
1.4 +4 -6 jakarta-avalon-excalibur/assembly/src/etc/kernel.xml
Index: kernel.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/etc/kernel.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kernel.xml 4 Jul 2002 09:01:34 -0000 1.3
+++ kernel.xml 7 Jul 2002 04:27:31 -0000 1.4
@@ -84,6 +84,7 @@
<classpath>
<fileset dir="dist">
+ <include name="demo.jar"/>
<include name="assembly.jar"/>
</fileset>
</classpath>
@@ -107,14 +108,11 @@
</component>
<!--
- including the next entry fails because we don't have
- (a) hierachy navigation of dependecies
- (b) lookup based on a class in the classpath
- but don't dispair - its comming
+ including the next entry demonstrates the resolution of a dependency via a
profile
+ resolved from a parent container. SimpleComponent needs BasicService with is
availble
+ from either TerminalComponent or BasicComponent.
-->
- <!--
<component name="simple2"
class="org.apache.excalibur.playground.SimpleComponent"/>
- -->
</container>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>