On Mon, 19 Aug 2002, Ivar Vasara <[EMAIL PROTECTED]> wrote:

> I can acheive my goal using a whack of includes/excludes within the
> javac, but ideally I'd like to define my fileset/patternset at the
> same level as a task and refer to it. I *know* this is possible, but
> I haven't found the appropriate documentation.

<patternset id="my patterns">
  your whack of includes/excludes
</patternset>
<javac ...>
  <patternset refid="my patterns"/>
</javac>

> Any help/suggestions appreciated.

If your "whack" it is rather complicated, you may benefit from the new
selector stuff.

Stefan

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

Reply via email to