mirror of https://github.com/apache/cassandra
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:
parent
c65500e8a1
commit
29e4612e88
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue