https://issues.apache.org/bugzilla/show_bug.cgi?id=50297
--- Comment #7 from Stefan Bodewig <[email protected]> 2010-11-29 10:20:26 EST --- After revisiting this I understood I was trong about mappedresources - it does everything you need for your case. Wrap a mappedresources element http://ant.apache.org/manual/Types/resources.html#mappedresources around your union and move the mapper from the copy task to a nested element of the mappedresources element. Should work or am I missing anything? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
