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/26 09:51:59 UTC

DO NOT REPLY [Bug 22528] - 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

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From bodewig@apache.org  2003-08-26 07:51 -------
file globbing like input/output redirection is performed by the shell on Unix
(aparantly this is not true for globbing on Windows) so you'd have to invoke
sh as executable and pass the rest via -c (see FAQ for the example on output
redirection).

Changing antRun to use eval would destroy several other invocations - and antRun
isn't used on JDK 1.3+ if vmlauncher hasn't been set to false anyway.

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