mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user