Bug#866845: libidw-java FTBFS: PropertyMapImpl.java:383: error: unmappable character for encoding ASCII

Emmanuel Bourg ebourg at apache.org
Mon Jul 3 09:33:17 UTC 2017


Le 3/07/2017 à 11:19, Markus Koschany a écrit :

> Don't we have a way to say javahelper and maven-debian-helper default to
> UTF-8 but existing overrides like project.build.sourceEncoding (Maven)
> or export _JAVA_OPTIONS (javahelper) still continue to work and take
> precedence over them?

For maven-debian-helper setting the project.build.sourceEncoding
property from the command line will override the encoding specified by
the pom.xml, so it isn't a good option.

For javahelper, jh_build only adds the encoding to the command line if
it isn't defined in JH_JAVAC_OPTS, so the package can still override the
default.



More information about the pkg-java-maintainers mailing list