What kinds of files are they? If, for example, they were Java files or some other kind of file with the concept of a comment, you might be able to use the replaceregexp task and comment out whole lines containing the given string.
-Matt --- [EMAIL PROTECTED] wrote: > Hi all, > I would like to ask if it is possible to convince > Ant to exclude some > lines from files (during copying or so). > I was looking at several FilterReaders, but I > haven't found any solution. > > I need to be able to exclude all lines which contain > given string. I was > bit trying the regexp filter, but I didn;t manage to > do it. > > any help appreciated > > br, > > Jakub __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
