Package: jasperreports
Version: 3.7.3+dfsg-1
In Ubuntu, we've applied the attached patch to achieve the following:
- debian/patches/13_fix_ftbfs.diff: Modify build.xml so that
build continues in case of compilation error.
We thought you might be interested in doing the same.
From: Artur Rona <[email protected]>
Description: Fix FTBFS by disabling option failonerror.
Bug: https://launchpad.net/bugs/605959
Origin: https://launchpad.net/ubuntu/+source/jasperreports/3.7.0+dfsg-1ubuntu1
Author: Onkar Shinde <[email protected]>
diff -Nru -x '*~' jasperreports-3.7.3+dfsg.orig/build.xml jasperreports-3.7.3+dfsg/build.xml
--- jasperreports-3.7.3+dfsg.orig/build.xml 2010-07-15 18:18:50.000000000 +0200
+++ jasperreports-3.7.3+dfsg/build.xml 2010-07-15 18:44:57.000000000 +0200
@@ -6,7 +6,7 @@
<target name="compile" description="Compiles the java source files of the library.">
<mkdir dir="./build/classes"/>
- <javac destdir="./build/classes" debug="true" optimize="false" deprecation="true" target="1.5" source="1.5" encoding="ISO-8859-1">
+ <javac destdir="./build/classes" debug="true" optimize="false" deprecation="true" target="1.5" source="1.5" encoding="ISO-8859-1" failonerror="false">
<exclude name="**/barcode4j/*.java"/>
<exclude name="**/barbecue/*.java"/>
<classpath>
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please
use
[email protected] for discussions and questions.