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


[EMAIL PROTECTED] changed:

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




------- Additional Comments From [EMAIL PROTECTED]  2007-02-12 11:30 -------
I have not been able to reproduce this.
I have tested with the Knoppix.iso file as
an example of a large (~700M) file:

    <tar destfile="iso.tar.bz2"
         compression="bzip2">
      <tarfileset dir=".">
       <include name="big.iso"/>
     </tarfileset>
   </tar>

The resultant tar bz2 file seems ok,
tar xjf works on it and the cmp program
reports no difference:

~/learning/a/big> ls
big.iso  big.iso.save  build.xml  iso.tar.bz2
~/learning/a/big> tar tjf iso.tar.bz2
big.iso
~/learning/a/big> mkdir z
~/learning/a/big> cd z
~/learning/a/big/z> tar xjf ../iso.tar.bz2
~/learning/a/big/z> cmp big.iso ../big.iso
~/learning/a/big/z>      


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to