You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Berin Loritsch <bl...@apache.org> on 2002/09/12 17:27:19 UTC

RE: cvs commit: jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader ComponentClassLoader.java

This is well and good, but you forgot the testcase.

I just committed the patch so the testcase works properly again.
Now I need to build the TestCase for the ComponentProxyGenerator
and LegacyComponentManager

> From: mcconnell@apache.org [mailto:mcconnell@apache.org] 
> 
> mcconnell    2002/09/12 08:10:00
> 
>   Modified:    container build.xml
>                
> container/src/java/org/apache/excalibur/container/classloader
>                         ComponentClassLoader.java
>   1.4       +3 -3      
> jakarta-avalon-excalibur/container/src/java/org/apache/excalib
> ur/container/classloader/ComponentClassLoader.java
>   
>   Index: ComponentClassLoader.java
>   ===================================================================
>   RCS file: 
> /home/cvs/jakarta-avalon-excalibur/container/src/java/org/apac
> he/excalibur/container/classloader/ComponentClassLoader.java,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- ComponentClassLoader.java	11 Sep 2002 20:36:18 
> -0000	1.3
>   +++ ComponentClassLoader.java	12 Sep 2002 15:10:00 
> -0000	1.4
>   @@ -94,7 +94,7 @@
>         * Get an array of the block names.  These are treated 
> separately from
>         * the generic <code>Type</code>
>         */
>   -    public String[] getBlocks()
>   +    public String[] getBlockEntries()
>        {
>            return (String[]) m_blocks.toArray( new String[ 
> m_blocks.size() ] );
>        }
>   @@ -103,7 +103,7 @@
>         * Get an array of the type names.  These are treated 
> separately from
>         * the Phoenix specific <code>Block</code>
>         */
>   -    public String[] getTypes()
>   +    public String[] getTypeEntries()
>        {
>            return (String[]) m_types.toArray( new String[ 
> m_types.size() ] );
>        }
>   @@ -111,7 +111,7 @@
>        /**
>         * Get an array of the service names.
>         */
>   -    public String[] getServices()
>   +    public String[] getServiceEntries()
>        {
>            return (String[]) m_services.toArray( new String[ 
> m_services.size() ] );
>        }
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   
> <mailto:avalon-cvs-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: cvs commit: jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader ComponentClassLoader.java

Posted by Berin Loritsch <bl...@apache.org>.
> From: Stephen McConnell [mailto:mcconnell@apache.org] 
> 
> Berin Loritsch wrote:
> 
> >This is well and good, but you forgot the testcase.
> >
> >I just committed the patch so the testcase works properly again.
> >
> 
> Thanks - I'm a little rushed over here - our ISP is going into 
> liquidation tommoorow morning and we are frantically 
> switching domains, 
> DNS, servers, accounts, etc.  Not really the moment for concentration!
> 
> :-(


Understandable.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader ComponentClassLoader.java

Posted by Stephen McConnell <mc...@apache.org>.

Berin Loritsch wrote:

>This is well and good, but you forgot the testcase.
>
>I just committed the patch so the testcase works properly again.
>

Thanks - I'm a little rushed over here - our ISP is going into 
liquidation tommoorow morning and we are frantically switching domains, 
DNS, servers, accounts, etc.  Not really the moment for concentration!

:-(


>Now I need to build the TestCase for the ComponentProxyGenerator
>and LegacyComponentManager
>
>  
>
>>From: mcconnell@apache.org [mailto:mcconnell@apache.org] 
>>
>>mcconnell    2002/09/12 08:10:00
>>
>>  Modified:    container build.xml
>>               
>>container/src/java/org/apache/excalibur/container/classloader
>>                        ComponentClassLoader.java
>>  1.4       +3 -3      
>>jakarta-avalon-excalibur/container/src/java/org/apache/excalib
>>ur/container/classloader/ComponentClassLoader.java
>>  
>>  Index: ComponentClassLoader.java
>>  ===================================================================
>>  RCS file: 
>>/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apac
>>he/excalibur/container/classloader/ComponentClassLoader.java,v
>>  retrieving revision 1.3
>>  retrieving revision 1.4
>>  diff -u -r1.3 -r1.4
>>  --- ComponentClassLoader.java	11 Sep 2002 20:36:18 
>>-0000	1.3
>>  +++ ComponentClassLoader.java	12 Sep 2002 15:10:00 
>>-0000	1.4
>>  @@ -94,7 +94,7 @@
>>        * Get an array of the block names.  These are treated 
>>separately from
>>        * the generic <code>Type</code>
>>        */
>>  -    public String[] getBlocks()
>>  +    public String[] getBlockEntries()
>>       {
>>           return (String[]) m_blocks.toArray( new String[ 
>>m_blocks.size() ] );
>>       }
>>  @@ -103,7 +103,7 @@
>>        * Get an array of the type names.  These are treated 
>>separately from
>>        * the Phoenix specific <code>Block</code>
>>        */
>>  -    public String[] getTypes()
>>  +    public String[] getTypeEntries()
>>       {
>>           return (String[]) m_types.toArray( new String[ 
>>m_types.size() ] );
>>       }
>>  @@ -111,7 +111,7 @@
>>       /**
>>        * Get an array of the service names.
>>        */
>>  -    public String[] getServices()
>>  +    public String[] getServiceEntries()
>>       {
>>           return (String[]) m_services.toArray( new String[ 
>>m_services.size() ] );
>>       }
>>  
>>  
>>  
>>
>>--
>>To unsubscribe, e-mail:   
>><mailto:avalon-cvs-> unsubscribe@jakarta.apache.org>
>>For 
>>additional commands, 
>>e-mail: <ma...@jakarta.apache.org>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>
>  
>

-- 

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:mcconnell@osm.net
http://www.osm.net




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>