You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Davanum Srinivas <di...@yahoo.com> on 2001/04/11 17:52:13 UTC

[C2][Avalon] cocoon.roles problem - Need to patch Avalon

Berin, (anyone else who has commit privileges to Avalon),

Can you please apply this patch to Avalon? And update the avalonapi.jar?

Index: src/java/org/apache/avalon/component/DefaultComponentManager.java
===================================================================
RCS file:
/home/cvspublic/jakarta-avalon/src/java/org/apache/avalon/component/DefaultComponentManager.java,v
retrieving revision 1.5
diff -r1.5 DefaultComponentManager.java
208c208
<         if( null != m_roles )
---
>         if( null == m_roles )

Thanks,
dims


=====
Davanum Srinivas, JNI-FAQ Manager
http://www.jGuru.com/faq/JNI

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Avalon] cocoon.roles problem - Need to patch Avalon

Posted by Berin Loritsch <bl...@apache.org>.
Davanum Srinivas wrote:
> 
> Berin, (anyone else who has commit privileges to Avalon),
> 
> Can you please apply this patch to Avalon? And update the avalonapi.jar?
> 
> Index: src/java/org/apache/avalon/component/DefaultComponentManager.java
> ===================================================================
> RCS file:
> /home/cvspublic/jakarta-avalon/src/java/org/apache/avalon/component/DefaultComponentManager.java,v
> retrieving revision 1.5
> diff -r1.5 DefaultComponentManager.java
> 208c208
> <         if( null != m_roles )
> ---
> >         if( null == m_roles )
> 
> Thanks,
> dims

Thanks!  Patch applied.  Man, that was braindead of me to do
that....

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org