You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2009/10/28 19:57:26 UTC

[jira] Commented: (MJAR-96) Manifest file contains line breaks if project description tag of pom.xml is not on single line

    [ http://jira.codehaus.org/browse/MJAR-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196451#action_196451 ] 

Dennis Lundberg commented on MJAR-96:
-------------------------------------

What does your configuration look like?

> Manifest file contains line breaks if project description tag of pom.xml is not on single line
> ----------------------------------------------------------------------------------------------
>
>                 Key: MJAR-96
>                 URL: http://jira.codehaus.org/browse/MJAR-96
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>         Environment: Windows. Seems that the bug does not appear on Linux.
>            Reporter: Thorsten Möller
>            Priority: Minor
>
> Consider the following pom.xml (excerpt)
> <groupId>mygroup</groupId>
> <artifactId>myartifact</artifactId>
> <version>2.0</version>
> <packaging>jar</packaging>
> <name>My Name</name>
> <description>This is the first line of my project description
> and this is another line, which is on this line because it was formated this way (for whatever reason).</description>
> Such a non-single-line description ends up in the MANIFEST.MF file containing line breaks. This might cause exceptions (by other tools) when the manifest file is processed. In particular, the Retrotranslator Maven plugin throws a IOException if it tries to write a translated JAR based on such a corrupted MANIFEST file.
> Make sure, to remove line breaks that result from the XML (and other whitespace) in order not to cause such (very hard to find) problems, i.e., make sure that all properties in the MANIFEST.MF do not spread over multple lines.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira