Posted By:
Amitava_Chowdhury
Posted On:
Thursday, June 17, 2010 07:31 AM
The ant manual page lists maxparallel as an attribute for attrib task. However when I try to use this ant throws an exception stating " attrib doesn't support the maxparallel attribute".
I wanted to use this attribute as I am working on a large set of files which may result in a command line that is too long for the os.
How do I fix this issue?