Hi, .....
[ 42s] [javac] /home/abuild/rpmbuild/BUILD/projectlibre-1.7.0/openproj_contrib/src/com/pr o jity/contrib/util/LogFactory.java:33: error: unmappable character for encoding ASCII [ 42s] [javac] Attribution Information: Attribution Copyright Notice: Copyright ? 2006, 2007 [ 42s] [javac]
^
where is encoding US-ASCII suddenly coming from?
Apparently the file has a non-ASCII © character in it. ASCII is a subset of UTF-8, CP1252, ISO8859-15, so most characters are fine, independent of the source encoding and the expected encoding.
Either older versions just ignored badly encoded characters or the default encoding has changed.
Just for the records: Next to the change in build version (1.5 -> 1.6) the issue could be solved by manually setting the encoding of the files: %build export JAVA_TOOL_OPTIONS=-Dfile.encoding=cp1252 did the trick. Best, Axel -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org