Package: aspectj
Version: 1.6.11+dfsg-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with OpenJDK 7 (LP: #888925):
    - d/jar_from_src_zip.xml: Set source/target Java to 1.5 for javac
      ant calls to avoid encoding errors compiling with Java 7.

This ensures backwards compatibility and works around the change in 
Java 7 which classifies encoding issues as errors rather than 
warnings.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-13-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO3pviAAoJEL/srsug59jDYTQQAKf2kLYgcl/azzqqI76ELC1A
CugFcLw802yw0oHG/x73nGRssAAwzlPa4K7zAQRlVcxDQ6SihLmVxbGGGhXB9SV5
884xM24cGCfHVUbfsTNIl7naSfyV1Nz534B3YOvmQrd8nBmdz3jJVedBIS9UYU/q
BAbPfmTee0EHxWHGkoQywPOd15ZzriPPTVQRqZe8bZiMX0oZRlhpbPBJDPe3C6/I
MejgFpUFtjB3xOPPY4+mLzAIQnb1s8vTy5G07mDrmz8xnwcMvwIAB1JuNfFWpz09
GUlAJAb4ltk4bzZ76tagL+yH6CfuJbo0mZ9QDSeRSKSrNzUWNbt16KzSDQgbFvMM
6FoadhFw3yyp11eN2brCVlo+tVKIPSuK4Vu9/5ii4lihJXsbATtX3lQxC4Hlfwjx
QhV4jgm+eTO8fK23RWEseSibHgClrgOVZMVxsgAJPCGLGk3RHGzSOOFnudbd241+
6/gr9+atf9DjVVFmV4GiIXfWRJVKXipjEFpXHjw1pu22QEMHnNvY9cfdGDzvvVQ2
wVTyh7xIPO23mRyDLEtkUDZrK7CXnABY3HaAhZ/P1TqMjeHIkRyeir2awBNE7RnJ
4NQoiMSA3P/aLfT7dA70Ro97JfuvRSFwvTru+mE4ne7kpJzHZAVoSVMptUHi4/h1
WH+Fxn9rUpqTij0op/Mf
=QEIA
-----END PGP SIGNATURE-----
=== modified file 'debian/jar_from_src_zip.xml'
--- debian/jar_from_src_zip.xml	2009-10-04 16:37:23 +0000
+++ debian/jar_from_src_zip.xml	2011-12-06 22:26:54 +0000
@@ -30,7 +30,7 @@
 
   <target name="compile" depends="extract">
     <mkdir dir="${bin.dir}"/>
-    <javac srcdir="${src.dir}" destdir="${bin.dir}" debug="on" classpath="${module.deps}" sourcepath="${module.srcdeps}"/>
+    <javac srcdir="${src.dir}" destdir="${bin.dir}" source="1.5" target="1.5" debug="on" classpath="${module.deps}" sourcepath="${module.srcdeps}"/>
   </target>
 
   <target name="compile-aj" depends="extract">

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to