You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/04/04 00:55:58 UTC

cvs commit: jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress AbstractContainer.java Container.java ContainerConstants.java ContainerManager.java ContainerManagerConstants.java DefaultContainerManager.java InitializationException.java

bloritsch    02/04/03 14:55:58

  Modified:    fortress/src/java/org/apache/avalon/excalibur/fortress
                        AbstractContainer.java Container.java
                        ContainerConstants.java ContainerManager.java
                        ContainerManagerConstants.java
                        DefaultContainerManager.java
                        InitializationException.java
  Log:
  make all classes use the fortress package
  
  Revision  Changes    Path
  1.26      +5 -5      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/AbstractContainer.java
  
  Index: AbstractContainer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/AbstractContainer.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- AbstractContainer.java	26 Mar 2002 10:45:22 -0000	1.25
  +++ AbstractContainer.java	3 Apr 2002 22:55:58 -0000	1.26
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   import java.lang.reflect.Constructor;
   import java.util.ArrayList;
  @@ -17,9 +17,9 @@
   import org.apache.avalon.excalibur.event.Queue;
   import org.apache.avalon.excalibur.logger.LoggerManager;
   import org.apache.avalon.excalibur.mpool.PoolManager;
  -import org.apache.avalon.excalibur.system.handler.ComponentHandler;
  -import org.apache.avalon.excalibur.system.util.ExcaliburRoleManager;
  -import org.apache.avalon.excalibur.system.util.RoleManager;
  +import org.apache.avalon.excalibur.fortress.handler.ComponentHandler;
  +import org.apache.avalon.excalibur.fortress.util.ExcaliburRoleManager;
  +import org.apache.avalon.excalibur.fortress.util.RoleManager;
   import org.apache.avalon.framework.activity.Disposable;
   import org.apache.avalon.framework.activity.Initializable;
   import org.apache.avalon.framework.component.Component;
  @@ -43,7 +43,7 @@
    * Manager can expose that to the instantiating class.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.25 $ $Date: 2002/03/26 10:45:22 $
  + * @version CVS $Revision: 1.26 $ $Date: 2002/04/03 22:55:58 $
    */
   public abstract class AbstractContainer
       extends AbstractLogEnabled
  
  
  
  1.10      +2 -2      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/Container.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Container.java	16 Mar 2002 00:05:50 -0000	1.9
  +++ Container.java	3 Apr 2002 22:55:58 -0000	1.10
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   /**
    * The Container is an interface used to assist Container developers to obtain
  @@ -13,7 +13,7 @@
    * ContainerManager to the Container is through the Context object.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.9 $ $Date: 2002/03/16 00:05:50 $
  + * @version CVS $Revision: 1.10 $ $Date: 2002/04/03 22:55:58 $
    */
   public interface Container extends ContainerConstants
   {
  
  
  
  1.4       +2 -2      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/ContainerConstants.java
  
  Index: ContainerConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/ContainerConstants.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContainerConstants.java	16 Mar 2002 00:05:50 -0000	1.3
  +++ ContainerConstants.java	3 Apr 2002 22:55:58 -0000	1.4
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   /**
    * Provides constants used to access the Context object for containers.
  @@ -13,7 +13,7 @@
    * so that they may create child containers in turn.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:50 $
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 22:55:58 $
    */
   public interface ContainerConstants
   {
  
  
  
  1.34      +2 -2      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/ContainerManager.java
  
  Index: ContainerManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/ContainerManager.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- ContainerManager.java	16 Mar 2002 00:05:50 -0000	1.33
  +++ ContainerManager.java	3 Apr 2002 22:55:58 -0000	1.34
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   import org.apache.avalon.framework.activity.Disposable;
   import org.apache.avalon.framework.activity.Initializable;
  @@ -54,7 +54,7 @@
    * </pre>
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.33 $ $Date: 2002/03/16 00:05:50 $
  + * @version CVS $Revision: 1.34 $ $Date: 2002/04/03 22:55:58 $
    */
   public interface ContainerManager extends Disposable, Initializable
   {
  
  
  
  1.4       +2 -2      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/ContainerManagerConstants.java
  
  Index: ContainerManagerConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/ContainerManagerConstants.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContainerManagerConstants.java	16 Mar 2002 00:05:50 -0000	1.3
  +++ ContainerManagerConstants.java	3 Apr 2002 22:55:58 -0000	1.4
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   /**
    * Provides constants used to access the Context object for container managers.
  @@ -13,7 +13,7 @@
    * the initial context.
    *
    * @author <a href="mailto:leo.sutic@inspireinfrastructure.com">Leo Sutic</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:50 $
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 22:55:58 $
    */
   public interface ContainerManagerConstants extends ContainerConstants
   {
  
  
  
  1.6       +3 -3      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/DefaultContainerManager.java
  
  Index: DefaultContainerManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/DefaultContainerManager.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultContainerManager.java	24 Mar 2002 09:56:41 -0000	1.5
  +++ DefaultContainerManager.java	3 Apr 2002 22:55:58 -0000	1.6
  @@ -5,10 +5,10 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   import org.apache.avalon.excalibur.logger.LoggerManager;
  -import org.apache.avalon.excalibur.system.util.ContextManager;
  +import org.apache.avalon.excalibur.fortress.util.ContextManager;
   import org.apache.avalon.excalibur.util.ComponentStateValidator;
   import org.apache.avalon.framework.activity.Disposable;
   import org.apache.avalon.framework.activity.Initializable;
  @@ -40,7 +40,7 @@
    * </p>
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.5 $ $Date: 2002/03/24 09:56:41 $
  + * @version CVS $Revision: 1.6 $ $Date: 2002/04/03 22:55:58 $
    */
   public class DefaultContainerManager implements ContainerManager, ContainerManagerConstants
   {
  
  
  
  1.3       +2 -2      jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/InitializationException.java
  
  Index: InitializationException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress/InitializationException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InitializationException.java	16 Mar 2002 00:05:50 -0000	1.2
  +++ InitializationException.java	3 Apr 2002 22:55:58 -0000	1.3
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system;
  +package org.apache.avalon.excalibur.fortress;
   
   import org.apache.avalon.framework.CascadingException;
   
  @@ -14,7 +14,7 @@
    * ContainerManager, and it is unable to create a new instance of your Container.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/03/16 00:05:50 $
  + * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 22:55:58 $
    */
   public class InitializationException extends CascadingException
   {
  
  
  

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


RE: cvs commit: jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress AbstractContainer.java Container.java ContainerConstants.java ContainerManager.java ContainerManagerConstants.java DefaultContainerManager.java InitializationE

Posted by Berin Loritsch <bl...@apache.org>.
> -----Original Message-----
> From: Peter Donald [mailto:peter@apache.org] 
> 
> On Thu, 4 Apr 2002 08:55, bloritsch@apache.org wrote:
> > bloritsch    02/04/03 14:55:58
> >
> >   Modified:    
> fortress/src/java/org/apache/avalon/excalibur/fortress
> >                         AbstractContainer.java Container.java
> >                         ContainerConstants.java 
> ContainerManager.java
> >                         ContainerManagerConstants.java
> >                         DefaultContainerManager.java
> >                         InitializationException.java
> >   Log:
> >   make all classes use the fortress package
> 
> Kool !
> 
> one thing though. SHouldn't this all be in
> 
> org/apache/excalibur/fortress
> 
> ?

I couldn't remember if we actually decided on that?

I could +1 the change.


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


Re: cvs commit: jakarta-avalon-excalibur/fortress/src/java/org/apache/avalon/excalibur/fortress AbstractContainer.java Container.java ContainerConstants.java ContainerManager.java ContainerManagerConstants.java DefaultContainerManager.java InitializationException.java

Posted by Peter Donald <pe...@apache.org>.
On Thu, 4 Apr 2002 08:55, bloritsch@apache.org wrote:
> bloritsch    02/04/03 14:55:58
>
>   Modified:    fortress/src/java/org/apache/avalon/excalibur/fortress
>                         AbstractContainer.java Container.java
>                         ContainerConstants.java ContainerManager.java
>                         ContainerManagerConstants.java
>                         DefaultContainerManager.java
>                         InitializationException.java
>   Log:
>   make all classes use the fortress package

Kool !

one thing though. SHouldn't this all be in

org/apache/excalibur/fortress

?

-- 
Cheers,

Pete

*-----------------------------------------------------*
* "Faced with the choice between changing one's mind, *
* and proving that there is no need to do so - almost *
* everyone gets busy on the proof."                   *
*              - John Kenneth Galbraith               *
*-----------------------------------------------------*

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