You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/11/03 09:43:51 UTC

DO NOT REPLY [Bug 37340] New: - Unwanted feature : Manifest task remove newlines

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37340>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37340

           Summary: Unwanted feature : Manifest task remove newlines
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: dutoitc@shimbawa.ch


I have a correct manifest.mf with :
Provide-Package: aaaaaaaaa,(newline)
(space)bbbbbbbb

And the following ant task :

<manifest file="MANIFEST.MF" mode="update">
   <attribute name="Bundle-Version" value="x.y.z"/>
</manifest>

The version is correctly updated, but the (newline) in provide-package is removed;
This is correct according to JAR documentation by SUN (1.4.2), but this seems to
be unsuported by Eclipse, and I think it is not correct to remove the newlines...
The correct behaviour for me is that only the Bundle-Version change, not the
rest of the manifest.mf !!!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org