How can I programmatically download the correct version of the RTC Client Plain Java library?
I'm on the IBM UrbanCode Deploy team and am looking to use UrbanCode Deploy to automate the deployment of our support bot. The support bot depends on the RTC Client Plain Java library and I don't want to just statically upload it because then every time our RTC server gets upgraded, we'd have to remember to manually download the zip for the new correct version and upload that to our UCD server.
So my question is: Is there a way to programmatically download the version of the client library that is associated with the version of the RTC server at a specific url?
One answer
As you can see yourself, if you spend the time on looking at it, the URL always looks similar to https://jazz.net/downloads/rational-team-concert/releases/6.0/RTC-Client-plainJavaLib-6.0.zip
However, I don't think there is a guarantee.
However, I don't think there is a guarantee.
Comments
Yes, I noticed that before I asked this question, but even using that, I still need a way of programmatically determining what version of RTC server is being used at a given url without using the java lib.
P.S. Thank you for the quick response.
Also, that isn't a direct download link. In order to use that, you still have to click a check box and then a button.