Browse Source

disable a bunch of caches, just so we've tried that as well

master
Stefan Bodewig 7 years ago
parent
commit
3dad11d419
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -1665,6 +1665,8 @@ ${antunit.reports}
<sysproperty key="tests.and.ant.share.classloader"
value="${tests.and.ant.share.classloader}"/>
<sysproperty key="java.io.tmpdir" file="${build.junit.tmpdir}"/>
<sysproperty key="sun.io.useCanonCaches" value="false"/>
<sysproperty key="sun.io.useCanonPrefixCache" value="false"/>
<classpath>
<path refid="tests-runtime-classpath"/>
<pathelement location="${junit.collector.dir}"/>


Loading…
Cancel
Save