Re: Token Filters Questions

2006-06-19 Thread Aaron Davies
ant-contrib, I think) and then activate FiltersFile. Asaf > -Original Message- > From: Aaron Davies [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19, 2006 2:40 PM > To: Ant Users List > Subject: Re: Token Filters Questions > > If the filter is done with a property fi

RE: Token Filters Questions

2006-06-19 Thread Asaf Mesika
-Original Message- > From: Aaron Davies [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19, 2006 2:40 PM > To: Ant Users List > Subject: Re: Token Filters Questions > > If the filter is done with a property file file="filter.properties"/> and the property file doesn

Re: Token Filters Questions

2006-06-19 Thread Aaron Davies
If the filter is done with a property file and the property file doesn't exist, an exception is thrown. Is there a way to do more graceful degradation? On 6/18/06, Asaf Mesika <[EMAIL PROTECTED]> wrote: I'm not sure I understood your question: How can a filter not exist? Can you give an example

Re: Token Filters Questions

2006-06-18 Thread Asaf Mesika
I'm not sure I understood your question: How can a filter not exist? Can you give an example? On 6/15/06, Aaron Davies <[EMAIL PROTECTED]> wrote: A couple questions on token filters: First, is there a simple way to directly apply a filtersfile to an existing file, i.e. without moving/copying i

Token Filters Questions

2006-06-15 Thread Aaron Davies
A couple questions on token filters: First, is there a simple way to directly apply a filtersfile to an existing file, i.e. without moving/copying it? Second, is there an easy way to handle a filtersfile's not existing? I'd like to run a file through multiple filters, not all of which will actua