On 2020-09-02, Harri T. wrote:

> 1. use the Ant task |patch| in Linux for patching files with DOS linefeeds?
> 2. apply the option |--binary| with the Ant task |patch|?

Th patch task doesn't support --binary, yet, but it would be very easy
to add.

Actually <patch> is really a simple wrapper for <exec>, the easiest
approach probably is to use <exec> instead of the task.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to