Re: Any way to echo a fileset?

2002-02-05 Thread Scott Ellsworth
Howdy, Eddie. Thanks much - you found it for me. On Tuesday, February 5, 2002, at 05:25 PM, Eddie Bernard wrote: > First thing I would suggest is to: > 1) Get rid of the "includes" attribute since the task is smart > enough to know to pick up *.java -- or, > 2) Set the "includes" and "exclud

RE: Any way to echo a fileset?

2002-02-05 Thread Eddie Bernard
First thing I would suggest is to: 1) Get rid of the "includes" attribute since the task is smart enough to know to pick up *.java -- or, 2) Set the "includes" and "excludes" attributes as follows: includes="**/${build.includedFiles}" excludes="**/${build.excludedFi