[jboss-jira] [JBoss JIRA] (WFLY-1467) Broken MANIFEST.MF Parsing of "Dependencies:" header
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri Jun 7 09:59:54 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd updated WFLY-1467:
------------------------------
Issue Type: Enhancement (was: Bug)
http://docs.oracle.com/javase/tutorial/deployment/jar/modman.html
The first admonition says:
{quote}
*Warning*: The text file from which you are creating the manifest must end with a new line or carriage return. The last line will not be parsed properly if it does not end with a new line or carriage return.
{quote}
So I guess this is a spec thing... though we could be more lenient than the spec I guess, so changing this to an enhancement.
> Broken MANIFEST.MF Parsing of "Dependencies:" header
> ----------------------------------------------------
>
> Key: WFLY-1467
> URL: https://issues.jboss.org/browse/WFLY-1467
> Project: WildFly
> Issue Type: Enhancement
> Affects Versions: 8.0.0.Alpha1
> Reporter: Andrew Rubinger
>
> Given a META-INF/MANIFEST.MF file with the following contents:
> {code}Dependencies: org.jboss.as.controller-client, org.jboss.dmr{code}
> ...I've observed that these dependencies are not honored. A trailing line break corrected the issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list