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 2003/02/20 21:48:49 UTC

DO NOT REPLY [Bug 17263] New: - something else than test.sh fails

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17263

something else than test.sh fails

           Summary: something else than test.sh fails
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build Process
        AssignedTo: dev@ant.apache.org
        ReportedBy: pvdw@cendec.com


This works fine
        <exec dir="./../../AppResChange/" executable="test.sh" os="Linux">
          <arg line="${client}"/>
        </exec>
changing the name to AAXX.sh or any other name fails.
resulting in a error saying
that AAX.sh cannot be found

Yes I do have a AAXX.sh with the correct chmod/chown etc