From 4358af3f2089cba2576c74deb68e8caa8bda649e Mon Sep 17 00:00:00 2001 From: stefanp Date: Fri, 14 Mar 2003 11:37:48 +0000 Subject: [PATCH] catch FESI.Parser.TokenMgrError which made the parsing crash completely on certain syntax errors in js-files. now only the containing file isn't parsed. use getDocApplication().isExcluded() instead of Util.isExcluded() --- src/helma/doc/DocPrototype.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/helma/doc/DocPrototype.java b/src/helma/doc/DocPrototype.java index 45dc9e86..82868c59 100644 --- a/src/helma/doc/DocPrototype.java +++ b/src/helma/doc/DocPrototype.java @@ -79,7 +79,7 @@ public class DocPrototype extends DocDirElement { children.clear (); String arr[] = location.list (); for (int i=0; i