File: fixbuildxml.patch

package info (click to toggle)
fop 1%3A2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 112,412 kB
  • sloc: java: 218,337; xml: 103,373; sh: 381; python: 316; javascript: 272; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Null pointer exception at org.apache.fop.cli.InputHandler.transformTo
 https://issues.apache.org/jira/browse/FOP-2461
Author: Mathieu Malaterre <malat@debian.org>
Forwarded: no

Index: fop/fop/build.xml
===================================================================
--- fop.orig/fop/build.xml
+++ fop/fop/build.xml
@@ -161,6 +161,7 @@ list of possible build targets.
   <property name="javac.deprecation" value="on"/>
   <property name="javac.source" value="1.8"/>
   <property name="javac.target" value="1.8"/>
+  <property name="javac.encoding" value="utf-8"/>
   <property name="javac.fork" value="no"/>
   <property name="junit.fork" value="yes"/>
   <property name="junit.haltonfailure" value="off"/>