Skip to content

Instantly share code, notes, and snippets.

@and1g
Created August 11, 2013 16:19
Show Gist options
  • Save and1g/6205536 to your computer and use it in GitHub Desktop.
Save and1g/6205536 to your computer and use it in GitHub Desktop.
--- blackboard_git/build.xml 2013-08-11 17:50:42.000000000 +0200
+++ blackboard_git/build.xml 2013-08-11 17:52:36.416396921 +0200
@@ -24,7 +24,7 @@
<target name="compile" depends="init" description="compile the source">
<!-- Compile the java code from ${src} into ${build} -->
- <javac srcdir="${src}" destdir="${build}/jar" debug="true">
+ <javac srcdir="${src}" destdir="${build}/jar" debug="true" encoding="UTF-8">
<classpath>
<pathelement path="${classpath}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment