Hi there,
When you setup filter tokens via a filterfile, is it possible to access a token and it's value as if it was a property. This if I had this in the file:
VERSION =1.0
Then could I reference it like ${ant.token.VERSION}
Doing it this way, the file drives the whole process. I know I could use a standard properties file and thus would get properties, but then I'd have to explicitly code the <filter token value>
Thanks
Mick