You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Marius Scurtescu <ma...@gmail.com> on 2007/05/28 06:55:37 UTC

tar task and symlinks

I am running into a limitation with the Tar task, it does not seem
able to handle symlinks. Neither untar nor tar.

If I am running an Ant script on an OS that supports symlinks and I am
untarring a tar archive that contains symlinks I expect those links to
be created properly. Currently empty files will be created instead.

Also, when creating tar archives there should be a way to add
symlinks, even if running under Windows.

Does anyone know something about this issue? Should I submit a bug report?

Thanks,
Marius


-- 
http://marius.scurtescu.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: tar task and symlinks

Posted by Marius Scurtescu <ma...@gmail.com>.
On 5/27/07, Kevin Jackson <fo...@gmail.com> wrote:
> Hi,
>
> see: http://issues.apache.org/bugzilla/show_bug.cgi?id=40059

Thanks, that solves half the problem.

Marius

-- 
http://marius.scurtescu.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: tar task and symlinks

Posted by Kevin Jackson <fo...@gmail.com>.
Hi,

see: http://issues.apache.org/bugzilla/show_bug.cgi?id=40059

Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org