> I am writing an ant task that should work on the files > selected in the ant script (fileset). How would i pass a > Fileset to this task (means method signature) ? any example > will be highly appreciated.
http://cvs.apache.org/viewcvs.cgi/*checkout*/ant/docs/manual/tutorial-tasks- filesets-properties.html?content-type=text%2Fplain#filesets That tutorial shows using of paths, too. Jan