Fix warning about multiple versions of ant detected when running ant test

patch by Ekaterina Dimitrova; reviewed by Brandon Williams and Mick Semb Wever for CASSANDRA-16571
This commit is contained in:
Ekaterina Dimitrova 2021-04-07 17:31:35 -04:00
parent c65500e8a1
commit 29e4612e88
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,7 @@
</fileset>
<fileset dir="${test.lib}/jars">
<include name="**/*.jar" />
<exclude name="**/ant-*.jar"/>
</fileset>
</path>
@ -1389,6 +1390,7 @@
<pathelement location="${test.conf}"/>
<fileset dir="${test.lib}">
<include name="**/*.jar" />
<exclude name="**/ant-*.jar"/>
</fileset>
</classpath>
<batchtest todir="${build.test.dir}/output/@{testtag}">