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=37548>.
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=37548


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From [EMAIL PROTECTED]  2006-07-10 06:58 -------
I did a test:

<project>
    <manifest file="mf1.txt">
        <attribute name="one" value="1234567890 234567890 234567890 234567890
234567890 234567890 234567890 234567890 234567890 234567890"/>
    </manifest>
    <jar destfile="test.jar" manifest="mf1.txt">
        <manifest>
            <attribute name="two" value="1234567890 234567890 234567890
234567890 234567890 234567890 234567890 234567890 234567890 234567890"/>
        </manifest>
    </jar>
    <mkdir dir="x"/>
    <unzip src="test.jar" dest="x"/>
</project>


But the resulting manifest seems to be ok

*Manifest-Version: 1.0*
*Ant-Version: Apache Ant 1.7alpha*
*Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)*
*two: 1234567890 234567890 234567890 234567890 234567890 234567890 2345*
* 67890 234567890 234567890 234567890*
*one: 1234567890 234567890 234567890 234567890 234567890 234567890 2345*
* 67890 234567890 234567890 234567890*

Apache Ant version 1.7alpha compiled on July 7 2006



Could you give a reproducable sample?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to