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 2002/10/17 19:38:10 UTC

DO NOT REPLY [Bug 13678] - make "arg line" and its composition of "arg value"s equivalent

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

make "arg line" and its composition of "arg value"s equivalent





------- Additional Comments From gus.heck@olin.edu  2002-10-17 17:38 -------
I think you should probably be doing 

<exec executable="${shCmd}">
  <arg value="-c"/>
  <arg value="rm *.??.html"/>
</exec>

spaces are allowed in args as demonstrated in examples in:

http://jakarta.apache.org/ant/manual/CoreTasks/exec.html

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>