Description
The build does not specify a source encoding, which ends up causing lots of (harmless) warnings from javac and javadoc in UTF-8 setups due to some ISO-8859-1 comments in EntityArrays.java.
Fix attached, however I have only tested the Ant part, not the Maven one.