You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Brett Porter <bp...@f2network.com.au> on 2002/03/04 03:13:34 UTC

nested filtersets in ant 1.4.1

Hi,

I was wondering if there is a reason this doesn't work:

        <filterset id="project.filters">
            <filtersfile file="build-${instance}.properties" />
            <filterset refid="common.filters" />
        </filterset>

...

	<copy ...>
		<filterset refid="project.filters" />
	</copy>

instead you must use:
	<copy ...>
		<filterset refid="project.filters" />
		<filterset refid="common.filters" />
	</copy>

ie, you can't nest filtersets into a filterset. Is this intended, and if so
is there a different way to do it or a plan to do it?

Thanks,
Brett

~*~*~*~*~*~*~
Brett Porter - Web Developer
f2 Network ~ everything essential
Ph: +61 2 8596 4437
Email: bporter@f2network.com.au