The following commit has been merged in the master branch:
commit 96a0af2fcf47e819294ee03984c9979562ae2d8c
Author: James Page <james.p...@canonical.com>
Date:   Tue Dec 6 22:40:12 2011 +0000

    Fix FTBFS with OpenJDK 7:
    
    * Fix FTBFS with OpenJDK 7:
      - d/maven.properties: Specify source file encoding to fix javadoc
        generation errors with Java 7.

diff --git a/debian/changelog b/debian/changelog
index 164fc5f..0914314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+args4j (2.0.16-2) UNRELEASED; urgency=low
+
+  * Fix FTBFS with OpenJDK 7:
+    - d/maven.properties: Specify source file encoding to fix javadoc
+      generation errors with Java 7. 
+
+ -- James Page <james.p...@ubuntu.com>  Tue, 06 Dec 2011 22:39:47 +0000
+
 args4j (2.0.16-1) unstable; urgency=low
 
   * Initial release. (Closes: #625453)
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..1291321
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,2 @@
+# Set encoding for compatibilty with Java 7
+project.build.sourceEncoding=ISO-8859-1

-- 
args4j packaging

_______________________________________________
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