Skip to content
Snippets Groups Projects
Commit fa9a5c75 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the build failure with Java 9 (Closes: #893181)

parent 555a55d7
No related merge requests found
jasmin-sable (2.5.0-2) UNRELEASED; urgency=medium
* Fixed the build failure with Java 9 (Closes: #893181)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 20 Mar 2018 23:20:59 +0100
jasmin-sable (2.5.0-1) unstable; urgency=medium
* New upstream release
......
Description: Fixes the build failure with Java 9
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -16,6 +16,7 @@
source="1.5"
target="1.5"
debug="true"
+ encoding="ISO-8859-1"
>
<src path="src"/>
<src path="generated/"/>
@@ -42,6 +43,7 @@
deprecation="true"
source="1.5"
target="1.5"
+ encoding="ISO-8859-1"
>
<src path="lib/jas/src/scm"/>
<src path="generated/scm"/>
@@ -55,6 +57,7 @@
debug="true"
source="1.5"
target="1.5"
+ encoding="ISO-8859-1"
>
<src path="lib/jas/src/scm/autogen/"/>
</javac>
@@ -81,6 +84,7 @@
debug="true"
source="1.5"
target="1.5"
+ encoding="ISO-8859-1"
>
<src path="lib/jas/src/jas"/>
</javac>
02-jasmin-executable.diff
03-cup-0-11-support.diff
04-fix-field-support.diff
05-java9-compatibility.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment