Author: peterreilly Date: Sun Jan 7 07:24:29 2007 New Revision: 493750 URL: http://svn.apache.org/viewvc?view=rev&rev=493750 Log: add note on maxparallel for chmod
Modified: ant/core/trunk/docs/manual/CoreTasks/chmod.html Modified: ant/core/trunk/docs/manual/CoreTasks/chmod.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/chmod.html?view=diff&rev=493750&r1=493749&r2=493750 ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/chmod.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/chmod.html Sun Jan 7 07:24:29 2007 @@ -184,7 +184,20 @@ unaffected.</p> - + <h3>Note on maxparallel attribute</h3> + <p> + Some shells have a limit of the number of characters that + a command line may contain. + This maximum limit varies from shell to shell and from operating + system to operating system. + If one has a large number of files to change mode on, consider + using the <em>maxparallel</em> attribute. For example + when using AIX and the limit is reached, the system responds + with a warning: "Warning: + UNIXProcess.forkAndExec native error: The parameter or environment lists + are too long". A value of about 300 seems to result in a + command line that is acceptable. + </p> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]