DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34119>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34119


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
            Summary| [chmod] Warning:           |[chmod] Warning:
                   |UNIXProcess.forkAndExec     |UNIXProcess.forkAndExec
                   |native error: The parameter |native error: The parameter
                   |or environment lists are too|or environment lists are too
                   |long.                       |long.
          Component|Build Process               |Documentation
         AssignedTo|[EMAIL PROTECTED]          |[EMAIL PROTECTED]




------- Additional Comments From [EMAIL PROTECTED]  2005-03-22 11:56 -------
If you run ant -verbose, you'll see the command line (or an approximation of it)
Ant would use.  You'll probably get the same warning if you try that command on
the command line as well.

To work around the problem, you should set the maxparallel attribute of the 
task.
Your own experiments suggest that a value of 300 would do the trick.

With this Ant would create mutliple chmod invocations instead of a single one.

I mark this as a documentation bug and will modify the chmod manual page to
explicitly mention this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to