Author: malat-guest
Date: 2011-08-25 13:36:56 +0000 (Thu, 25 Aug 2011)
New Revision: 14486

Added:
   trunk/fop/debian/patches/dump_exception.patch
Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/patches/series
Log:
Start working on new bugs

Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog  2011-08-25 13:29:17 UTC (rev 14485)
+++ trunk/fop/debian/changelog  2011-08-25 13:36:56 UTC (rev 14486)
@@ -1,3 +1,10 @@
+fop (1:1.0.dfsg2-2) UNRELEASED; urgency=low
+
+  * Install event-model.xml. Closes: #639162
+    - Also dump exception for verbosity
+
+ -- Mathieu Malaterre <mathieu.malate...@gmail.com>  Thu, 25 Aug 2011 15:35:55 
+0200
+
 fop (1:1.0.dfsg2-1) unstable; urgency=low
 
   [ Sylvestre Ledru ]

Added: trunk/fop/debian/patches/dump_exception.patch
===================================================================
--- trunk/fop/debian/patches/dump_exception.patch                               
(rev 0)
+++ trunk/fop/debian/patches/dump_exception.patch       2011-08-25 13:36:56 UTC 
(rev 14486)
@@ -0,0 +1,14 @@
+Dump exception, as suggest on bug #639162
+Index: fop-1.0/src/java/org/apache/fop/cli/Main.java
+===================================================================
+--- fop-1.0.orig/src/java/org/apache/fop/cli/Main.java 2011-08-25 
15:34:31.000000000 +0200
++++ fop-1.0/src/java/org/apache/fop/cli/Main.java      2011-08-25 
15:34:49.000000000 +0200
+@@ -186,6 +186,8 @@
+                 System.exit(0);
+             }
+         } catch (Exception e) {
++          System.err.printf("Exception %s\n", e.toString());
++          e.printStackTrace();
+             if (options != null) {
+                 options.getLogger().error("Exception", e);
+                 if (options.getOutputFile() != null) {

Modified: trunk/fop/debian/patches/series
===================================================================
--- trunk/fop/debian/patches/series     2011-08-25 13:29:17 UTC (rev 14485)
+++ trunk/fop/debian/patches/series     2011-08-25 13:36:56 UTC (rev 14486)
@@ -1 +1,2 @@
 04_fixqdoxbuildfailure.patch
+dump_exception.patch


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to