You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/03/15 14:48:50 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java util.xsl

bloritsch    01/03/15 05:48:49

  Modified:    src/org/apache/cocoon/components/language/markup/xsp/java
                        Tag: xml-cocoon2 util.xsl
  Log:
  Made fix to util logicsheet to make it work again.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +3 -3      xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/util.xsl
  
  Index: util.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/util.xsl,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- util.xsl	2001/02/22 19:07:59	1.1.2.4
  +++ util.xsl	2001/03/15 13:48:47	1.1.2.5
  @@ -142,7 +142,7 @@
   
                 XSPUtil.include(__is, this.contentHandler, newParser);
             } catch (Exception e) {
  -              this.cocoonLogger.error("Could not include page", e);
  +              this.log.error("Could not include page", e);
             } finally {
                 this.manager.release((Component) newParser);
             }
  @@ -181,7 +181,7 @@
   
                 XSPUtil.include(__is, this.contentHandler, newParser);
               } catch (Exception e) {
  -              this.cocoonLogger.error("Could not include page", e);
  +              this.log.error("Could not include page", e);
               } finally {
                 this.manager.release((Component) newParser);
               }
  @@ -215,7 +215,7 @@
   
                 XSPUtil.include(__is, this.contentHandler, newParser);
             } catch (Exception e) {
  -              this.cocoonLogger.error("Could not include page", e);
  +              this.log.error("Could not include page", e);
             } finally {
                 this.manager.release((Component) newParser);
             }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org