You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2020/11/19 22:04:48 UTC

[cassandra] branch trunk updated: Include test jars in dtest uber jar

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 <ol...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org