On Wed, 21 Apr 2004, Peter Reilly <peter.reilly@corvil.com> wrote:
> The only thing to keep in mind is that the following (I think)
> should still work.
>
> <copy ...>
> <mapper chain="yes">
> <globmapper .../>
> <mymapper ../>
> </mapper>
> </copy>
>
> as against:
> <copy ....>
> <mapper>
> <chainmapper>
> ...
> </chainmapper>
> </mapper>
> </copy>
Why is this desirable? Less wordy or for a different reason.
> or
> <copy .....>
> <chainmapper>
> ...
> </chainmapper>
> </copy>
Should be our goal, but wouldn't work right now, correct?
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|