You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Matthias Brunner <mb...@blumenstrasse.vol.at> on 2000/06/05 20:45:33 UTC

1.7.4: Fix for util:include-uri

Sorry if this has been pointed out before.

When I try to compile an XSP which uses util:include-uri I get the
following exception:

Java.lang.Exception: XSP Java Compiler: Compilation failed for
_dynXSP.java
     116: ')' expected.
                   e.getMessage()


util.xsl seems to be broken (actually there is a + missing ;->):

--- util.xsl     Mon Jan 12 03:18:12 1970
+++ util.xsl     Mon Jun  5 20:32:25 2000
@@ -105,7 +105,7 @@
           document.createTextNode(
             "{" +
              __name + ": \n" +
-             e.getMessage()
+             e.getMessage() +
            "}"
           )
         );
-- 
Matthias Brunner <mb...@blumenstrasse.vol.at>
KeyID 1024/5B89D501 (for info see http://www.gnupg.org)
FP 7862 32B3 3B75 292A F76F  5042 8587 21AB 5B89 D501
Send a mail with subject "GET KEY" to obtain this key.