Hey Steve! Last one for a while... Ya missed one on the commit, patch attached. Thanks for the reassurance on logging, that's what I wanted to hear.
Regards, Gary
Index: src/java/org/apache/excalibur/merlin/assembly/TypeRegistry.java =================================================================== RCS file: /home/cvspublic/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/assembly/TypeRegistry.java,v retrieving revision 1.22 diff -u -r1.22 TypeRegistry.java --- src/java/org/apache/excalibur/merlin/assembly/TypeRegistry.java 19 Nov 2002 19:16:01 -0000 1.22 +++ src/java/org/apache/excalibur/merlin/assembly/TypeRegistry.java 19 Nov 2002 +19:52:39 -0000 @@ -200,7 +201,6 @@ Class clazz = getComponentClass( type ); Class[] classes = getServiceClasses( type ); ComponentVerifier verifier = new ComponentVerifier(); - verifier.enableLogging( getLogger().getChildLogger( "verifier" ) ); verifier.verifyComponent( name, clazz, classes ); }
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>