Browse Source

tests are on system classpath of forked tests

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276898 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
926833a05e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -534,6 +534,7 @@
<!-- absolute paths in CLASSPATH --> <!-- absolute paths in CLASSPATH -->
<contains string="${java.class.path}" <contains string="${java.class.path}"
substring="${build.tests.resolved}"/> substring="${build.tests.resolved}"/>
<istrue value="${junit.fork}"/>
</or> </or>
</condition> </condition>




Loading…
Cancel
Save