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: [EMAIL PROTECTED]