I would like to define a file set containing files selected by one pattern set 
but excluding those defined by a second pattern set.

Is there a way to do this?

It would be nice if the following worked, but it does not:

      <patternset refid="compile.files"/>
      <not>
        <patternset refid="compile.files.1.9.dependent"/>
      </not>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to