[Comsuite-svn] SF.net SVN: comsuite: [219] trunk/code/CSMiddleware/src/org/commsuite/ converter/ut
Brought to you by:
zduniak
|
From: <mal...@us...> - 2006-11-28 15:49:19
|
Revision: 219
http://svn.sourceforge.net/comsuite/?rev=219&view=rev
Author: malinowskirafal
Date: 2006-11-28 07:43:56 -0800 (Tue, 28 Nov 2006)
Log Message:
-----------
small OOo relaunching fix
Modified Paths:
--------------
trunk/code/CSMiddleware/src/org/commsuite/converter/utils/openoffice/OpenOfficeRunner.java
Modified: trunk/code/CSMiddleware/src/org/commsuite/converter/utils/openoffice/OpenOfficeRunner.java
===================================================================
--- trunk/code/CSMiddleware/src/org/commsuite/converter/utils/openoffice/OpenOfficeRunner.java 2006-11-16 22:00:24 UTC (rev 218)
+++ trunk/code/CSMiddleware/src/org/commsuite/converter/utils/openoffice/OpenOfficeRunner.java 2006-11-28 15:43:56 UTC (rev 219)
@@ -188,7 +188,13 @@
reset();
throw e;
} catch (IOException e) {
+ logger.error("", e);
+ reset();
throw new Exception(e.toString());
+ } catch (Throwable t) {
+ logger.error("", t);
+ reset();
+ throw new Exception(t.toString());
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|