You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Ketan Padegaonkar (JIRA)" <ji...@apache.org> on 2008/11/16 08:07:44 UTC

[jira] Created: (BUILDR-213) Buildr does not merge manifest headers but duplicates them

Buildr does not merge manifest headers but duplicates them
----------------------------------------------------------

                 Key: BUILDR-213
                 URL: https://issues.apache.org/jira/browse/BUILDR-213
             Project: Buildr
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 1.3.3
            Reporter: Ketan Padegaonkar


My manifest file already contains a "Manifest-Version" property.

While packaging, buildr appends the STANDARD_HEADER to my existing manifest file thereby raising a warning during the build:

...
Compiling swtbot-2:net.sf.swtbot.finder:test into /Volumes/data/workspaces/swtbot-2/net.sf.swtbot.finder/target/test/classes
Nov 16, 2008 12:28:14 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version
Note: Some input files use unchecked or unsafe operations.
...

Will file a patch for this.

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


[jira] Closed: (BUILDR-213) Buildr does not merge manifest headers but duplicates them

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

Ketan Padegaonkar closed BUILDR-213.
------------------------------------

    Resolution: Invalid

> Buildr does not merge manifest headers but duplicates them
> ----------------------------------------------------------
>
>                 Key: BUILDR-213
>                 URL: https://issues.apache.org/jira/browse/BUILDR-213
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.3
>            Reporter: Ketan Padegaonkar
>
> My manifest file already contains a "Manifest-Version" property.
> While packaging, buildr appends the STANDARD_HEADER to my existing manifest file thereby raising a warning during the build:
> ...
> Compiling swtbot-2:net.sf.swtbot.finder:test into /Volumes/data/workspaces/swtbot-2/net.sf.swtbot.finder/target/test/classes
> Nov 16, 2008 12:28:14 PM java.util.jar.Attributes read
> WARNING: Duplicate name in Manifest: Manifest-Version
> Note: Some input files use unchecked or unsafe operations.
> ...
> Will file a patch for this.

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


[jira] Updated: (BUILDR-213) Buildr does not merge manifest headers but duplicates them

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

Ketan Padegaonkar updated BUILDR-213:
-------------------------------------


Seems that this bug has already been fixed in trunk, there also a test to verify for duplicate headers.

> Buildr does not merge manifest headers but duplicates them
> ----------------------------------------------------------
>
>                 Key: BUILDR-213
>                 URL: https://issues.apache.org/jira/browse/BUILDR-213
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.3
>            Reporter: Ketan Padegaonkar
>
> My manifest file already contains a "Manifest-Version" property.
> While packaging, buildr appends the STANDARD_HEADER to my existing manifest file thereby raising a warning during the build:
> ...
> Compiling swtbot-2:net.sf.swtbot.finder:test into /Volumes/data/workspaces/swtbot-2/net.sf.swtbot.finder/target/test/classes
> Nov 16, 2008 12:28:14 PM java.util.jar.Attributes read
> WARNING: Duplicate name in Manifest: Manifest-Version
> Note: Some input files use unchecked or unsafe operations.
> ...
> Will file a patch for this.

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