Thanks for the fast reply, but could you describe this a bit more detailed? Sorry, but I haven't used Maven before (if this is maven related at all...).
Quote:
You should manually change both the JForex-SDK and JForex-API versions to the latest ones in the repository and then update
How do I do that? Just modify the pom.xml file and replace
<artifactId>JForex-SDK</artifactId>
<version>2.23</version> with <version>2.24</version>
and
<artifactId>DDS2-jClient-JForex</artifactId>
<version>2.23</version> with <version>2.24</version>
and
<artifactId>JForex-API</artifactId>
<version>2.7.8</version> with <version>2.7.9</version>
Also, the posted link (
https://publicrepo.site.dukascopy.com/jf ... -SDK/2.24/) is not working for me. It is redirecting to the main site, so I guess it is only available for internal users.
This is the working link for me:
https://www.dukascopy.com/client/jforexl ... -SDK/2.24/This link (the wrong one) can also be found within the pom.xml file of the SDK. Could you please fix it? (Either make publicrepo a valid subdomain for us, users, or replace the string in the pom.xml file.)
Could you also update from time to time the pom.xml file in the SDK package (
https://www.dukascopy.com/client/jforexl ... ex-SDK.zip) to contain the latest package versions?
And at last but not least: is Maven not capable of automating this update procedure? Setup/configure/create a kind of update site at a dukascopy server, which site will be checked upon update if there is a newer pom.xml file available with the latest package versions.
I don't know if this can be done within the scope of a Maven project, but the way to manually edit the pom.xml file is not very professional.