From 0bc35be555309c1ee52ffd673223e61868b6627d Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sun, 4 May 2014 22:21:47 +0200 Subject: [PATCH] Enforce UTF-8 file encoding for javac @djadmin had build problems, hopefully this should fix them. https://groups.google.com/d/msg/ceylon-users/H2Es65dZSks/zXFeOyh64dUJ --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index a14163d..f5b46f3 100644 --- a/build.xml +++ b/build.xml @@ -45,6 +45,7 @@ srcdir="${src}" destdir="${build.classes}" debug="true" + encoding="UTF8" classpathref="classpath"> @@ -128,6 +129,7 @@ srcdir="${test.src}" destdir="${build.classes}" debug="true" + encoding="UTF8" classpathref="test.run.classpath">