Re: <exec> kicking my butt with something very simple
Dominique Devienne <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CAFCRh-_OSB8y5MJmRgPS-H9TmNtMnL8Y0E-c-Qxy14Me_JPHuA@mail.gmail.com> |
On Fri, Dec 5, 2014 at 8:04 PM, Dominique Devienne <[email protected]> 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 :)