Bug 28111

Summary: property substitution is broken on os/400
Product: Ant Reporter: Stephen More <smore>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 1.6.1   
Target Milestone: ---   
Hardware: Other   
OS: All   

Description Stephen More 2004-03-31 22:13:06 UTC
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