Ekaterina Dimitrova created CASSANDRA-18690:
-----------------------------------------------
Summary: Fix the way we produce a DTest jar
Key: CASSANDRA-18690
URL: https://issues.apache.org/jira/browse/CASSANDRA-18690
Project: Cassandra
Issue Type: Bug
Reporter: Ekaterina Dimitrova
The problem is related to the way we produce a {{{}dtest jar{}}}. That
repackages all dependencies along with our classes in a single jar. Some of the
dependencies might have digital signatures, which are extracted into
{{META-INF}} as say {{*.SF}} files. We need to remove them because they are
invalid for the uber jar we produce.
Therefore, there are exclusion in {{zipgroupfileset}} operations, more or less
like this:
{noformat}
<zipgroupfileset dir="${build.lib}" includes="*.jar" excludes="META-INF/*.SF"/>
{noformat}
However, this is wrong. {{exclude}} attribute denotes jar files we don't want
to repackage rather than filter on the content of the jar file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]