You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2003/06/12 20:43:27 UTC

cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/factory ProxyManager.java

proyal      2003/06/12 11:43:27

  Modified:    fortress/src/java/org/apache/avalon/fortress/impl/factory
                        ProxyManager.java
  Log:
  Check for presence of BCEL and the wrapper. In case fortress is
  build w/o BCEL but run with it
  
  Revision  Changes    Path
  1.4       +1 -0      avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java
  
  Index: ProxyManager.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProxyManager.java	29 May 2003 17:14:45 -0000	1.3
  +++ ProxyManager.java	12 Jun 2003 18:43:26 -0000	1.4
  @@ -81,6 +81,7 @@
           try
           {
               Thread.currentThread().getContextClassLoader().loadClass( BCEL_CLASS );
  +            Thread.currentThread().getContextClassLoader().loadClass( BCEL_WRAPPER );
               bcelPresent = true;
           }
           catch ( ClassNotFoundException cfne )
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org