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
This commit is contained in:
James Le Cuirot
2016-03-17 21:52:38 +00:00
parent a08cb5caca
commit dd2da4e09f

View File

@@ -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"