Created
August 27, 2015 01:13
-
-
Save pwais/b595afcd4d896e113ae8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/test-suite/java/build.xml b/test-suite/java/build.xml | |
| index 6e76e65..a87ecac 100644 | |
| --- a/test-suite/java/build.xml | |
| +++ b/test-suite/java/build.xml | |
| @@ -6,7 +6,7 @@ | |
| <arg value="libDjinniTestNative.dylib"/> | |
| </exec> | |
| <mkdir dir="classes"/> | |
| - <javac destdir="classes"> | |
| + <javac encoding="UTF-8" destdir="classes"> | |
| <classpath path="hamcrest-core-1.3.jar:junit-4.11.jar:jsr305-3.0.0.jar"/> | |
| <src path="../generated-src"/> | |
| <src path="../handwritten-src"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment