You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/07/25 16:41:48 UTC

[cassandra] 06/10: 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 is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit b2cfe2e5d7662c4d5900483d1838c718740ea13c
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Wed Apr 7 17:31:35 2021 -0400

    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
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 585a325..6009b5d 100644
--- a/build.xml
+++ b/build.xml
@@ -164,6 +164,7 @@
         </fileset>
         <fileset dir="${test.lib}/jars">
             <include name="**/*.jar" />
+            <exclude name="**/ant-*.jar"/>
         </fileset>
     </path>
 
@@ -1197,6 +1198,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}">

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org