This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push: new 2a135ca Include test jars in dtest uber jar 2a135ca is described below commit 2a135cad6d3e0e78aaeb60939161c951b262b2cc Author: Alex Petrov <oleksandr.pet...@gmail.com> AuthorDate: Thu Nov 19 11:43:30 2020 -0800 Include test jars in dtest uber jar patch by Alex Petrov; reviewed by David Capwell for CASSANDRA-16288 --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 58704ef..55c043f 100644 --- a/build.xml +++ b/build.xml @@ -2089,6 +2089,7 @@ <target name="dtest-jar" depends="build-test, build" description="Create dtest-compatible jar, including all dependencies"> <jar jarfile="${build.dir}/dtest-${base.version}.jar"> <zipgroupfileset dir="${build.lib}" includes="*.jar" excludes="META-INF/*.SF"/> + <zipgroupfileset dir="${build.dir.lib}/jars" includes="javassist-*.jar,reflections-*.jar" excludes="META-INF/*.SF"/> <fileset dir="${build.classes.main}"/> <fileset dir="${test.classes}"/> <fileset dir="${test.conf}" /> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org