You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2003/01/26 18:26:39 UTC

cvs commit: xml-axkit/demo/xsp index.xml

matts       2003/01/26 09:26:39

  Modified:    demo/xsp index.xml
  Log:
  Add some debugging in case it all goes tits up
  
  Revision  Changes    Path
  1.6       +8 -0      xml-axkit/demo/xsp/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-axkit/demo/xsp/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	25 Mar 2002 14:06:09 -0000	1.5
  +++ index.xml	26 Jan 2003 17:26:39 -0000	1.6
  @@ -114,6 +114,7 @@
                   <li>Sending Email Example unavailable (see below for details)</li>
               }
   
  +AxKit::Debug(1, "Util\n");
               eval {
                   require AxKit::XSP::Util;
               };
  @@ -126,6 +127,7 @@
                   <li>Util Taglib Example unavailable (see below for details)</li>
               }
   
  +AxKit::Debug(1, "WebUtils\n");
               eval {
                   require AxKit::XSP::WebUtils;
               };
  @@ -138,6 +140,7 @@
                   <li>WebUtils Taglib Example unavailable (see below for details)</li>
               }
   
  +AxKit::Debug(1, "Session\n");
               eval {
                   require AxKit::XSP::Session;
               };
  @@ -150,6 +153,7 @@
                   <li>Session Taglib Example unavailable (see below for details)</li>
               }
   
  +AxKit::Debug(1, "Global\n");
               eval {
                   require AxKit::XSP::Global;
               };
  @@ -162,6 +166,7 @@
                   <li>Globals Taglib Example unavailable (see below for details)</li>
               }
   
  +AxKit::Debug(1, "Auth\n");
               eval {
                   require AxKit::XSP::Auth;
               };
  @@ -174,6 +179,7 @@
                   <li>Authorization Taglib Example unavailable (see below for details)</li>
               }
   
  +AxKit::Debug(1, "SimpleTaglib\n");
               eval {
                   require Apache::AxKit::Language::XSP::SimpleTaglib;
                   require Time::Piece;
  @@ -187,6 +193,8 @@
                   push @errors, $@;
                   <li>SimpleTaglib Taglib Example unavailable (see below for details)</li>
               }
  +
  +AxKit::Debug(1, "Done\n");
   
               </xsp:logic>
               </ul>