source encoding

This commit is contained in:
Peter Hormanns 2011-05-04 16:17:22 +00:00
parent 282ec01995
commit 0fbca09215

View File

@ -54,7 +54,7 @@
<target name="compile" description="compilieren"> <target name="compile" description="compilieren">
<mkdir dir="${build.home}" /> <mkdir dir="${build.home}" />
<mkdir dir="${build.home}/cls" /> <mkdir dir="${build.home}/cls" />
<javac srcdir="${src.home}" destdir="${build.home}/cls" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}"> <javac srcdir="${src.home}" destdir="${build.home}/cls" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" encoding="UTF8">
<classpath refid="compile.classpath" /> <classpath refid="compile.classpath" />
</javac> </javac>
</target> </target>