You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Ferguson, Doug" <df...@coremetrics.com> on 2001/05/09 18:32:26 UTC

need to use fileset for my scp...

Hi,

I am writing my first task and I am curious how to use the fileset.

thanks,
d.

Re: need to use fileset for my scp...

Posted by Stefan Bodewig <bo...@apache.org>.
Doug Ferguson <df...@coremetrics.com> wrote:

> I am writing my first task and I am curious how to use the fileset.

So your best bet is to look at the code of a simple task that uses it 8-).
Touch.java from current CVS may be the easiest example.  If you want
to execute an external command, consider extending ExecuteOn.

Stefan