You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@locus.apache.org on 2000/12/07 15:20:49 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/sitemap Handler.java

dims        00/12/07 06:20:49

  Modified:    src/org/apache/cocoon/sitemap Tag: xml-cocoon2 Handler.java
  Log:
  Log Sitemap Compilation Errors.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +2 -1      xml-cocoon/src/org/apache/cocoon/sitemap/Attic/Handler.java
  
  Index: Handler.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/sitemap/Attic/Handler.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- Handler.java	2000/11/30 21:42:20	1.1.2.5
  +++ Handler.java	2000/12/07 14:20:48	1.1.2.6
  @@ -35,7 +35,7 @@
    *
    * @author <a href="mailto:Giacomo.Pati@pwr.ch">Giacomo Pati</a>
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.1.2.5 $ $Date: 2000/11/30 21:42:20 $
  + * @version CVS $Revision: 1.1.2.6 $ $Date: 2000/12/07 14:20:48 $
    */
   public class Handler implements Runnable, Configurable, Composer, Processor {
       protected Logger log = LogKit.getLoggerFor("cocoon");
  @@ -162,6 +162,7 @@
               this.sitemap = smap;
           } catch (Exception e) {
               this.exception = e;
  +            log.error("Error compiling sitemap", e);
           } finally {
               this.regeneration = null;
               this.environment = null;