Upgrading Client
The procedure for upgrading client depends on which client you use to access Changelogic.
Command-line Ant client
Normally, the Ant client upgrades itself automatically whenever a newer version becomes available. In case that fails, you may try these steps:
- Replace your changelogic-build.xml with the one that is provided in your Changelogic web under “Supporting files”.
- Delete all *.jar files from directory “.changelogic-rt” under your working directory.
Eclipse plug-in
Eclipse plug-in can currently be upgraded manually only. To upgrade,
- close Eclipse
- download current plug-in from your Changelogic web under “Supporting files” and place it in the plugins directory under your Eclipse installation
- start Eclipse with command line parameter -clean
A custom client using Changelogic public API
Please contact the maintainer of the client for an updated version.
If you are the maintainer,
- check our release notes and public API to determine what has changed recently
- decide if these changes imply any need for modifications in your client.
- and finally, update the clientVersion that your client uses in requests to Changelogic to match the one mentioned in our public API.