On Thu, 30 Oct 2003, Mike Murray <[EMAIL PROTECTED]> wrote:

> Is there any way to access the include patterns that are contained
> within a FileSet object?  I'm looking for something similar to the
> getIncludePatterns() method on PatternSet, but I don't even see an
> indirect way to get at them for a FileSet.  Am I missing it?

Unfortunately you are correct, you can't.

What are you trying to do?

If you don't use <fileset includes="..."/> but instead

<fileset>
  <patternset includes="..."/>
</fileset>

and ID the patternset you can use it as a workaround.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to