AW: copy, filterchain, replace, replacetoken -- too complicate

2004-10-27 Thread Schuett Thomas EXT
>[...] >but one can do this: > > > > > > >(since ant 1.6.0) >Where replacestring is a stringfilter nested element in an implicit >tokenfilter. Howw. Whithout words ... #:-> ... Well, at least it is possible, this is good. But it is really hard to find a red line in t

AW: copy, filterchain, replace, replacetoken -- too complicate

2004-10-27 Thread Schuett Thomas EXT
Hello, > Use the Ant manifest task. Yes. Too easy :-) Anyhow, do you know, why the filterchain does not support a nested replace task? (That one was most irritating to me.) Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED]

copy, filterchain, replace, replacetoken -- too complicate

2004-10-27 Thread Schuett Thomas EXT
Hello, I had the simple task of creating a MANIFEST file for a jar archive. I Started with the echo task, but the result looked ugly in the ant script. (Because a starting empty line as well as leading blanks had to be avoided.) Then I had the idea to create a properties file and transform it int