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





------- Additional Comments From [EMAIL PROTECTED]  2006-07-10 20:15 -------
What I was trying to do when I encountered this problem was merging multiple 
jar files into one file. I had problems with bouncycastle's bcprov-jdk14-
130.jar file which can be downloaded from their site 
(http://www.bouncycastle.org/). I used apache ant 1.6.5.

And, as I pointed out before, there were problems with lines that are 71 or 72 
characters long. All longer and all shorter lines were ok. I see that lines in 
your example are longer than 72 characters.

This illustrates bug (on version 1.6.5 as I don't have newer one):

*<project>*
*    <manifest file="mf1.txt">*
*        <attribute name="one" value="1234567890 234567890 234567890 234567890 
234567890 234567890 2345aa"/>*
*        <attribute name="two" value="1234567890 234567890 234567890 234567890 
234567890 234567890 2345a"/>*
*        <attribute name="thr" value="1234567890 234567890 234567890 234567890 
234567890 234567890 2345"/>*
*        <attribute name="for" value="1234567890 234567890 234567890 234567890 
234567890 234567890 2345aaa"/>*
*    </manifest>*
*    <jar destfile="test.jar" manifest="mf1.txt">*
*        <manifest>*
*            <attribute name="one" value="1234567890 234567890 234567890 
234567890 234567890 234567890 2345aa"/>*
*            <attribute name="two" value="1234567890 234567890 234567890 
234567890 234567890 234567890 2345a"/>*
*               <attribute name="thr" value="1234567890 234567890 234567890 
234567890 234567890 234567890 2345"/>*
*           <attribute name="for" value="1234567890 234567890 234567890 
234567890 234567890 234567890 2345aaa"/>*
*        </manifest>*
*    </jar>*
*    <mkdir dir="x"/>*
*    <unzip src="test.jar" dest="x"/>*
*</project>*

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