[arquillian-issues] [JBoss JIRA] (ARQ-1986) Jacoco extesion creates empty manifest entries removing the ones present in the archive

Aslak Knutsen (JIRA) issues at jboss.org
Thu Oct 1 13:18:00 EDT 2015


    [ https://issues.jboss.org/browse/ARQ-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114292#comment-13114292 ] 

Aslak Knutsen edited comment on ARQ-1986 at 10/1/15 1:17 PM:
-------------------------------------------------------------

Odd, running that through the Jacoco code seems to work just fine. The Dependencies line is reformatted to max 80 char, but beyond that it seems all good.

Could you try adding the MANIFEST.MF file via addAsManifestResource(new File("src/main/java/META-INF/MANIFEST.MF")) instead of via the ClassLoader (String overloaded version). Just in case it's actually finding some 'other' MANIFEST.MF file?


was (Author: aslak):
Odd, running that through the Jacoco code seems to work just fine. The Dependencies line is reformatted to max 80 char, but beyond that it seems all good.

Could you try adding the MANIFEST.MF file via addAsManifestResource(new File("src/main/java/MEtA-INF/MANIFEST.MF")) instead of via the ClassLoader (String overloaded version). Just in case it's actually finding some 'other' MANIFEST.MF file?

> Jacoco extesion creates empty manifest entries removing the ones present in the archive
> ---------------------------------------------------------------------------------------
>
>                 Key: ARQ-1986
>                 URL: https://issues.jboss.org/browse/ARQ-1986
>             Project: Arquillian
>          Issue Type: Bug
>          Components: Extension - Jacoco
>    Affects Versions: jacoco_1.0.0.Alpha8
>            Reporter: Alexandros Trifyllis
>            Priority: Minor
>
> The ShrinkWrap generated war file contains an empty MANIFEST.MF instead of the one specified during archive creation



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the arquillian-issues mailing list