Marco Struck <[EMAIL PROTECTED]> wrote:

> i would like to write an own task which use the nested tag
> <fileset>.
> 
> i took a look to the copy task.
> there is the method
> 
>     public void addFileset(FileSet set);
> 
> i have also defined this method in my own task, but it doesn't work.

But it should, that's exactly the way to do it.

Please read
<http://jakarta.apache.org/ant/jakarta-ant/docs/index.html#writingowntask>
and see whether it will get you further.

Stefan

Reply via email to