https://issues.apache.org/bugzilla/show_bug.cgi?id=50229
--- Comment #12 from Markus Schlegel <[email protected]> --- I tried the patch from Rohit, but it does not speed up anything (tested with attrib). For me, I have a workaround by using exec directly, since I have to attrib all files contained in a folder: <exec executable="attrib" dir="${my.dir}" > <arg value="-R"/> <arg value="/S"/> </exec> The exec command takes 2 seconds, while the attrib-command for the same folder takes more than 9 Minutes. Maybe, you could add some note to the doc of attrib... -- You are receiving this mail because: You are the assignee for the bug.
