1 2 3 4 5 6 7 8 9 10 11 12 13
|
Description: Sets the source encoding to fix the build failure with recent JDKs
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -100,6 +100,7 @@
srcdir="${dir.src}"
destdir="${dir.build}"
debug="${debug}"
+ encoding="UTF-8"
source="${build.source}"
target="${build.target}">
<classpath refid="classpath"/>
|