Surefire-Booter Manifest not correct
------------------------------------

                 Key: SUREFIRE-445
                 URL: http://jira.codehaus.org/browse/SUREFIRE-445
             Project: Maven Surefire
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Joerg Lauer
         Attachments: sources.zip, surefire-booter-patch.diff

The manifest of the  jar file created by the surefire-booter seems to be 
written incorrectly. For one, it is missing the Manifest-Version, which 
according to the spec is required.

I noticed because some tests were failing to be executed only for specific 
users. I have so far been unable to find the exact problem. But after patching 
the ManifestWriter to use the java.util.jar packages and the ForkConfiguration 
and ManifestWriterTest to set the Manifest-Version it seems to work fine.

I have attached the diff and the complete source code for the three patched 
classes to this issue.

-- 
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

        

Reply via email to