https://issues.apache.org/bugzilla/show_bug.cgi?id=52875
--- Comment #1 from Stefan Bodewig <[email protected]> 2012-03-10 06:04:21 UTC --- You shouldn't be using Ant's tar classes but rather Commons Compress http://commons.apache.org/compress/ - which is what underlies the compress antlib rather than Ant's own tar package. You can set the linkname in Commons Compress via a setter and the linkFlag via a constructor argument. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
