Hi, you can try this (untested):
> <PatternSet id="other-jars"> > <include name="abc*.jar" if="support.abc”/> <exclude name=“**/*” unless=“support.abc”/> > </PatternSet> The idea is to add an exclude element which fill fire only if support.abc is not set. Regards, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org