Application Versioning using Ant, odjdeploy and Hudson
Hi
We are implementing Continuous Integration using Ant and ojdeploy to compile and deploy and Hudson to automate the process.
In our environment we are using the UI Shell pattern and we deploy one ear file with all dependent libraries injected into the ear file.
How do we use Ant and a version or build property file containing version numbers to build our applications without manually changing the projects property file so that the correct version of the library is used to compile the project and when building the ear file, that the correct library version is inluded?
Thanks.