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 2001/10/02 07:41:00 UTC

DO NOT REPLY [Bug 3700] - Need a SED task in ANT

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

Need a SED task in ANT





------- Additional Comments From tpv@spamcop.net  2001-10-01 22:40 -------
Which capabilities of sed do you need?
If you just want sed, then you should be able to use exec or apply

If you want a java task then more explicit requirements are needed, because sed 
is actually quite powerful if you want to get ugly with it, and I don't think 
anyone would want to create an ant task with that level of flexibility.