We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3990f8e commit 589278cCopy full SHA for 589278c
build.xml
@@ -68,7 +68,6 @@
68
<mkdir dir="${build.dir}/testreport"/>
69
<mkdir dir="${build.dir}/test.tmp"/>
70
<junit printsummary="yes" haltonfailure="yes" forkmode="once" tempdir="${build.dir}/test.tmp">
71
- <jvmarg value="-Dfile.encoding=UTF-16"/>
72
<classpath>
73
<pathelement location="${build.dir}/${ant.project.name}-${version.label}.jar"/>
74
<pathelement location="${build.dir}/${ant.project.name}-test-${version.label}.jar"/>
0 commit comments