Allistair,
You can use ant's task with 'filtering'
enabled to accomplish what you want to do.
This can be done uing properties files or with
command line parameters.
foo.properties:
reloadable=true
command line:
$ ant -Dreloadable=true
- Bob
--- Allistair Cross
Hi,
Anyone know if you can use placeholders in context files, e.g
Currently I am using Ant to perform replacements on the single quoted values in
full, e.g replace reloadable='true' with reloadable='false'
It works but it's not quite elegant,
Cheers, Allistair
-