You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/04/01 00:13:06 UTC

DO NOT REPLY [Bug 28111] New: - property substitution is broken on os/400

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: dev@ant.apache.org
        ReportedBy: smore@empirecorp.org


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org