Re: Filtering on ${} instead of @@

2008-09-14 Thread Kevin Jackson
> Hi all, I searched the archives but couldn't find a solution. For > example, I have a file named filter_me.txt with its contents: > > ${foo} > > In filter_me.properties I have: > > foo=bar > You could always use with rhino/ruby/python etc to do the filtering for you if necessary, but you should

Re: Filtering on ${} instead of @@

2008-09-11 Thread David Weintraub
Can you use without first creating a filterset? I always thought it was this: When you define a filterset, you can define a begintoken and endtoken:

Filtering on ${} instead of @@

2008-09-11 Thread robert lazarski
Hi all, I searched the archives but couldn't find a solution. For example, I have a file named filter_me.txt with its contents: ${foo} In filter_me.properties I have: foo=bar I'd like to use a simple filter like: Is the