You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Ittay Dror (JIRA)" <ji...@apache.org> on 2008/10/30 09:17:44 UTC

[jira] Created: (BUILDR-194) buildr always adds 'Manifest-Version' to generated manifest file

buildr always adds 'Manifest-Version'  to generated manifest file
-----------------------------------------------------------------

                 Key: BUILDR-194
                 URL: https://issues.apache.org/jira/browse/BUILDR-194
             Project: Buildr
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 1.3.2
            Reporter: Ittay Dror
            Priority: Minor
             Fix For: 1.3.4


I have a manifest file with Manifest-Version already in. 
package(:jar).with :manifest => path_to('META-INF/MANIFEST.MF')

The Manifest class reads this file then adds STANDARD_HEADER which also contains Manifest-Version

This causes warning to be spewed to the screen when running junit tests for osgi bundles

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BUILDR-194) buildr always adds 'Manifest-Version' to generated manifest file

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin resolved BUILDR-194.
--------------------------------

    Resolution: Fixed

Fixed in head.

> buildr always adds 'Manifest-Version'  to generated manifest file
> -----------------------------------------------------------------
>
>                 Key: BUILDR-194
>                 URL: https://issues.apache.org/jira/browse/BUILDR-194
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.2
>            Reporter: Ittay Dror
>            Priority: Minor
>             Fix For: 1.3.4
>
>
> I have a manifest file with Manifest-Version already in. 
> package(:jar).with :manifest => path_to('META-INF/MANIFEST.MF')
> The Manifest class reads this file then adds STANDARD_HEADER which also contains Manifest-Version
> This causes warning to be spewed to the screen when running junit tests for osgi bundles

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.