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/08/18 20:01:39 UTC

DO NOT REPLY [Bug 22528] New: - regular expressions

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=22528>.
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=22528

<exec> regular expressions

           Summary: <exec> regular expressions
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Wrapper scripts
        AssignedTo: dev@ant.apache.org
        ReportedBy: dgreer@fedex.com


I have a need to do file globbing within the arguments to <exec>, but for UNIX
systems the arguements passed to antRun are escaped.  Prefixing the exec portion
of the script with "eval" works (i.e. eval exec "$CMD" "$@"), but I hate to
write build files which are dependant on my custom hack.  File globbing works
fine if used on a Windows based machine.  Can this change be made to the antRun
script for the next version, or is there a way to allow file globbing when
depending on the VM's execution facilities?  Another option would be to somehow
incorporate filesets into the arguements of <exec>.  Thanks.

Derek

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org