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.