NIHVIVO-1445 modify all "javac" steps in the build script to enforce UTF-8 interpretation of the source files, instead of letting it default to whatever the OS decides.

This commit is contained in:
jeb228 2010-12-15 17:07:49 +00:00
parent 0e9ad99b29
commit f98d3342f7
3 changed files with 7 additions and 0 deletions

View file

@ -58,6 +58,7 @@ run - Run the tester.
destdir="${build.dir}"
debug="true"
deprecation="true"
encoding="UTF8"
optimize="true"
source="1.6">
<classpath>
@ -77,6 +78,7 @@ run - Run the tester.
destdir="${build.dir}"
debug="true"
deprecation="true"
encoding="UTF8"
optimize="false"
source="1.6">
<classpath>