https://issues.apache.org/bugzilla/show_bug.cgi?id=48734
J.C. Hamlin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from J.C. Hamlin <[email protected]> 2012-02-23 20:23:01 UTC --- Any chance a short-circuit could be added to the attrib command, if the only attribute that is being set is readonly="true" instead of using an exec use java.io.File#setReadOnly() and if it is readonly="false" then use java.io.File#setWriteable()? This should dramatically improve the performance over using an exec to the system attribute command one per file. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
