> 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
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:
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