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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
