Maven build created corrupt MANIFEST.MF file
--------------------------------------------

                 Key: DOJO-87
                 URL: http://wicketstuff.org/jira/browse/DOJO-87
             Project: WicketStuff Dojo
          Issue Type: Bug
    Affects Versions: trunk
         Environment: Java 1.5 Update 15, Win XP, Maven 2.0.4
            Reporter: Stefan Lindner
         Assigned To: Vincent Demay


When I build wicketstuff dojo from current svn checkout, the resulting jar file 
is corrupt. It's the MANIFEST.MV file that causes the problem. The MANIFEST.MF 
file from the current distributioin is

        Manifest-Version: 1.0
        Archiver-Version: Plexus Archiver
        Created-By: Apache Maven
        Built-By: wicket
        Build-Jdk: 1.5.0-p4

When I build the current trunk with Java 5 Update 15, Maven 2.0.4 under Windows 
XP the MANIFEST.MF file is

        Manifest-Version: 1.0
        Archiver-Version: Plexus Archiver
        Created-By: Apache Maven
        Built-By: ingres
        Build-Jdk: 1.5.0_15
        Extension-Name: wicketstuff-dojo
        Specification-Title: An integration project for the Ajax JavaScript li
         brary Dojo. This project provides the basic AjaxHandler
                        for DOJO pr
         ocessing at the serverside, and Dojo/Wicket components.
        Specification-Vendor: Wicket developers
        Implementation-Vendor: Wicket developers
        Implementation-Title: wicketstuff-dojo
        Implementation-Version: 1.3.0-SNAPSHOT

It is the multi-line "Specification-Title" entry that causes the problem. 
Deleting this entry solves the problem.


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

        

Reply via email to