Index: werken.xpath-0.9.4/src/com/werken/xpath/Test.java
===================================================================
--- werken.xpath-0.9.4.orig/src/com/werken/xpath/Test.java	2000-10-24 05:45:32.000000000 +0200
+++ werken.xpath-0.9.4/src/com/werken/xpath/Test.java	2011-08-29 17:10:39.000000000 +0200
@@ -57,6 +57,10 @@
       System.err.println("Results :: " + results);
 
     }
+    catch (IOException ioe)
+    {
+      ioe.printStackTrace(System.err);
+    }
     catch (JDOMException jde)
     {
       jde.printStackTrace(System.err);
