Revision: 19102
          http://sourceforge.net/p/gate/code/19102
Author:   markagreenwood
Date:     2016-02-04 10:06:21 +0000 (Thu, 04 Feb 2016)
Log Message:
-----------
catch all throwables so we pick up errors as well as exceptions while still 
processing any other plugins rather than bailing out entirely

Modified Paths:
--------------
    gate/trunk/src/main/gate/util/ant/ExpandCreoleXmls.java

Modified: gate/trunk/src/main/gate/util/ant/ExpandCreoleXmls.java
===================================================================
--- gate/trunk/src/main/gate/util/ant/ExpandCreoleXmls.java     2016-02-04 
10:01:11 UTC (rev 19101)
+++ gate/trunk/src/main/gate/util/ant/ExpandCreoleXmls.java     2016-02-04 
10:06:21 UTC (rev 19102)
@@ -138,7 +138,7 @@
             fos.close();
           }
         }
-        catch(Exception e) {
+        catch(Throwable e) {
           log("Error processing " + creoleFile + ", skipped", 
Project.MSG_WARN);
           StringWriter sw = new StringWriter();
           PrintWriter pw = new PrintWriter(sw);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to