I would like to replace the tokens in the source files with Ant:
some test ${foo} other text ...
Tokens are contained in the properties file, for example:
foo=1
Actually, this is easy if the tokens in the source files were similar to "@@ foo @@" or "foo", but I cannot replace the whole token: $ {foo}
I succeeded many years ago, but this time I failed ...
thanks
ant
Benoît guérout
source share