You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Wilfred Springer <wi...@agilejava.com> on 2003/02/18 08:39:16 UTC

ChownTask

Hi,

I just completed a simple Ant task to change ownership of files on Unix
systems using filesets. I have found it useful myself, and other people
may think likewise, so I am distributing it from sourceforge:

http://sourceforge.net/projects/chowntask
(GPL License)

The attached diff file adds references to this task to the list of
external tools. Maybe somebody can apply the patch?

Aju,

Wilfred Springer

-- 
Wilfred Springer <wi...@agilejava.com>

Re: ChownTask

Posted by Stefan Bodewig <bo...@apache.org>.
On 18 Feb 2003, Wilfred Springer <wi...@agilejava.com> wrote:

> I just completed a simple Ant task to change ownership of files on
> Unix systems using filesets.

I'm sorry to spoil your work, but Ant 1.6 will have a built-in chown
task (as well as chgrp).

> The attached diff file adds references to this task to the list of
> external tools. Maybe somebody can apply the patch?

Will do.

Stefan