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.
is that the right way or isn't it possible to use e.g. <fileset> tag ?


Reply via email to