On Fri, Dec 5, 2014 at 8:04 PM, Dominique Devienne <ddevie...@gmail.com> wrote:
> There's also a more powerful way to redirect/filter/etc... using > https://ant.apache.org/manual/Types/redirector.html but the above should > do I think. --DD > Note that sorting can be done by the FilterChain: https://ant.apache.org/manual/Types/filterchain.html#sortfilter So you wouldn't need to shell-out. Which is then portable to Windows, and possibly faster (forking and redirecting from Java has overhead). --DD PS: Hi Stefan :)