You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/06/22 15:55:20 UTC

[Bug 56656] New: Untar - Error detected parsing the header

https://issues.apache.org/bugzilla/show_bug.cgi?id=56656

            Bug ID: 56656
           Summary: Untar - Error detected parsing the header
           Product: Ant
           Version: 1.9.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core tasks
          Assignee: notifications@ant.apache.org
          Reporter: artus@ionoi.net

Created attachment 31743
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31743&action=edit
The failing archive

Since 1.9 I'm not able to untar several archives. Last time that all works
flawless was 1.8. Here is an example tested with 1.9.3:

<filtermapper id="magento.vendor.itabs_betterpricerounding.package.mapper">
    <tokenfilter>
        <replaceregex pattern="^Itabs_BetterPriceRounding-1.0.3/modules/(.+)"
                      replace="app/etc/modules/\1" />
        <replaceregex pattern="^Itabs_BetterPriceRounding-1.0.3/Itabs/(.+)"
                      replace="app/code/community/Itabs/\1" />
    </tokenfilter>
</filtermapper>

[...]

<untar dest="magento.vendor.itabs_betterpricerounding-1.0.3"
src="magento.vendor.itabs_betterpricerounding-1.0.3.tar">
    <mapper refid="magento.vendor.itabs_betterpricerounding.package.mapper" />
</untar>

This results in:

java.io.IOException: Error detected parsing the header

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56656] Untar - Error detected parsing the header

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56656

artus@ionoi.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |artus@ionoi.net

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56656] Untar - Error detected parsing the header

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56656

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
   Target Milestone|---                         |1.9.5

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
already fixed in git master

*** This bug has been marked as a duplicate of bug 56641 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.