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=28111>. 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=28111 property substitution is broken on os/400 Summary: property substitution is broken on os/400 Product: Ant Version: 1.6.1 Platform: Other OS/Version: OS/400 Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] chown and chmod will work fine if the parameters are not substitutes like: <chown owner="sysadm" verbose="true"> <dirset dir="${basePath}/EMPdbmirr"/> </chown> The chmod and chown commands will fail if the parameters are looked up from a property value like: <chown owner="${installUser}" verbose="true"> <dirset dir="${basePath}/EMPdbmirr"/> </chown> I belive this to be an ascii/EBCDIC issue like: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13047 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]