I have this ant task
<patch patchfile="${basedir}/mypatch.patch" ignorewhitespace="true"/>
How can I specify where to look for the patch.exe that runs that task without having to set a windows enviroment variable pointing to it?
I have this ant task
<patch patchfile="${basedir}/mypatch.patch" ignorewhitespace="true"/>
How can I specify where to look for the patch.exe that runs that task without having to set a windows enviroment variable pointing to it?