[ 
https://issues.apache.org/jira/browse/CASSANDRA-18690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ekaterina Dimitrova updated CASSANDRA-18690:
--------------------------------------------
     Bug Category: Parent values: Correctness(12982)
       Complexity: Normal
      Component/s: Build
    Discovered By: User Report
         Severity: Normal
           Status: Open  (was: Triage Needed)

> 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
>          Components: Build
>            Reporter: Ekaterina Dimitrova
>            Priority: Normal
>
> 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]

Reply via email to