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 Summary: [chmod] Warning: UNIXProcess.forkAndExec native error: The parameter or environment lists are too long. Product: Ant Version: 1.6.2 Platform: All OS/Version: AIX Status: NEW Severity: normal Priority: P4 Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] During the build proccess on AIX 4x & 5x I get the warning " [chmod] Warning: UNIXProcess.forkAndExec native error: The parameter or environment lists are too long." when I try to perform chmod as follows: <target name="xyz"> <chmod dir="${yfs_home}/webpages" perm="ugo+rwx" includes="**/om/**/*.jsp"> <exclude name="**/apidata/**,**/console/icons/**,**/yfcicons/**,**/application/**"/> </chmod> </target> The Warning as such is harmless as the chmod proccess is completed without intruptions and successfully, but this could be a bug with ANT 1.6.2 since the chmod operation as such from the OS shell doesn't throw the Warning. The total no. of files on which chmod is done is abt 1500 and bringing it down to abt 300 doesn't result in this Warning. Any idea why this Warning is encountered and how it can be avoided? -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]