1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: error: package javax.media.jai does not exist
Author: Emmanuel Bourg <ebourg@apache.org>
Origin: vendor, https://lists.debian.org/debian-java/2017/01/msg00015.html
Bug-Debian: https://bugs.debian.org/852910
Forwarded: not-needed
Reviewed-By: Mathieu Malaterre <malat@debian.org>
--- a/fop/build.xml
+++ b/fop/build.xml
@@ -910,6 +910,7 @@
bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
encoding="UTF-8" docencoding="UTF-8" charset="UTF-8"
overview="${src.java.dir}/org/apache/fop/overview.html"
+ additionalparam="--allow-script-in-comments"
maxmemory="256M">
<header><![CDATA[${name} ${version}]]></header>
<footer><![CDATA[${name} ${version}]]></footer>
|