[
https://issues.apache.org/jira/browse/CASSANDRA-16288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235667#comment-17235667
]
David Capwell commented on CASSANDRA-16288:
-------------------------------------------
tested this patch
{code}
diff --git a/build.xml b/build.xml
index 58704ef656..94792f525d 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="*.jar"
excludes="META-INF/*.SF"/>
<fileset dir="${build.classes.main}"/>
<fileset dir="${test.classes}"/>
<fileset dir="${test.conf}" />
{code}
and got
{code}
$ jar -tf build/dtest-4.0-beta4.jar | grep Reflections
org/reflections/Reflections.class
org/reflections/ReflectionsException.class
{code}
> Add reflections and javassist jars to 4.0 (trunk) lib directory
> ----------------------------------------------------------------
>
> Key: CASSANDRA-16288
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16288
> Project: Cassandra
> Issue Type: Bug
> Components: Test/dtest/java
> Reporter: Alex Petrov
> Assignee: Alex Petrov
> Priority: Normal
>
> Add reflections and javassist jars to 4.0 (trunk) lib directory, since
> they're required for dtest uberjar.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]