You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/09/02 15:19:56 UTC

Re: complex source matching for javac task ?

On Mon, 19 Aug 2002, Ivar Vasara <iv...@vcn.bc.ca> 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>