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 <[EMAIL PROTECTED]>
138a139,171 > <subsection> > <p> > ChownTask is an Ant task to change ownership of files on > Unix. > </p> > <table> > <tr> > <th>Compatibility:</th> > <td>Ant 1.3 and up</td> > </tr> > <tr> > <th>URL:</th> > <td> > <a href="http://sourceforge.net/projects/chowntask/"> > http://sourceforge.net/projects/chowntask/ > </a> > </td> > </tr> > <tr> > <th>Contact:</th> > <td><a > href="mailto:[EMAIL PROTECTED]"> > Wilfred Springer > </a> > </td> > </tr> > <tr> > <th>License:</th> > <td>GNU General Public License</td> > </tr> > </table> > </subsection> >
