summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-03-17 21:52:38 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-03-17 22:06:42 +0000
commitdd2da4e09ff6f6e10976ccc276e7486d0a83e3a2 (patch)
tree8819b2fc5fb5aa37e04bfc14c32e7f823472b6b1 /dev-java/avalon-logkit
parentdev-python/lxml: forgot to add ebuild for version bump (diff)
downloadgentoo-dd2da4e09ff6f6e10976ccc276e7486d0a83e3a2.tar.gz
gentoo-dd2da4e09ff6f6e10976ccc276e7486d0a83e3a2.tar.bz2
gentoo-dd2da4e09ff6f6e10976ccc276e7486d0a83e3a2.zip
dev-java/avalon-logkit: Set javac encoding, fixes bug #560472
This only failed when LC_ALL=C because that changes the default encoding used by javac. This is a problem for Ant-based packages. My suggestion is that Gentoo Java devs build with LC_ALL=C to spot these. Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java/avalon-logkit')
-rw-r--r--dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild b/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild
index 6438b053ad1b..c7f58719f546 100644
--- a/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild
+++ b/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild
@@ -48,6 +48,7 @@ java_prepare() {
}
JAVA_ANT_REWRITE_CLASSPATH="yes"
+JAVA_ANT_ENCODING="UTF-8"
EANT_GENTOO_CLASSPATH="oracle-javamail,jms,log4j,servlet-api-3.0"