Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Application Versioning using Ant, odjdeploy and Hudson

Leon DorflingFeb 28 2011 — edited Mar 1 2011
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2011
Added on Feb 28 2011
10 comments
232 views