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

@ -142,6 +142,7 @@
destdir="${product.classes.dir}"
debug="true"
deprecation="true"
encoding="UTF8"
optimize="true"
source="1.6">
<classpath>
@ -170,6 +171,7 @@
destdir="${test-classes.dir}"
debug="true"
deprecation="true"
encoding="UTF8"
optimize="false"
source="1.6">
<classpath refid="test.compile.classpath" />