https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
Bug ID: 57822
Summary: Untar task untars into rubbish
Product: Ant
Version: 1.9.4
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
On Ant 1.7, 1.8 there are no problems. If you choose to use Ant 1.9 at runtime
then this happens when trying to untar a file:
untar:
[untar] Expanding:
/MV5C/colony/worker/cics.ds.v200/PI37397/com.ibm.cics.php/natives/DSObjects.tar
into /MV5C/colony/worker/cics.ds.v200/PI37397/dist
[untar] expanding øÇø%ÑÂ%ÑÂ%?/ÀÁÊË? to
/MV5C/colony/worker/cics.ds.v200/PI37397/dist/øÇø%ÑÂ%ÑÂ%?/ÀÁÊË?
[untar] expanding øÇø%ÑÂ%ÑÂÌ/øÑÄË? to
/MV5C/colony/worker/cics.ds.v200/PI37397/dist/øÇø%ÑÂ%ÑÂÌ/øÑÄË?
DSObjects.tar should untar into php/lib/** and works perfectly on previous
versions of Ant.
Something seems to have gone wrong with the encoding - but the untar task does
not allow any encoding modification on Ant 1.9.
--
You are receiving this mail because:
You are the assignee for the bug.