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:
parent
0e9ad99b29
commit
f98d3342f7
3 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue