<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,6 +22,7 @@ import org.helma.tools.HelmaConfiguration;
 import org.helma.tools.launcher.HelmaClassLoader;
 import org.helma.util.*;
 import org.mozilla.javascript.*;
+import org.mozilla.javascript.tools.ToolErrorReporter;
 import org.mozilla.javascript.serialize.ScriptableOutputStream;
 import org.mozilla.javascript.serialize.ScriptableInputStream;
 
@@ -69,6 +70,7 @@ public class RhinoEngine {
         this.interpretedScripts = new HashMap&lt;Trackable, ReloadableScript&gt;();
         this.sharedScripts = new HashMap&lt;Trackable, ReloadableScript&gt;();
         this.contextFactory = new HelmaContextFactory(this, config);
+        contextFactory.setErrorReporter(new ToolErrorReporter(false));
         this.repositories = config.getRepositories();
         if (repositories.isEmpty()) {
             throw new IllegalArgumentException(&quot;Empty repository list&quot;);</diff>
      <filename>src/org/helma/javascript/RhinoEngine.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2cae9ff102b87770a7dc05f013a8dd2f9108315a</id>
    </parent>
  </parents>
  <author>
    <name>Hannes Walln&#246;fer</name>
    <email>hannesw@gmail.com</email>
  </author>
  <url>http://github.com/hns/helma-ng/commit/1a810b549893119b39fd5e54faa3bfdf9787fbf1</url>
  <id>1a810b549893119b39fd5e54faa3bfdf9787fbf1</id>
  <committed-date>2009-07-09T11:24:04-07:00</committed-date>
  <authored-date>2009-07-09T11:24:04-07:00</authored-date>
  <message>Install ToolErrorReporter</message>
  <tree>93ef7f4c037a129c86fc3e9bb6bca49dc8d73892</tree>
  <committer>
    <name>Hannes Walln&#246;fer</name>
    <email>hannesw@gmail.com</email>
  </committer>
</commit>
