You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/01/07 16:38:30 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/xml XPSAssembler.java XPSSourceInformation.java

michi       2004/01/07 07:38:30

  Modified:    src/java/org/apache/lenya/xml XPSAssembler.java
                        XPSSourceInformation.java
  Log:
  haunted by phantom loop
  
  Revision  Changes    Path
  1.19      +3 -2      cocoon-lenya/src/java/org/apache/lenya/xml/XPSAssembler.java
  
  Index: XPSAssembler.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/xml/XPSAssembler.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XPSAssembler.java	15 Dec 2003 16:22:34 -0000	1.18
  +++ XPSAssembler.java	7 Jan 2004 15:38:30 -0000	1.19
  @@ -326,7 +326,8 @@
           sourceInfo.addChild(currentInfo);
   
           if (currentInfo.checkLoop(sourceInfo, currentInfo.url)) {
  -            log.warn("EXCEPTION: Loop detected: " + sourceInfo.url.getFile());
  +            log.warn("Loop detected: " + sourceInfo.url.getFile() + " " + currentInfo.url.getFile());
  +            //currentInfo.logLoop(sourceInfo, currentInfo.url);
               return null;
           }
   
  
  
  
  1.16      +2 -3      cocoon-lenya/src/java/org/apache/lenya/xml/XPSSourceInformation.java
  
  Index: XPSSourceInformation.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/xml/XPSSourceInformation.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XPSSourceInformation.java	23 Jul 2003 13:21:29 -0000	1.15
  +++ XPSSourceInformation.java	7 Jan 2004 15:38:30 -0000	1.16
  @@ -1,5 +1,4 @@
   /*
  -$Id$
   <License>
   
    ============================================================================
  @@ -70,7 +69,7 @@
    * DOCUMENT ME!
    *
    * @author Michael Wechner
  - * @version 2002.5.30
  + * @version $Id$
    */
   public class XPSSourceInformation {
       static Category log = Category.getInstance(XPSSourceInformation.class);
  @@ -238,7 +237,7 @@
       }
   
       /**
  -     * DOCUMENT ME!
  +     * Check for XInclude Loops
        *
        * @param xpssf DOCUMENT ME!
        * @param url DOCUMENT ME!
  
  
  

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